Having problems running Ant 1.6 via Ant's Main.class

2004-06-11 Thread Nathan.Tran
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

Re: Reading from and Writing to files in Ant

2004-06-11 Thread Antoine Lévy-Lambert
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

Reading from and Writing to files in Ant

2004-06-11 Thread Tand, Robert
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

RE: super-jar

2004-06-11 Thread Gregory Gimler
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:

Re: super-jar

2004-06-11 Thread alan brown
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