vinayc 2003/08/31 04:07:13
Modified: integrationtests project.properties
Log:
Testcases now externally fetches the output directories to push dynamically
generated classes
Revision Changes Path
1.2 +6 -0 incubator-altrmi/integrationtests/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/incubator-altrmi/integrationtests/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 28 Aug 2003 18:25:55 -0000 1.1
+++ project.properties 31 Aug 2003 11:07:13 -0000 1.2
@@ -1,5 +1,11 @@
+#Jar override
maven.jar.override=on
maven.jar.commons-attributes=${basedir}/../lib/commons-attributes-0.1.jar
maven.jar.bcel=${basedir}/../lib/bcel-SNAPSHOT.jar
maven.jar.tools=${java.home}/../lib/tools.jar
+
+#JUnit Properties
maven.junit.fork=true
+maven.junit.sysproperties=CLASS_GEN_DIR
+# Directory to store classes and java source generated by dynamic class
retrievers
+CLASS_GEN_DIR=target/dynamic-gen-dir
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]