At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 188
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Fri 2007-10-19 03:36:29 -0700
message:
Added rules back in for running junit tests from ant.
modified:
java/build.xml build.xml-20070521233115-yg3ylf2k3vuzr27o-1
=== modified file 'java/build.xml'
--- a/java/build.xml 2007-09-25 19:36:55 +0000
+++ b/java/build.xml 2007-10-19 10:36:29 +0000
@@ -75,7 +75,7 @@
<target name="build-subprojects"/>
<target name="build-project" depends="init">
<echo message="${ant.project.name}: ${ant.file}"/>
- <javac destdir="." debug="true" debuglevel="${debuglevel}" source="${source}"
target="${target}" excludes="testsuite/*j/**">
+ <javac destdir="." debug="true" debuglevel="${debuglevel}" source="${source}"
target="${target}" excludes="testsuite/mgmj/**">
<src path="."/>
<classpath refid="NdbConnectors.classpath"/>
<compilerarg value="-Xlint:unchecked"/>
@@ -102,7 +102,7 @@
<classpath refid="NdbConnectors.classpath"/>
</java>
</target>
- <target name="testndbj">
+ <target name="testndbj" depends="build">
<mkdir dir="${junit.output.dir}"/>
<junit fork="yes" printsummary="withOutAndErr">
<formatter type="xml"/>
| Thread |
|---|
| • Rev 188: Added rules back in for running junit tests from ant. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 19 Oct |