Re: unique target names?

2006-09-04 Thread Chris Chiasson
thank you On 9/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: no you cant The pattern for that is ... ... (the prepending '-' means, that you cant invoce that from the command line, because '-' starts a property declaration) Jan >-Ursprüngliche Nachricht- >

AW: unique target names?

2006-09-04 Thread Jan.Materne
no you cant The pattern for that is ... ... (the prepending '-' means, that you cant invoce that from the command line, because '-' starts a property declaration) Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Im Auftrag von Chr

unique target names?

2006-09-04 Thread Chris Chiasson
Is it possible to have a target name be shared between two targets and use the if and unless attributes to control which one will execute? Do you have a documentation link? The ant DTD doesn't prevent it, but it seems like ant doesn't take DTDs very seriously anyway. -- http://chris.chiasson.name

Padmaja Kunapareddy/Lexington/IBM is out of the office.

2006-09-04 Thread Padmaja Kunapareddy
I will be out of the office starting 09/05/2006 and will not return until 09/06/2006. For CQ Baltic Patches, please contact Edward L Hayes or Erin Dube. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

AW: available does not support *

2006-09-04 Thread Jan.Materne
does not support patterns, but does. So the trick is to use that and set a property (to some irrelevant value) if (and only if) the fileset catched files. Jan >-Ursprüngliche Nachricht- >Von: Dirk Starke [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag

Re: available does not support *

2006-09-04 Thread Chris Chiasson
try fileset with patternset? (i'm a newbite) http://ant.apache.org/manual/CoreTypes/fileset.html On 9/5/06, Dirk Starke <[EMAIL PROTECTED]> wrote: Hello guys, I would like to test whether or not a specified directory contains some files. 'Cause I do not really (want to) know what their names a

available does not support *

2006-09-04 Thread Dirk Starke
Hello guys, I would like to test whether or not a specified directory contains some files. 'Cause I do not really (want to) know what their names are, I tried <*available* file="*" ... but that did not work. Obviously the *available*-task does not like patterns. Has anybody an idea how I could

XML_CATALOG_FILES with multiple entries

2006-09-04 Thread Chris Chiasson
Hello ant users. I know ant can acquire environment variables by using the following construct: I was thinking it would be great to use the following construct to capture the XML_CATALOG_FILES environment variable into a path structure. Then I thought about the fact that XML_CATALOG_FILES use

Re: Ant Dojo Compression

2006-09-04 Thread Stefan Bodewig
On Mon, 4 Sep 2006, Diego Chagastelles <[EMAIL PROTECTED]> wrote: > Hi, I´m an Ant beginner and I am trying to insert a javascript > compression (using Dojo compression Tool "custom_rhino.jar") in my > Ant Build File. I tried to execute the jar and generate the output > file (the compressed javasc

Ant Dojo Compression

2006-09-04 Thread Diego Chagastelles
Hi, I´m an Ant beginner and I am trying to insert a javascript compression (using Dojo compression Tool "custom_rhino.jar") in my Ant Build File. I tried to execute the jar and generate the output file (the compressed javascript) using the "outputproperty" property. Unfortunatelly to me, it doesn´