RE: Ant and Eclipse - more clear

2003-03-06 Thread Thorselius Göran
I think this is a way of doing what you want. Sorry for not checking it. -----Original Message- From: Thorselius Göran [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 1:22 AM To: 'Ant Users List' Subject: RE: Ant and Eclipse - more clear I'm running Eclipse 2.0

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
the eclipse help for "Ant tasks provided by the platform" and "org.eclipse.core.runtime.applications" -Original Message- From: Thorselius Göran [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:08 AM To: 'Ant Users List' Subject: Ant and Eclipse -

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
dvantage of doing it this way is that you make all of your build configuration changes in the build.xml (instead of making them in the IDE and having to remember to copy them to the build.xml) and it's very quick to set up. -Beth -Original Message- From: Thorselius Göran [mailto:[E

RE: Ant and Eclipse - more clear

2003-03-04 Thread Thorselius Göran
The benefit is that I now that the code get's compiled in the exact same way regardless of the build was preformed from the propmpt (or bat-file) or from eclipse. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 4 mars 2003 13:29 To: Ant Users List Subject: R

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