You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/08/13 07:03:32 UTC

svn commit: r232418 - /webservices/axis/trunk/java/project.properties

Author: dims
Date: Fri Aug 12 22:03:29 2005
New Revision: 232418

URL: http://svn.apache.org/viewcvs?rev=232418&view=rev
Log:
get tests working on a headless (no display) SunOS box

Modified:
    webservices/axis/trunk/java/project.properties

Modified: webservices/axis/trunk/java/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/project.properties?rev=232418&r1=232417&r2=232418&view=diff
==============================================================================
--- webservices/axis/trunk/java/project.properties (original)
+++ webservices/axis/trunk/java/project.properties Fri Aug 12 22:03:29 2005
@@ -30,3 +30,6 @@
 
 
 maven.allreports.disable=true
+
+maven.junit.jvmargs=-Djava.awt.headless=true
+maven.junit.fork=true
\ No newline at end of file