• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作業部屋の使い方を試しています。


Commit MetaInfo

Revision119 (tree)
Time2015-02-12 18:02:00
Authortuna_p

Log Message

プロジェクト名変更

Change Summary

Incremental Difference

--- trunk/HtmlTest1/build.xml (revision 118)
+++ trunk/HtmlTest1/build.xml (revision 119)
@@ -7,8 +7,8 @@
77 <!-- the Compile on Save feature is turned off for the project. -->
88 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99 <!-- in the project's Project Properties dialog box.-->
10-<project name="HtmlTest1" default="default" basedir=".">
11- <description>Builds, tests, and runs the project HtmlTest1.</description>
10+<project name="testHtml1" default="default" basedir=".">
11+ <description>Builds, tests, and runs the project testHtml1.</description>
1212 <import file="nbproject/build-impl.xml"/>
1313 <!--
1414
@@ -58,7 +58,7 @@
5858
5959 An example of overriding the target for project execution could look like this:
6060
61- <target name="run" depends="HtmlTest1-impl.jar">
61+ <target name="run" depends="testHtml1-impl.jar">
6262 <exec dir="bin" executable="launcher.exe">
6363 <arg file="${dist.jar}"/>
6464 </exec>
--- trunk/HtmlTest1/nbproject/build-impl.xml (revision 118)
+++ trunk/HtmlTest1/nbproject/build-impl.xml (revision 119)
@@ -19,7 +19,7 @@
1919 - cleanup
2020
2121 -->
22-<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="HtmlTest1-impl">
22+<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="testHtml1-impl">
2323 <fail message="Please build using Ant 1.8.0 or higher.">
2424 <condition>
2525 <not>
@@ -443,7 +443,7 @@
443443 </fileset>
444444 </union>
445445 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
446- <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="HtmlTest1" testname="TestNG tests" workingDir="${work.dir}">
446+ <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="testHtml1" testname="TestNG tests" workingDir="${work.dir}">
447447 <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
448448 <propertyset>
449449 <propertyref prefix="test-sys-prop."/>
@@ -594,7 +594,7 @@
594594 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
595595 <isset property="test.method"/>
596596 </condition>
597- <condition else="-suitename HtmlTest1 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
597+ <condition else="-suitename testHtml1 -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
598598 <matches pattern=".*\.xml" string="@{testClass}"/>
599599 </condition>
600600 <delete dir="${build.test.results.dir}" quiet="true"/>
@@ -886,7 +886,7 @@
886886 <delete file="${built-jar.properties}" quiet="true"/>
887887 </target>
888888 <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
889- <echo level="warn" message="Cycle detected: HtmlTest1 was already built"/>
889+ <echo level="warn" message="Cycle detected: testHtml1 was already built"/>
890890 </target>
891891 <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
892892 <mkdir dir="${build.dir}"/>
@@ -1379,7 +1379,7 @@
13791379 <delete file="${built-clean.properties}" quiet="true"/>
13801380 </target>
13811381 <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
1382- <echo level="warn" message="Cycle detected: HtmlTest1 was already built"/>
1382+ <echo level="warn" message="Cycle detected: testHtml1 was already built"/>
13831383 </target>
13841384 <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
13851385 <mkdir dir="${build.dir}"/>
--- trunk/HtmlTest1/nbproject/project.xml (revision 118)
+++ trunk/HtmlTest1/nbproject/project.xml (revision 119)
@@ -3,7 +3,7 @@
33 <type>org.netbeans.modules.java.j2seproject</type>
44 <configuration>
55 <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6- <name>HtmlTest1</name>
6+ <name>testHtml1</name>
77 <source-roots>
88 <root id="src.dir"/>
99 </source-roots>