Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 75274 invoked from network); 5 Mar 2003 16:27:18 -0000 Received: from host158-66.discord.birch.net (HELO email.advancedreality.com) (65.16.158.66) by daedalus.apache.org with SMTP; 5 Mar 2003 16:27:18 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Ant and Eclipse - more clear Content-Transfer-Encoding: quoted-printable Date: Wed, 5 Mar 2003 10:27:21 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ant and Eclipse - more clear Thread-Index: AcLi6J1h09PDyEaxSLSZMxbNV6HsgAASRBkgAACF0OA= From: "Jim Allers" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Able to successfully run a build with logging on Eclipse 2.1 (build id = 200302270800) with: [eclipse executable] -nosplash -application = org.eclipse.ant.core.antRunner -f [build file] -logfile buildlog.txt -----Original Message----- From: Jim Allers=20 Sent: Wednesday, March 05, 2003 10:18 AM To: Ant Users List Subject: RE: Ant and Eclipse - more clear You need to run=20 [eclipse executable] -application org.eclipse.ant.core.antRunner The fact that the plugin id is expected to preface the application ID = does not appear to be written in the documentation. I recommend reading = the documentation on this one. I've never done it myself,but I think = this is a way of doing what you want. Sorry for not checking it. -----Original Message----- From: Thorselius G=F6ran [mailto:goran.thorselius@scania.com]=20 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 [eclipse executable] -application antRunner=20 gives: "Problems during startup. See .log file in your .metadata directory" The .log - file doesn't contain any log for this when I check it.... -----Original Message----- From: Jim Allers [mailto:jim@advancedreality.com]=20 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 can be run. I think this is = how the Eclipse project is running their automated build. I think the Eclipse project generates build scripts for their various = plugins and then runs those build scripts. I would assume it's done = through Eclipse or planning to be done through Eclipse. You can run Eclipse 2.1 RC0 in headless mode by: [eclipse executable] -application antRunner [your normal ant = arguments?]. Eclipse also provides some ant tasks that interact with the workspace. = They may be available in headless mode: eclipse.incrementalBuild = eclipse.convertPath eclipse.refreshLocal Search in the eclipse help for "Ant tasks provided by the platform" and = "org.eclipse.core.runtime.applications" -----Original Message----- From: Thorselius G=F6ran [mailto:goran.thorselius@scania.com]=20 Sent: Tuesday, March 04, 2003 6:08 AM To: 'Ant Users List' Subject: Ant and Eclipse - more clear 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. The build should be done by a call in for example a .bat-file I've read an example that told me to write this in my build.xml = This doesn't seem to work: "Compiler Adapter 'org.eclipse.jdt.core.JDTCompilerAdapter' can't be = found." I'm not suprised though, since ant don't know about eclipse. Now I'm wondering: Is it really possbile for ant to use the built-in = JavaBuilder in eclipse to compile code OUTSIDE eclipse ? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org