It's been bandied about around Harmony of late... according to Harmony classlib buildfiles, Ant will need jdtCompilerAdapter.jar (Ant adapter) and org.eclipse.jdt.core_3.1.0.jar (JDT compiler).
Then set build.compiler to "org.eclipse.jdt.core.JDTCompilerAdapter" and away you should go... or use the compiler attribute (documented in <javac> of course). HTH, Matt --- [EMAIL PROTECTED] wrote: > >I am under the impression that Eclipse uses SUN > compiler > >because it uses the libraries i.e. tools.jar from > the JDK > >directory. Am I wrong? > > Yes - you´re wrong. > The Eclipse team has implemented their own compiler. > E.g. the incremental compiling is not > part of the Sun compiler (AFAIK). And they work hard > to be (and keep) standard compliant. > > A few weeks ago I read about a possibility that you > can use the Eclipse compiler from Ant. > But I cant remember where .... so happy googling ;-) > > > Jan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
