Title: [703] trunk/build.xml: [EK] Added clonevm property to java behaviour verification target.
Revision
703
Author
sirenian
Date
2007-03-12 13:17:44 -0500 (Mon, 12 Mar 2007)

Log Message

[EK] Added clonevm property to java behaviour verification target.

Modified Paths


Diff

Modified: trunk/build.xml (702 => 703)

--- trunk/build.xml	2007-03-11 05:09:56 UTC (rev 702)
+++ trunk/build.xml	2007-03-12 18:17:44 UTC (rev 703)
@@ -104,7 +104,7 @@
 	</target>
 	
 	<target name="verify-behaviour" depends="compile-behaviour" description="Verify behaviour">
-		<java taskname="run behaviours" classname="org.jbehave.core.Run" fork="true" failonerror="true">
+		<java taskname="run behaviours" classname="org.jbehave.core.Run" fork="true" failonerror="true" clonevm="true">
 			<arg value="org.jbehave.AllBehaviours" />
 			<classpath>
 				<pathelement path="${behaviour_classes_dir}" />


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to