Changeset 2 in tmcsimulator-scriptbuilder
- Timestamp:
- 07/18/2017 09:53:37 AM (9 years ago)
- Files:
-
- 5 edited
-
build.xml (modified) (2 diffs)
-
nbproject/build-impl.xml (modified) (5 diffs)
-
nbproject/genfiles.properties (modified) (1 diff)
-
nbproject/project.properties (modified) (5 diffs)
-
nbproject/project.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r1 r2 8 8 <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> 9 9 <!-- in the project's Project Properties dialog box.--> 10 <project name="ScriptBuilder _Most_Current" default="default" basedir=".">11 <description>Builds, tests, and runs the project ScriptBuilder _Most_Current.</description>10 <project name="ScriptBuilder" default="default" basedir="."> 11 <description>Builds, tests, and runs the project ScriptBuilder.</description> 12 12 <import file="nbproject/build-impl.xml"/> 13 13 <!-- … … 59 59 An example of overriding the target for project execution could look like this: 60 60 61 <target name="run" depends="ScriptBuilder _Most_Current-impl.jar">61 <target name="run" depends="ScriptBuilder-impl.jar"> 62 62 <exec dir="bin" executable="launcher.exe"> 63 63 <arg file="${dist.jar}"/> -
nbproject/build-impl.xml
r1 r2 20 20 21 21 --> 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="ScriptBuilder _Most_Current-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="ScriptBuilder-impl"> 23 23 <fail message="Please build using Ant 1.8.0 or higher."> 24 24 <condition> … … 441 441 </union> 442 442 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> 443 <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="ScriptBuilder _Most_Current" testname="TestNG tests" workingDir="${work.dir}">443 <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="ScriptBuilder" testname="TestNG tests" workingDir="${work.dir}"> 444 444 <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> 445 445 <propertyset> … … 592 592 <isset property="test.method"/> 593 593 </condition> 594 <condition else="-suitename ScriptBuilder _Most_Current-testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">594 <condition else="-suitename ScriptBuilder -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}"> 595 595 <matches pattern=".*\.xml" string="@{testClass}"/> 596 596 </condition> … … 884 884 </target> 885 885 <target if="already.built.jar.${basedir}" name="-warn-already-built-jar"> 886 <echo level="warn" message="Cycle detected: ScriptBuilder _Most_Currentwas already built"/>886 <echo level="warn" message="Cycle detected: ScriptBuilder was already built"/> 887 887 </target> 888 888 <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps"> … … 1366 1366 </target> 1367 1367 <target if="already.built.clean.${basedir}" name="-warn-already-built-clean"> 1368 <echo level="warn" message="Cycle detected: ScriptBuilder _Most_Currentwas already built"/>1368 <echo level="warn" message="Cycle detected: ScriptBuilder was already built"/> 1369 1369 </target> 1370 1370 <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps"> -
nbproject/genfiles.properties
r1 r2 1 build.xml.data.CRC32= d8b803d72 build.xml.script.CRC32= 004d62821 build.xml.data.CRC32=c690a94a 2 build.xml.script.CRC32=5682d7f4 3 3 build.xml.stylesheet.CRC32=8064a381@1.68.1.46 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 nbproject/build-impl.xml.data.CRC32= d8b803d77 nbproject/build-impl.xml.script.CRC32= 99aa3a4d6 nbproject/build-impl.xml.data.CRC32=c690a94a 7 nbproject/build-impl.xml.script.CRC32=dfaa002b 8 8 nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46 -
nbproject/project.properties
r1 r2 1 1 annotation.processing.enabled=true 2 2 annotation.processing.enabled.in.editor=false 3 annotation.processing.processor.options= 3 4 annotation.processing.processors.list= 4 5 annotation.processing.run.all.processors=true 5 application.title=ScriptBuilder_Most_Current 6 application.vendor=nathaniellehrer 6 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output 7 7 build.classes.dir=${build.dir}/classes 8 8 build.classes.excludes=**/*.java,**/*.form … … 21 21 debug.test.classpath=\ 22 22 ${run.test.classpath} 23 # Files in build.classes.dir which should be excluded from distribution jar 24 dist.archive.excludes= 23 25 # This directory is removed when the project is cleaned: 24 26 dist.dir=dist 25 dist.jar=${dist.dir}/ScriptBuilder _Most_Current.jar27 dist.jar=${dist.dir}/ScriptBuilder.jar 26 28 dist.javadoc.dir=${dist.dir}/javadoc 27 endorsed.classpath=28 29 excludes= 29 30 includes=** … … 36 37 javac.processorpath=\ 37 38 ${javac.classpath} 38 javac.source=1. 539 javac.target=1. 539 javac.source=1.7 40 javac.target=1.7 40 41 javac.test.classpath=\ 41 42 ${javac.classpath}:\ 42 ${build.classes.dir} :\43 ${libs.junit.classpath}:\44 ${ libs.junit_4.classpath}43 ${build.classes.dir} 44 javac.test.processorpath=\ 45 ${javac.test.classpath} 45 46 javadoc.additionalparam= 46 47 javadoc.author=false … … 54 55 javadoc.version=false 55 56 javadoc.windowtitle= 56 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" 57 jnlp.codebase.type=local 58 jnlp.descriptor=application 59 jnlp.enabled=false 60 jnlp.offline-allowed=false 61 jnlp.signed=false 62 main.class=scriptbuilder.gui.ScriptBuilderFrame 57 main.class=scriptbuilder.ScriptBuilder 63 58 manifest.file=manifest.mf 64 59 meta.inf.dir=${src.dir}/META-INF … … 68 63 ${javac.classpath}:\ 69 64 ${build.classes.dir} 70 # Space-separated list of JVM arguments used when running the project 71 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value72 # or test-sys-prop.name=value to set system properties for unit tests):65 # Space-separated list of JVM arguments used when running the project. 66 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. 67 # To set system properties for unit tests define test-sys-prop.name=value: 73 68 run.jvmargs= 74 69 run.test.classpath=\ -
nbproject/project.xml
r1 r2 4 4 <configuration> 5 5 <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> 6 <name>ScriptBuilder _Most_Current</name>6 <name>ScriptBuilder</name> 7 7 <source-roots> 8 8 <root id="src.dir"/>
Note: See TracChangeset
for help on using the changeset viewer.
