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]
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
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
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
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
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.
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
-
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
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