AW: newbie help: conditional exec

2007-09-11 Thread Knuplesch , Jürgen
Try this http://sourceforge.net/project/showfiles.php?group_id=36177 -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsfüh

RE: newbie help: conditional exec

2007-09-11 Thread Madunic, Marijan \(RBI-US\)
David, Thank you. I'll give it a try later when I have a moment. Where can I download antContrib? Marijan (Mario) Madunic -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 4:20 PM To: Ant Users List Subject: Re: newbie help: conditional

Re: newbie help: conditional exec

2007-09-11 Thread David Weintraub
Two steps: 1). After your test, do an to call a new target 2). Us an "if" parameter in that target: For example: ... The other solution is to use the antContrib tasks which includes an task: ... I like a lot of the antContrib stuff, but you do have to make sure it

ant-1.6.5; need to add tools.jar to system classpath

2007-09-11 Thread Vladimir Egorov
Hi Ant Users, We are working with ant-1.6.5. As a workaround for http://bugs.sun.com/view_bug.do?bug_id=6176978 (the bug is marked fixed, but it re-appeared in jdk 1.6), we need to add tools.jar to ant system classpath. What is the recommended way of doing this? Adding it to CLASSPATH did not

RE: newbie help: conditional exec

2007-09-11 Thread Mario Madunic
Sorry I didn't give enough info. Since I'm a relative newbie to ant I create a pipeline task not relying on any other target. So in the example below my workflow looks like the following: unzip archive of xml files filter xml files parse xml files (will create CSV\csvArt.xml if there are any type

RE: newbie help: conditional exec

2007-09-11 Thread Anderson, Rob (Global Trade)
Use the if attribute of ... Be aware that this does not test the value of the artAvailable property, only whether or not it exists. See the manual for more info. http://ant.apache.org/manual/using.html#targets -Rob Anderson > -Original Message- > From: Mario Madunic [mailto:[EMAIL

newbie help: conditional exec

2007-09-11 Thread Mario Madunic
I have the following in my ant task to test for the existence of an xml file after processing What I want to do is run based on the above property value of true. I can't seem to find a task to do this. Any help will be appreciated. -

RE: Expertise needed-SCM Engineer-Intuit-Mountain View

2007-09-11 Thread Cox, Chris
Hey thanks a lot -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 9:30 AM To: Ant Users List; Martin Gainty Subject: RE: Expertise needed-SCM Engineer-Intuit-Mountain View More like 500k, for a fixer-upper in a crappy neig

RE: Expertise needed-SCM Engineer-Intuit-Mountain View

2007-09-11 Thread Anderson, Rob (Global Trade)
More like 500k, for a fixer-upper in a crappy neighborhood. > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Monday, September 10, 2007 6:02 PM > To: Ant Users List > Subject: Re: Expertise needed-SCM Engineer-Intuit-Mountain View > > Chris- > > No relo? ..If

Re: AW: New to permissions, how do I just let everything do what I want?

2007-09-11 Thread David Kramer
[EMAIL PROTECTED] wrote: 1. How do you invoke Ant? On the Cygwin xterm command line, as in "ant testDataCompare". 2. Can you post the snippet of the buildfile invoking that program? v ^^

AW: New to permissions, how do I just let everything do what I want?

2007-09-11 Thread Jan.Materne
1. How do you invoke Ant? 2. Can you post the snippet of the buildfile invoking that program? 3. What is the java code creating this SecurityException? Jan >-Ursprüngliche Nachricht- >Von: David Kramer [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 10. September 2007 22:22 >An: user@ant.a

AW: How to deploy a project's depenencies

2007-09-11 Thread Jan.Materne
Also have a look at Apache Ivy which integrates very well into Ant. Homepage http://incubator.apache.org/ivy/ FAQ http://incubator.apache.org/ivy/faq.html Tutorials http://incubator.apache.org/ivy/history/trunk/tutorial.html Wiki http://wiki.apache.org/ivy/ Articles http://wiki.apache.org/ivy/