Author: sijskes
Date: Tue Sep 25 08:54:37 2012
New Revision: 1389763
URL: http://svn.apache.org/viewvc?rev=1389763&view=rev
Log:
added junit tests to nbproject
Modified:
river/jtsk/trunk/netbeans/onebigjar/build.xml
river/jtsk/trunk/netbeans/onebigjar/nbproject/genfiles.properties
river/jtsk/trunk/netbeans/onebigjar/nbproject/project.properties
river/jtsk/trunk/netbeans/onebigjar/nbproject/project.xml
Modified: river/jtsk/trunk/netbeans/onebigjar/build.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/netbeans/onebigjar/build.xml?rev=1389763&r1=1389762&r2=1389763&view=diff
==============================================================================
--- river/jtsk/trunk/netbeans/onebigjar/build.xml (original)
+++ river/jtsk/trunk/netbeans/onebigjar/build.xml Tue Sep 25 08:54:37 2012
@@ -1,13 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- You may freely edit this file. See commented blocks below for -->
-<!-- some examples of how to customize the build. -->
-<!-- (If you delete it and reopen the project it will be recreated.) -->
-<!-- By default, only the Clean and Build commands use this build script. -->
-<!-- Commands such as Run, Debug, and Test only use this build script if -->
-<!-- the Compile on Save feature is turned off for the project. -->
-<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
-<!-- in the project's Project Properties dialog box.-->
-<project name="onebigjar" default="default" basedir=".">
+<?xml version="1.0" encoding="UTF-8"?><!-- You may freely edit this file. See
commented blocks below for --><!-- some examples of how to customize the build.
--><!-- (If you delete it and reopen the project it will be recreated.) --><!--
By default, only the Clean and Build commands use this build script. --><!--
Commands such as Run, Debug, and Test only use this build script if --><!-- the
Compile on Save feature is turned off for the project. --><!-- You can turn off
the Compile on Save (or Deploy on Save) setting --><!-- in the project's
Project Properties dialog box.--><project name="onebigjar" default="default"
basedir=".">
<description>Builds, tests, and runs the project onebigjar.</description>
<import file="nbproject/build-impl.xml"/>
<!--
Modified: river/jtsk/trunk/netbeans/onebigjar/nbproject/genfiles.properties
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/netbeans/onebigjar/nbproject/genfiles.properties?rev=1389763&r1=1389762&r2=1389763&view=diff
==============================================================================
--- river/jtsk/trunk/netbeans/onebigjar/nbproject/genfiles.properties (original)
+++ river/jtsk/trunk/netbeans/onebigjar/nbproject/genfiles.properties Tue Sep
25 08:54:37 2012
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=8ad81547
-build.xml.script.CRC32=06b6437d
+build.xml.data.CRC32=02dddf57
+build.xml.script.CRC32=6f3406f4
[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated
files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never
regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=8ad81547
+nbproject/build-impl.xml.data.CRC32=02dddf57
nbproject/build-impl.xml.script.CRC32=a090f2b5
nbproject/[email protected]
Modified: river/jtsk/trunk/netbeans/onebigjar/nbproject/project.properties
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/netbeans/onebigjar/nbproject/project.properties?rev=1389763&r1=1389762&r2=1389763&view=diff
==============================================================================
--- river/jtsk/trunk/netbeans/onebigjar/nbproject/project.properties (original)
+++ river/jtsk/trunk/netbeans/onebigjar/nbproject/project.properties Tue Sep 25
08:54:37 2012
@@ -29,13 +29,14 @@ dist.dir=dist
dist.jar=${dist.dir}/onebigjar.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
-excludes=
+excludes=**/TxnTableTest.java
file.reference.asm-3.2.jar=../../dep-libs/asm/asm-3.2.jar
file.reference.asm-commons-3.2.jar=../../dep-libs/asm/asm-commons-3.2.jar
file.reference.asm-tree-3.2.jar=../../dep-libs/asm/asm-tree-3.2.jar
file.reference.high-scale-lib.jar=../../dep-libs/high-scale-lib/high-scale-lib.jar
file.reference.reference-collections-1.0.1.jar=../../dep-libs/rc-libs/reference-collections-1.0.1.jar
file.reference.river-jstk-trunk-src=../../src
+file.reference.test-src=../../test/src
file.reference.velocity-1.7.jar=../../dep-libs/velocity/velocity-1.7.jar
includes=**
jar.compress=false
@@ -55,7 +56,8 @@ javac.source=1.7
javac.target=1.7
javac.test.classpath=\
${javac.classpath}:\
- ${build.classes.dir}
+ ${build.classes.dir}:\
+ ${libs.junit_4.classpath}
javac.test.processorpath=\
${javac.test.classpath}
javadoc.additionalparam=
@@ -84,4 +86,4 @@ run.test.classpath=\
${build.test.classes.dir}
source.encoding=UTF-8
src.src.dir=${file.reference.river-jstk-trunk-src}
-test.src.dir=test
+test.src.dir=${file.reference.test-src}
Modified: river/jtsk/trunk/netbeans/onebigjar/nbproject/project.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/netbeans/onebigjar/nbproject/project.xml?rev=1389763&r1=1389762&r2=1389763&view=diff
==============================================================================
--- river/jtsk/trunk/netbeans/onebigjar/nbproject/project.xml (original)
+++ river/jtsk/trunk/netbeans/onebigjar/nbproject/project.xml Tue Sep 25
08:54:37 2012
@@ -5,10 +5,10 @@
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>onebigjar</name>
<source-roots>
- <root id="src.src.dir" name="Sources"/>
+ <root id="src.src.dir" name="Source packages"/>
</source-roots>
<test-roots>
- <root id="test.src.dir"/>
+ <root id="test.src.dir" name="Test packages" />
</test-roots>
</data>
</configuration>