You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by be...@apache.org on 2007/10/03 09:48:43 UTC

svn commit: r581520 - /db/derby/code/trunk/build.xml

Author: bernt
Date: Wed Oct  3 00:48:43 2007
New Revision: 581520

URL: http://svn.apache.org/viewvc?rev=581520&view=rev
Log:
Add fork="yes" when propertyconfig is run in derby.jar target.
This is needed for buildjars target to run in NetBeans 6.0 due to
some security manager stuff.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=581520&r1=581519&r2=581520&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Wed Oct  3 00:48:43 2007
@@ -1026,7 +1026,7 @@
     </antcall>
 
     <mkdir dir="${derby.jar.dir}/lists/org/apache/derby"/>
-    <java classname="org.apache.derbyBuild.propertyconfig">
+    <java classname="org.apache.derbyBuild.propertyconfig" fork="yes">
       <arg value="${out.dir}/org/apache/derby/modules.properties"/>
       <arg value="derby"/>
       <arg value="${derby.jar.dir}/lists/org/apache/derby/modules.properties"/>