java task jvmargs

2003-08-19 Thread Richard Hill
I'm getting mix messages on the java task's jvmargs option. If I use jvmargs as a java parameter it tells me it's deprecated. If I use jvmargs as an element it tells me that the "jvmargs" element is not supported. Either way this is blocking the script from running...any suggestion on why this is h

RE: Handling exceptions with 'ant' task

2003-03-07 Thread Richard Hill
entation for the "try" task is at: http://antelope.sourceforge.net/manual/bk03ch07.html Dale Anson Richard Hill wrote: >I'm calling a series of ant files that run Canoo tests (see target "test" >below). If the first test (test1.xml) throws an exception the parent ant >file s