You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Thorselius Göran <go...@scania.com> on 2003/03/03 08:25:12 UTC

Ant and Eclipse

I'm trying to create a build-file for an eclipse-project.

My goal is to make ant build the code in the exact same
way as it is built in eclipse.

I'd like ant to use the same compiler and classpath:s as eclipse
is using. I've been trying to use the jdtCompilerAdapter.jar from eclipse
but now I'd like to import the classpaths written by eclipse to the file
.classpath

This doesn't seem to work.

Has anyone done the same ?