You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/11/24 09:19:52 UTC

svn commit: r1038520 - /gump/metadata/testbase/commons-lang-3.x.xml

Author: bodewig
Date: Wed Nov 24 08:19:52 2010
New Revision: 1038520

URL: http://svn.apache.org/viewvc?rev=1038520&view=rev
Log:
check that headless mode would solve the issue on adam

Modified:
    gump/metadata/testbase/commons-lang-3.x.xml

Modified: gump/metadata/testbase/commons-lang-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/commons-lang-3.x.xml?rev=1038520&r1=1038519&r2=1038520&view=diff
==============================================================================
--- gump/metadata/testbase/commons-lang-3.x.xml (original)
+++ gump/metadata/testbase/commons-lang-3.x.xml Wed Nov 24 08:19:52 2010
@@ -29,6 +29,7 @@
     <description>utilities for the classes that are in java.lang's hierarchy</description>
     <mvn3 goal="package">
       <jvmarg value="-Djava.awt.headless=true"/>
+      <property name="argLine" value="-Djava.awt.headless=true"/>
     </mvn3>
     <option project="junit"/>