You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/21 15:28:38 UTC

[Gump Wiki] Update of "VmgumpConfig" by StefanBodewig

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Gump Wiki" for change notification.

The "VmgumpConfig" page has been changed by StefanBodewig.
The comment on this change is: build.sysclasspath must be a sysproperty to have an effect on forked VMs in certain cases.
http://wiki.apache.org/gump/VmgumpConfig?action=diff&rev1=75&rev2=76

--------------------------------------------------

  <workspace basedir="/srv/gump/public/workspace"
             pkgdir="/srv/gump/packages"
             version="0.4" name="vmgump-test">
-   <property name="build.sysclasspath" value="only"/>
+   <sysproperty name="build.sysclasspath" value="only"/>
    <sysproperty name="java.awt.headless" value="true"/>
    <profile href="testbase/profile.xml"/>
  </workspace>