RE: Handling exceptions with 'ant' task

2003-03-07 Thread Richard Hill
Thanks, this is exactly what I'm looking for! Although, I'm not able to pass a property from the parent ant script to the cleanup ant script I call in the catch block...how would I do this using the Antelope 'Try' task? . .

lib subtask of war broken in 1.5.2

2003-03-07 Thread Sonnek, Ryan
working with ant 1.5.2 on win2k, my 'war' task has broken from version 1.5.1 to 1.5.2. the subtask does not include the files from my project.dist directory. this works fine in version 1.5.1, but not since i upgraded to 1.5.2. here's the war task from my buildfile:

RE: Ant1.5.2 EAR Problems --- Need Quick Feedback

2003-03-07 Thread Corbin, James
Cool. J.D. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:22 PM To: Ant Users List Subject: Re: Ant1.5.2 EAR Problems --- Need Quick Feedback - Original Message - From: "Demyanovich, Craig - Apogent" <[EMAIL PROTECTED]> To: "'A

RE: A couple of usefull tasks

2003-03-07 Thread Dominique Devienne
Well, it seems your tasks made it to Ant-Contrib, so I guess their not lost after all... --DD -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 4:27 PM To: 'Ant Users List' Subject: RE: A couple of usefull tasks Thanks for sharing that. Do

Re: Java Development with ANT

2003-03-07 Thread Steve Loughran
- Original Message - From: "Matthew Oatham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 04:48 Subject: Java Development with ANT >Recently got Java Development with ANT book, while it is proving to be extremely useful and well written I feel I am >missing so

RE: A couple of usefull tasks

2003-03-07 Thread Dominique Devienne
Thanks for sharing that. Do you know about the task? It sounds a lot like your , except that it just deletes all target files if out of date, does *not* tell you it did, and doesn't allow a nested as in your task. Your task fills all these deficiencies nicely it seems. This is just to say that y

RE: Junit.jar in project

2003-03-07 Thread Jim Allers
The junit.jar can be in *both*, but it needs to be in your /lib directory for the reason Steve said earlier. If it is in your classpath for the junit task, the one in ANT_HOME/lib will be used instead of the one in your project. -Original Message- From: Chris Reeves [mailto:[EMAIL PROTECTE

Re: Ant1.5.2 EAR Problems --- Need Quick Feedback

2003-03-07 Thread Steve Loughran
- Original Message - From: "Demyanovich, Craig - Apogent" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 13:43 Subject: RE: Ant1.5.2 EAR Problems --- Need Quick Feedback > James, > > > I unzipped the ear and the application.xml file was making

ANT crashes - IllegalAccessError

2003-03-07 Thread Jan Obdrzalek
Hi there, when I want to run Ant 1.5.1 on my box (Linux - Debian/testing) it crashes with a wierd exception: Buildfile: build.xml BUILD FAILED java.lang.IllegalAccessError: tried to access method java.lang.Object.clone()Lja va/lang/Object; from class org.apache.xerces.impl.XMLEntityManager

Convert CVS tag to release number

2003-03-07 Thread HANDSCHMANN Robert
Hi! Is there a task that converts a CVS tag (e.g. ABC_1_1) into a release number e.g. 1.1? Thanks, Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread Ilja Preuss
> Okay, understood this now. But can AntHill handle project > dependencies? "Inter-project Dependencies" on http://www.urbancode.com/projects/anthill/features.jsp seems to suggest so... Regards, Ilja - To unsubscribe, e-mail:

Re: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread Christopher Lenz
[EMAIL PROTECTED] wrote: Okay, understood this now. But can AntHill handle project dependencies? E.g. I am building SubProject B, and AntHill recognizes, that B is dependent on A, so A is build as well? AFAIK, AntHill lets you explicitly declare "dependancy groups". Never tried it though (using Cr

Re: AW: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread mmay
Hmm, ASAIK Gump only supports CVS, right? Our management decided to use VSS, so no chance to use something like GUMP. There must be similar products, which support something like this, aren't there any other ? > Don´t know, but don´t think so. > But GUMP can. > > > Jan Matèrne > > -Ursprüng

RE: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread Rosendahl Sten - stro
Read about dependency groups in the AntHill manual (http://www.urbancode.com/projects/anthill/manual/anthillusermanual.pdf). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:40 AM To: Ant Users List Subject: Re: AW: AW: AW: anthill vs. cr

How to write properties.xml file

2003-03-07 Thread Pritesh saharey
Hi everyone, how can i write properties.xml file for following java tasks In this code i have to use "com.ora.ITS.SDK.Tools.ConsoleParcelBuilder" and "com.ora.ITS.SDK.Tools.ConsoleDistribBuild

AW: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread Jan . Materne
Don´t know, but don´t think so. But GUMP can. Jan Matèrne -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 7. März 2003 11:40 An: Ant Users List Betreff: Re: AW: AW: AW: anthill vs. cruisecontrol Okay, understood this now. But can AntHill

Re: AW: AW: AW: anthill vs. cruisecontrol

2003-03-07 Thread mmay
Okay, understood this now. But can AntHill handle project dependencies? E.g. I am building SubProject B, and AntHill recognizes, that B is dependent on A, so A is build as well? > CC can´t control project dependencies. So that is an idea for a > workround: > > SubProject > | > +-- dist > |