You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/03/20 17:09:44 UTC

svn commit: r639340 - /incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml

Author: rfeng
Date: Thu Mar 20 09:09:43 2008
New Revision: 639340

URL: http://svn.apache.org/viewvc?rev=639340&view=rev
Log:
Enable the fork mode to avoid java security exception (merged from trunk)

Modified:
    incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml

Modified: incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml?rev=639340&r1=639339&r2=639340&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml Thu Mar 20 09:09:43 2008
@@ -75,7 +75,7 @@
     </target>
 
     <target name="run">
-        <java classname="${test.class}"> <!-- fork="true" -->
+        <java classname="${test.class}" fork="true">
             <!-- jvmarg value="-Xdebug"/ -->
             <!-- jvmarg value="-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"/ -->
             <classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org