I think the mentioned ant-contrib is http://ant-contrib.sourceforge.net/
Regards,
Gisbert Amm
Dan Finkelstein wrote:
I'm afraid I don't know which contribution you're talking about. I
don't see one that has to do with for-each !! Which do you mean?
At 11:50 PM 11/16/2005, Antoine Levy-Lam
Hello Dan,
ant-contrib is a project on source forge :
AntContrib
The Ant-Contrib project is a collection of user supplied task (like an
|| task) and a development playground for experimental tasks like a
C/C++ compilation task for different compilers.
Compatibility: 1.4.1 and above
URL
Hi Antoine,
I'm afraid I don't know which contribution you're talking about. I don't
see one that has to do with for-each !! Which do you mean?
Thanks again,
Dan
At 11:50 PM 11/16/2005, Antoine Levy-Lambert wrote:
Hello Dan,
maybe you could try to use for or for-each in ant-contrib to do
> What is happening is that genericantfile sets the basedir to something
> like src/localization/en, whereas I really want it to remain as it was,
> that is, just inherit the basedir from the project itself.
>
> Is there a way to override the basedir? or a better way to implement
> this task?
As
Hello Dan,
maybe you could try to use for or for-each in ant-contrib to do what you
want..
If you read the documentation of subant, it is stated clearly AFAIK that
genericantfile changes the base dir.
Cheers,
Antoine
Dan Finkelstein wrote:
> Hi --
>
> I have a number of sub-projects that I wis
Hi --
I have a number of sub-projects that I wish to call. I call them
with the same ant build file. I have a number of directories such as
src/localization/en
src/localization/fr
src/localization/es
representing all the languages I need to build for. And I use the
element of to