splash screen not goig to front

2003-03-06 Thread Jerome @ BBC
I am using Ant 1.5 on Windows 2000 ¨with java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode) and the splash screen (optional Splash task) doesn't go to the front. Any experienced this? Upgrading to ant 1.

AW: Little problem deleting

2003-03-06 Thread Jan . Materne
Jan Matèrne -Ursprüngliche Nachricht- Von: Thomas Saxtoft [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 6. März 2003 10:19 An: [EMAIL PROTECTED] Betreff: Little problem deleting I have got this little problem, but I can't find a solution anywhere. When I want to delete a director

Re: AW: how to import another xml file

2003-03-06 Thread Pritesh saharey
The problem is solved by making java.xml as another build file and calling this java.xml to my build.xml file like this for time beign my purpose is solved, but i want to create a properties.xml file in which my two command will be called in all my projects

Re: update dist copy to client dirs question

2003-03-06 Thread Stefan Bodewig
On Thu, 06 Mar 2003, Kiarna Boyd <[EMAIL PROTECTED]> wrote: > I have been trying to use copy > > > > But copy reads the ** as literal rather than symbolic and will > create a directory named ** todir="." (or the equivalent todir="${basedir}") should do the trick. Stefan

Re: where can I download the antidote gui source code?

2003-03-06 Thread Stefan Bodewig
On Wed, 5 Mar 2003, Fenton Travers <[EMAIL PROTECTED]> wrote: > I can't find the link to download the antidote gui front end for > ant, where would I find that? You can grab it from CVS directly (or use a CVS snapshot), see . Stefan --

Re: Ant task options

2003-03-06 Thread Stefan Bodewig
On Tue, 04 Mar 2003, Adam M. <[EMAIL PROTECTED]> wrote: > I've looked at the Ant task documentation and I don't see a way of > providing any of the ant options, like -quiet, -debug, or > -logger. You can't. As for -quiet/-debug, subbuilds inherit the logger (actually *all* listeners) from the pa

AW: how to import another xml file

2003-03-06 Thread Jan . Materne
If you want to &include; java.xml you have to delete the first line ( java.xml that file must be a valid buildfile. So you have to have a -Root element. Jan Matèrne -Ursprüngliche Nachricht- Von: Pritesh saharey [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 6. März 2003 09:08 An

RE: Ant and Eclipse - more clear

2003-03-06 Thread Thorselius Göran
Yes! No it works... but there is a problem... After executing "[eclipse executable] -application org.eclipse.ant.core.antRunner" in my command-prompts, the command-prompt doesn't wait for eclipse to end. This will be a problem for me since I'll have a script running doing this and it needs to wai

Re: back to classpath issues

2003-03-06 Thread Stefan Bodewig
On Wed, 5 Mar 2003, Mike McNally <[EMAIL PROTECTED]> wrote: > I appreciate that this is probably a wide-ranging rat's nest > of a problem, but I'm curious as to why the "reverseloader" > flag was deprecated, as it solves my issues completely. With the reverseloader attribute set to true, Ant's cl