Mary Milne is out of the office.

2007-12-07 Thread Mary Milne
I will be out of the office starting 07/12/2007 and will not return until 11/01/2008. I will be on holiday and visiting our Melbourne branch over this period. I will attempt to access my emails where I can but in the case of urgent enquires please contact:. Alison Litherland [EMAIL PROTECTED]

Re: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Scot P. Floess
To be honest, not sure. I just simply referred to the Resource Collections from the manual/index.html page Eric Wood wrote: Thanks, that works. Is there something further I can read on resources and how to use them. I read the manual page and was a little confussed. Is anybody aware of some

RE: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Eric Wood
Thanks, that works. Is there something further I can read on resources and how to use them. I read the manual page and was a little confussed. Is anybody aware of some good documentation on this topic with some examples. Eric -Original Message- From: Scot P. Floess [mailto:[EMAIL PROT

Re: ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Scot P. Floess
Checkout resource collections...that may do what you want... someproperty will be set with the count if any jar files exist in somedir... Eric Wood wrote: I'm want to set a property to check later on if there are any jar files in a folder/directory. Available does quite seem right since

ANT Question: How do I check for the presence of JAR files in a directory

2007-12-07 Thread Eric Wood
I'm want to set a property to check later on if there are any jar files in a folder/directory. Available does quite seem right since I want to wildcard for any jars. What is the best way to accomplish this task? Thanks for you help, Eric

Re: howto reuse includes and excludes definitions for different filesets

2007-12-07 Thread Dmitri Farafonov
Couple ways: First use patternset http://ant.apache.org/manual/CoreTypes/patternset.html And reuse the pattern: Second create includes/excludes files: And use includesfile and excludesfile attributes http://ant.apache.org/manual/CoreTypes/fileset.html Hope it helps, Dmitri.

AW: howto reuse includes and excludes definitions for different filesets

2007-12-07 Thread Jan.Materne
You could store these ex/includes in textfiles and use in/excludesfile attribute. fs.includes ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< de/cas/abc/abcobject/** ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< fs.excludes -

howto reuse includes and excludes definitions for different filesets

2007-12-07 Thread Ingo Siebert
Hi, i have to create two files: src.zip and binary.jar . The src.zip contains the source code files and the binary.jar contains the class files. They only contains a _subset_ of my complete project. That's why i have to filesets. // ... // ... But i don't wa

Re: Ant task for auto gen. release.txt form src-files!

2007-12-07 Thread Chuck Holzwarth
Look at the concat task with the options. Thank you, Chuck Holzwarth - Original Message From: donus <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Friday, December 7, 2007 2:05:23 AM Subject: Ant task for auto gen. release.txt form src-files! Hi All, I've one question to ant us