[Webtest] [dev] build.xml functionalTest problem
Dierk Koenig
webtest@lists.canoo.com
Fri, 21 Jan 2005 11:26:47 +0100
Since the selftests are forked in a new JVM, their
output to System.out / System.err do not appear in the logs.
The lines below capture this output in a file for later
merge into the build logs and investigation in case of
failing selftests.
> - (big) I get systematically a java.lang.OutOfMemoryError
Hm, did you change the loglevel?
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Marc Guillemot
> Sent: Freitag, 21. Januar 2005 10:13
> To: webtest@lists.canoo.com
> Subject: [Webtest] [dev] build.xml functionalTest problem
>
>
> 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.
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>