RE: Ant and Eclipse - more clear

2003-03-06 Thread Thorselius Göran
this and it needs to wait until ant is done with the compiling. I've read the manual but there is no flag like -wait or something like that. -Original Message- From: Jim Allers [mailto:[EMAIL PROTECTED] Sent: den 5 mars 2003 17:18 To: Ant Users List Subject: RE: Ant and Eclipse - mor

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
ROTECTED] Sent: den 4 mars 2003 17:27 To: Ant Users List Subject: RE: Ant and Eclipse - more clear Which version of Eclipse are you using? The new version of Eclipse that is coming out let's you run Eclipse in headless mode, and the ant integration is already an "application" that

RE: Ant and Eclipse - more clear

2003-03-04 Thread Robert Paterson
mpiled everytime, no change. Regards, Rob Paterson -Original Message- From: Thorselius Göran [mailto:[EMAIL PROTECTED] Sent: Tuesday, 4 March 2003 8:51 PM To: 'Ant Users List' Subject: RE: Ant and Eclipse - more clear That could have been nice, but the situation isn't t

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
003 13:53 To: Ant Users List Subject: RE: Ant and Eclipse - more clear If your goal is to get the same build whether you're in Eclipse or not, it's easier to do it the other way around because Eclipse already knows how to use Ant. Write an Ant build file that uses the standard javac tas

RE: Ant and Eclipse - more clear

2003-03-04 Thread Beth Linker
IL PROTECTED] Sent: den 4 mars 2003 13:29 To: Ant Users List Subject: Re: Ant and Eclipse - more clear Hello, I wander where the benefit of this solution would be? Why are you not just using a .bat file to run ant in the same manner like you run it on the command line. If you are using ant fo

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
bject: Re: Ant and Eclipse - more clear Hello, I wander where the benefit of this solution would be? Why are you not just using a .bat file to run ant in the same manner like you run it on the command line. If you are using ant for your build I suppose, that all the configuration for ANT is done i

Re: Ant and Eclipse - more clear

2003-03-04 Thread mmay
Hello, I wander where the benefit of this solution would be? Why are you not just using a .bat file to run ant in the same manner like you run it on the command line. If you are using ant for your build I suppose, that all the configuration for ANT is done in the build-file, right? (like CLASSPATH,

Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
I'm a total newbie in XML, ant and eclipse I guess I was a little unclear about what I would like to do, so I'll try and explain it again. I would like ant to compile Java code written in Eclipse every night (scheduled job). In other words I don't want the build to be done from within Eclipse. Th