Hi,
We have some wrapper code that runs our Ant builds by calling a slightly
modified version of Ant's Main.class (AntCall). This worked well in
older versions of Ant prior all the launcher changes that were made in
Ant 1.6. Now when we attempt to run the same build process against Ant
1.6, it
Hello Robert,
I do not know the specificities of your application.
You might want to have a look at a number of standard tasks and types in
ant which might supply the kind of functionality you want.
I guess you have the relatively typical problem of adapting a few
settings in configuration files
You'll have to pardon me, but I am very new to Ant...
I've been scouring the web and have been unable to find an answer to this:
Is it possible for me to use scripting in Ant to modify configuration files after
install? I would like to be able to supply a text file with configuration settings in
I just tried it out. Works great! Thanks.
-Greg
At 02:34 PM 6/11/2004, [EMAIL PROTECTED] wrote:
Sure, we do just that. Heres are code:
...
-Original Message-
From:
Even if you could, would it work? Has java gotten over the problem of not being able
to deal with nested jars since I last checked?
I think you're stuck with un'jar'ing and re'jar'ing.
That's the way I do it anyway.
alan
Gregory Gimler <[EMAIL PROTECTED]> wrote:
Is there some way with ant