[jboss-svn-commits] JBL Code SVN: r12834 - labs/jbossesb/trunk/product/services/soapui-client.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 25 12:32:09 EDT 2007


Author: beve
Date: 2007-06-25 12:32:09 -0400 (Mon, 25 Jun 2007)
New Revision: 12834

Modified:
   labs/jbossesb/trunk/product/services/soapui-client/build.xml
Log:
Just added the java.awt.headless system property to the test target. This should make the build pass on a linux machine that does not have an XServer.


Modified: labs/jbossesb/trunk/product/services/soapui-client/build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/soapui-client/build.xml	2007-06-25 15:49:47 UTC (rev 12833)
+++ labs/jbossesb/trunk/product/services/soapui-client/build.xml	2007-06-25 16:32:09 UTC (rev 12834)
@@ -86,6 +86,7 @@
         <mkdir dir="${maven.test.reports}"/>
         <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
             <sysproperty key="basedir" value="."/>
+			<sysproperty key="java.awt.headless" value="true"/>
         	<sysproperty key="log4j.configuration" value="log4j.xml"/>
             <formatter type="xml"/>
             <formatter type="plain" usefile="false"/>




More information about the jboss-svn-commits mailing list