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: checking if a directory exists

2003-08-19 Thread Anderson, Robert H - MWT
task should work for this purpose. -Rob Anderson -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:38 PM To: 'Ant Users List' Subject: checking if a directory exists Hi What task do u use to find out if a directory exists. I need to crea

Re: Ignoring build-exceptions

2003-08-19 Thread Jon Madison
so you're talking about a build exception, or an error? most tasks support failonerror attribute, i.e. set to "false" on any task that you don't want to stop the entire build due to an error. j. --- Jon Madison Consultant, Thought For Food Tech, LLC http://www.tfftech.com/ http://jon.madisons

RE: checking if a directory exists

2003-08-19 Thread Murray, Mike
Just create it, it will silently do nothing if the directory already exists. -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 5:38 PM To: 'Ant Users List' Subject: checking if a directory exists Hi What task do u use to find out if a directo

RE: checking if a directory exists

2003-08-19 Thread Daniel Zapata
You can use the available task: This will set a property is the dir exists. It can also be used as a part of the ant-contrib if task. -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:38 PM To: 'Ant Users List' Sub

RE: JUnitReport: TransformerException

2003-08-19 Thread W. Sean Hennessy
Recommend a check that the appropriate jars are part of the classpath... -Original Message- From: Allen, Kevin E. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:48 PM To: [EMAIL PROTECTED] Subject: JUnitReport: TransformerExce

Ant Task - same problem

2003-08-19 Thread Dipl. Ing. Andrei Ingeaua
            I understand that the problem consist in setting the path, but i still have the problem. I don't know what is wrong. I need an example for the   taskdef  statement.       I compiled my class, i  also made more jar files containing the class.           I'll give you the director

RE: Problem with Javac??? on XP??

2003-08-19 Thread Brown, Michael (Denver)
Roman, The requirements of the compile are to use the 1.3 compiler. I am also restricted to upgrading Ant based on need. Are you saying this issue is solved in 1.5.4? Mike B. -Original Message- From: Roman Rytov [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 4:12 PM To: Ant

Re: Problem with Javac??? on XP??

2003-08-19 Thread Martin Gainty
Michael- you need to execute a dos command such as the @ thru the ant tag http://ant.apache.org/manual/CoreTasks/exec.html hth, Martin - Original Message - From: Brown, Michael (Denver) To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 2:50 PM Subject: Problem with Java