Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
2b20f905
Commit
2b20f905
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
project cleanups
parent
dadaa0e9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/nbproject/build-impl.xml
+10
-24
10 additions, 24 deletions
examples/nbproject/build-impl.xml
examples/nbproject/project.properties
+2
-1
2 additions, 1 deletion
examples/nbproject/project.properties
examples/nbproject/project.xml
+1
-3
1 addition, 3 deletions
examples/nbproject/project.xml
with
13 additions
and
28 deletions
examples/nbproject/build-impl.xml
+
10
−
24
View file @
2b20f905
...
...
@@ -191,9 +191,7 @@ is divided into following sections:
</and>
</condition>
<condition
property=
"have.tests"
>
<or>
<available
file=
"${test.src.dir}"
/>
</or>
<or/>
</condition>
<condition
property=
"have.sources"
>
<or>
...
...
@@ -301,7 +299,6 @@ is divided into following sections:
</target>
<target
depends=
"-pre-init,-init-private,-init-user,-init-project,-do-init"
name=
"-init-check"
>
<fail
unless=
"src.dir"
>
Must set src.dir
</fail>
<fail
unless=
"test.src.dir"
>
Must set test.src.dir
</fail>
<fail
unless=
"build.dir"
>
Must set build.dir
</fail>
<fail
unless=
"dist.dir"
>
Must set dist.dir
</fail>
<fail
unless=
"build.classes.dir"
>
Must set build.classes.dir
</fail>
...
...
@@ -600,9 +597,6 @@ is divided into following sections:
<j2seproject3:junit-prototype>
<customizePrototype>
<batchtest
todir=
"${build.test.results.dir}"
>
<fileset
dir=
"${test.src.dir}"
excludes=
"@{excludes},${excludes}"
includes=
"@{includes}"
>
<filename
name=
"@{testincludes}"
/>
</fileset>
<fileset
dir=
"${build.test.classes.dir}"
excludes=
"@{excludes},${excludes},${test.binaryexcludes}"
includes=
"${test.binaryincludes}"
>
<filename
name=
"${test.binarytestincludes}"
/>
</fileset>
...
...
@@ -625,11 +619,7 @@ is divided into following sections:
<condition
else=
""
property=
"testng.methods.arg"
value=
"@{testincludes}.@{testmethods}"
>
<isset
property=
"test.method"
/>
</condition>
<union
id=
"test.set"
>
<fileset
dir=
"${test.src.dir}"
excludes=
"@{excludes},**/*.xml,${excludes}"
includes=
"@{includes}"
>
<filename
name=
"@{testincludes}"
/>
</fileset>
</union>
<union
id=
"test.set"
/>
<taskdef
classname=
"org.testng.TestNGAntTask"
classpath=
"${run.test.classpath}"
name=
"testng"
/>
<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=
"Networked_Graphics_MV3500_examples"
testname=
"TestNG tests"
workingDir=
"${work.dir}"
>
<xmlfileset
dir=
"${build.test.classes.dir}"
includes=
"@{testincludes}"
/>
...
...
@@ -1542,14 +1532,14 @@ is divided into following sections:
<!-- You can override this target in the ../build.xml file. -->
</target>
<target
depends=
"-init-source-module-properties"
if=
"named.module.internal"
name=
"-init-test-javac-module-properties-with-module"
>
<j2seproject3:modulename
property=
"test.module.name"
sourcepath=
"
${test.src.dir}
"
/>
<condition
else=
"${empty.dir}"
property=
"javac.test.sourcepath"
value=
"
${test.src.dir}
"
>
<j2seproject3:modulename
property=
"test.module.name"
sourcepath=
""
/>
<condition
else=
"${empty.dir}"
property=
"javac.test.sourcepath"
value=
""
>
<and>
<isset
property=
"test.module.name"
/>
<length
length=
"0"
string=
"${test.module.name}"
when=
"greater"
/>
</and>
</condition>
<condition
else=
"--patch-module ${module.name}=
${test.src.dir}
--add-reads ${module.name}=ALL-UNNAMED"
property=
"javac.test.compilerargs"
value=
"--add-reads ${test.module.name}=ALL-UNNAMED"
>
<condition
else=
"--patch-module ${module.name}= --add-reads ${module.name}=ALL-UNNAMED"
property=
"javac.test.compilerargs"
value=
"--add-reads ${test.module.name}=ALL-UNNAMED"
>
<and>
<isset
property=
"test.module.name"
/>
<length
length=
"0"
string=
"${test.module.name}"
when=
"greater"
/>
...
...
@@ -1590,17 +1580,15 @@ is divided into following sections:
</target>
<target
depends=
"-init-test-javac-module-properties-with-module,-init-test-module-properties-without-module"
name=
"-init-test-module-properties"
/>
<target
if=
"do.depend.true"
name=
"-compile-test-depend"
>
<j2seproject3:depend
classpath=
"${javac.test.classpath}"
destdir=
"${build.test.classes.dir}"
srcdir=
"
${test.src.dir}
"
/>
<j2seproject3:depend
classpath=
"${javac.test.classpath}"
destdir=
"${build.test.classes.dir}"
srcdir=
""
/>
</target>
<target
depends=
"init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend"
if=
"have.tests"
name=
"-do-compile-test"
>
<j2seproject3:javac
apgeneratedsrcdir=
"${build.test.classes.dir}"
classpath=
"${javac.test.classpath}"
debug=
"true"
destdir=
"${build.test.classes.dir}"
modulepath=
"${javac.test.modulepath}"
processorpath=
"${javac.test.processorpath}"
sourcepath=
"${javac.test.sourcepath}"
srcdir=
"
${test.src.dir}
"
>
<j2seproject3:javac
apgeneratedsrcdir=
"${build.test.classes.dir}"
classpath=
"${javac.test.classpath}"
debug=
"true"
destdir=
"${build.test.classes.dir}"
modulepath=
"${javac.test.modulepath}"
processorpath=
"${javac.test.processorpath}"
sourcepath=
"${javac.test.sourcepath}"
srcdir=
""
>
<customize>
<compilerarg
line=
"${javac.test.compilerargs}"
/>
</customize>
</j2seproject3:javac>
<copy
todir=
"${build.test.classes.dir}"
>
<fileset
dir=
"${test.src.dir}"
excludes=
"${build.classes.excludes},${excludes}"
includes=
"${includes}"
/>
</copy>
<copy
todir=
"${build.test.classes.dir}"
/>
</target>
<target
name=
"-post-compile-test"
>
<!-- Empty placeholder for easier customization. -->
...
...
@@ -1614,14 +1602,12 @@ is divided into following sections:
<target
depends=
"init,deps-jar,compile,-init-test-module-properties,-pre-pre-compile-test,-pre-compile-test-single"
if=
"have.tests"
name=
"-do-compile-test-single"
>
<fail
unless=
"javac.includes"
>
Must select some files in the IDE or set javac.includes
</fail>
<j2seproject3:force-recompile
destdir=
"${build.test.classes.dir}"
/>
<j2seproject3:javac
apgeneratedsrcdir=
"${build.test.classes.dir}"
classpath=
"${javac.test.classpath}"
debug=
"true"
destdir=
"${build.test.classes.dir}"
excludes=
""
includes=
"${javac.includes}, module-info.java"
modulepath=
"${javac.test.modulepath}"
processorpath=
"${javac.test.processorpath}"
sourcepath=
"
${test.src.dir}"
srcdir=
"${test.src.dir}
"
>
<j2seproject3:javac
apgeneratedsrcdir=
"${build.test.classes.dir}"
classpath=
"${javac.test.classpath}"
debug=
"true"
destdir=
"${build.test.classes.dir}"
excludes=
""
includes=
"${javac.includes}, module-info.java"
modulepath=
"${javac.test.modulepath}"
processorpath=
"${javac.test.processorpath}"
sourcepath=
"
"
srcdir=
"
"
>
<customize>
<compilerarg
line=
"${javac.test.compilerargs}"
/>
</customize>
</j2seproject3:javac>
<copy
todir=
"${build.test.classes.dir}"
>
<fileset
dir=
"${test.src.dir}"
excludes=
"${build.classes.excludes},${excludes}"
includes=
"${includes}"
/>
</copy>
<copy
todir=
"${build.test.classes.dir}"
/>
</target>
<target
name=
"-post-compile-test-single"
>
<!-- Empty placeholder for easier customization. -->
...
...
This diff is collapsed.
Click to expand it.
examples/nbproject/project.properties
+
2
−
1
View file @
2b20f905
...
...
@@ -68,6 +68,8 @@ javadoc.splitindex=true
javadoc.use
=
true
javadoc.version
=
false
javadoc.windowtitle
=
jlink.launcher=false
jlink.launcher.name
=
Networked_Graphics_MV3500_examples
main.class
=
TcpExamples.TcpExample1Telnet
manifest.file
=
manifest.mf
meta.inf.dir
=
${src.dir}/META-INF
...
...
@@ -89,4 +91,3 @@ run.test.modulepath=\
${javac.test.modulepath}
source.encoding
=
UTF-8
src.dir
=
src
test.src.dir
=
test
This diff is collapsed.
Click to expand it.
examples/nbproject/project.xml
+
1
−
3
View file @
2b20f905
...
...
@@ -7,9 +7,7 @@
<source-roots>
<root
id=
"src.dir"
/>
</source-roots>
<test-roots>
<root
id=
"test.src.dir"
/>
</test-roots>
<test-roots/>
</data>
<spellchecker-wordlist
xmlns=
"http://www.netbeans.org/ns/spellchecker-wordlist/1"
>
<word>
CourseExamples
</word>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment