Re: SystemClassLoader fails to load inside my own ant task

2006-04-21 Thread Marcel Ruff
Thanks, this did indeed work: export LOCALCLASSPATH=$CLASSPATH:$HOME/apache-ant-1.6.5/lib/ant.jar but it seems that as soon as i touch LOCALCLASSPATH i'm forced to add all needed jars of ant/lib to this LOCALCLASSPATH as well (see above example), what is the reason for this? Before the CLASSP

RE: Create a file that contains files in directory

2006-04-21 Thread Guttula, Mohan
The following IVAN's suggestion resolved the issue: ${line.seprator} -Original Message- From: Guttula, Mohan Sent: Friday, April 21, 2006 3:16 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: RE: Create a file that contains files in directory --- Snippet of my build.xml

RE: Create a file that contains files in directory

2006-04-21 Thread Guttula, Mohan
--- Snippet of my build.xml following IVAN suggestions that process extensions "*.tab", "*.ind" and "*.seq"

Re: How to set a property based on a mapper result of another property

2006-04-21 Thread Andrew Goodnough
>>> On Thu, Apr 20, 2006 at 4:20 pm, in message <[EMAIL PROTECTED]>, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hello Andrew, > > I think that ant- contrib ( a related project which can be used as an > extension of ant) has good tasks for that. > > Regards, > > Antoine > Thanks - I fo

AW: New Joinee in build and release management

2006-04-21 Thread Jan.Materne
Manual http://ant.apache.org/manual/ Tutorial: Hello World with Ant http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html ... Jan >-Ursprüngliche Nachricht- >Von: Irfan J Sayed [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 21. April 2006 09:00 >An: user@ant.apache.org >Betref

New Joinee in build and release management

2006-04-21 Thread Irfan J Sayed
Hi , Just now i joined this mailing list . i want to learn build and release management with ANT Can anybody please tell me how to start ( Documentation / Manual / site ) and basic steps to write build.xml Regards Irfan Sayed