[Webtest] [dev] build.xml functionalTest problem

Marc Guillemot webtest@lists.canoo.com
Fri, 21 Jan 2005 10:13:08 +0100


Hi,

in current build.xml, for the target functionalTest, the forked java process becomes the arguments:

   <arg line="-logger org.apache.tools.ant.XmlLogger"/>
   <arg value="-logfile"/>
   <arg path="selftest.console.log.xml"/>

I have 2 problems with these args:
- (cosmetical) the execution execution log the running tests isn't displayed
- (big) I get systematically a java.lang.OutOfMemoryError

When I remove these 3 lines then everything is ok. Can someone explain their purpose?

Marc.