RE: passing the name of a property file as parameter

2005-11-09 Thread Silberman, Michael
I don't remember the exact source I found the information, but essentially this does not work. The token will not work with a variable :( -Original Message- From: Lothar Krenzien [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 8:06 AM To: user@ant.apache.org Subject: passing

RE: Ant fails to delete jars under "lib"

2005-11-01 Thread Silberman, Michael
http://ant.apache.org/faq.html#defaultexcludes should help. You need to switch off the default exclusions, and it will work: -Original Message- From: Silberman, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 12:45 PM To: Ant Users List Subject: RE: Ant fails to

RE: Ant fails to delete jars under "lib"

2005-11-01 Thread Silberman, Michael
You would need to tell it to ignore the default excludes. -Original Message- From: Erin Gu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 10:28 AM To: Ant Users List Subject: RE: Ant fails to delete jars under "lib" I just found this: http://issues.apache.org/bugzilla/show_b

RE: where to get some programm examples

2005-10-26 Thread Silberman, Michael
I think if I understand you correctly you want to execute your build through a class using ANT's api. To do that your classpath or archive must have the ant-launcher.jar and ant.jar packages either in the path or unpacked and included in your archive. -Original Message- From: Frank Harnack