You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2009/07/07 09:54:31 UTC

Re: [jdktools][javadoc] ECJ compilation

In message <28...@mail.gmail.com>,
LOU Yin writes:
> 
> Hi,
> 
> I'm trying to implement javadoc tool for Harmony. Since harmony is using ecj
> to do compilation and there're some useful APIs in ecj for javadoc. Can
> anyone give me an example on how to use ecj to compile java source code? or
> some tutorials on ecj? Thanks!

ECJ is used by the Harmony javac implementation so that is an example of its
usage, you can find that under:

  working_jdktools/modules/jdktools/src/main/java/org/apache/harmony/tools/javac

Regards,
 Mark.