[Remoterengine-commits] r125 - pkg/RemoteREngine/inst/java_src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Sep 10 19:57:53 CEST 2009


Author: ian_long
Date: 2009-09-10 19:57:53 +0200 (Thu, 10 Sep 2009)
New Revision: 125

Modified:
   pkg/RemoteREngine/inst/java_src/build.xml
Log:
annotation & stubs added as dependances on compile-client-junit

Modified: pkg/RemoteREngine/inst/java_src/build.xml
===================================================================
--- pkg/RemoteREngine/inst/java_src/build.xml	2009-09-10 17:56:41 UTC (rev 124)
+++ pkg/RemoteREngine/inst/java_src/build.xml	2009-09-10 17:57:53 UTC (rev 125)
@@ -274,7 +274,7 @@
 		<pathelement location="${JUNIT_JAR}" />
 	</path>
 
-	<target name="compile-client-junit" depends="client">
+	<target name="compile-client-junit" depends="client,annotation,stubs">
 			<javac
 				destdir="build/client-junit"  
 				includeJavaRuntime="yes"



More information about the Remoterengine-commits mailing list