Raja Nagendra Kumar wrote:
I would like to know exact location of file given a fileset way to find one
Assuming that only one file in tejasoft.root would match the expression
"**/${name}Common.xml.
Regards,
Raja Nagendra Kumar,
C.T.O
ww
Do you experience the same problem if you by-pass the javac task, and
invoke javac using the exec task?
Obviously not a very nice work-around... but if it solves your
problem :>.
Scot P. Floess wrote:
That's really interesting! To be honest I have not really had a need
to do something l
[quote]
...but you must include the ant-contrib-xxx.jar file in your Ant's
classpath...
[/quote]
It's a lot neater, and portable to other peoples configurations if the
antcontrib lib jar is simply specified in the classpath attribute of the
appropriate taskdef[s].
e.g.
classpath="*${ant-con
- Original Message -
From: jonese
To: Ant Users List
Sent: Wednesday, February 13, 2008 3:43 PM
Subject: Copy content of file only?
Hey all i need to take the content of file A and place it into File B.
anyone know the best way to accomplish this?
jonese
--
You looking for something more complex than :-
${user.name},${the.date},${revision.no}
- Original Message -
From: Sam Hamilton
To: user@ant.apache.org
Sent: Monday, February 04, 2008 5:31 PM
Subject: Generating a CSV file
Hi All,
I would like to generate a CSV file fr
Java's regex replace supports case conversion ->
http://www.javaregex.com/tutorial5.html
So you should be able to do it through the propertyregexp task.
Alain ROY wrote:
Hi all
I need to capitalize a property value. I tried using regular expressions and the Antcontrib propertyregexp task, bu
elements can be nested, and so can be aggregated in the way you
describe.
I'd suggest steering clear of handling filesets directly, instead always wrap
them in a .
Unfortunately far too many 3d party tasks do use them directly - which is a
pain :(
- Original Message -
From: Darry
The target "depends" attribute already gives all the information you need to be
able to determine which targets can be executed in parallel?
As I mentioned earlier the only road-block at the moment to a totally
transparent mechanism for supporting parallel execution is the dubious implicit
depe
Yeah,
I think Ant needs to clean up the definition of the depends attribute.
The current definition for 'depends' leads to 2 kinds of dependencies, taking
the example below :-
1) a depends upon b & c.
This is an explicit dependency, and is persistent for the life-time of the Ant
script - it
Isn't this the default behaviour anyway?
Should not be interpretted as " 'a' depends on 'b' then 'c' then 'd' ", as that
would imply that 'b' depended up 'c', which in turn depended upon 'd'.
If such a dependency did exist, it should be incorporated in the depends
attribute of the 'b' & 'c' ta
Surely that is what a jars manifest is for?
- Original Message -
From: Wayne Cannon
To: Ant Users List
Sent: Thursday, December 13, 2007 1:11 AM
Subject: Re: Setting final strings at compile time
Eric,
We create an almost-Java source file, e.g., Version.txt, containing
11 matches
Mail list logo