You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/07/26 14:37:15 UTC

svn commit: r425722 - /lenya/trunk/src/resources/build/modules2build.xsl

Author: josias
Date: Wed Jul 26 05:37:15 2006
New Revision: 425722

URL: http://svn.apache.org/viewvc?rev=425722&view=rev
Log:
allow to run the tests on a system without a running xserver

Modified:
    lenya/trunk/src/resources/build/modules2build.xsl

Modified: lenya/trunk/src/resources/build/modules2build.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/modules2build.xsl?rev=425722&r1=425721&r2=425722&view=diff
==============================================================================
--- lenya/trunk/src/resources/build/modules2build.xsl (original)
+++ lenya/trunk/src/resources/build/modules2build.xsl Wed Jul 26 05:37:15 2006
@@ -301,7 +301,7 @@
         </classpath>
         <formatter type="plain" usefile="false" />
         <formatter type="xml" />
-        <jvmarg value="-Djava.endorsed.dirs='${{basedir}}/build/lenya/webapp/WEB-INF/lib/endorsed'"/>
+        <jvmarg value="-Djava.endorsed.dirs='${{basedir}}/build/lenya/webapp/WEB-INF/lib/endorsed' -Djava.awt.headless=true"/>
         <sysproperty key="junit.test.loglevel" value="${{junit.test.loglevel}}"/>
         <sysproperty key="contextRoot" value="${{basedir}}/build/lenya/webapp"/>
         <sysproperty key="tempDir" value="${{basedir}}/build/lenya/temp"/>



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