In message <28d28ce40907060730r71d89852k7cc426686211...@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.