> I have heard it said that "programmatic javac compiler for debugging" means that you have a junit testcase which calls com.sun.tools.javac.Main.
I heard it somehow involved a chicken and some sort of voodoo dance. :) On Thu, Mar 24, 2011 at 11:27 AM, Michael Dick <[email protected]>wrote: > On Thu, Mar 24, 2011 at 10:40 AM, Marc Logemann <[email protected]> wrote: > > > > > > >> you are late. > > > Not really. The code was written two years ago, with a programmatic > javac > > > compiler for debugging ;) > > > > > > thats not what i meant. I meant in following our discussion on the list > ;-) > > When i am old and skilled i will check again what you mean with > > "programmatic javac compiler for debugging" :-) until that time point, i > > continue doing this poor "implement a copy/pasted processor and write > some > > println statements in there" (c) hrhr. > > > > I have heard it said that "programmatic javac compiler for debugging" means > that you have a junit testcase which calls com.sun.tools.javac.Main. That > way you can debug your junit (or your own main method) and step into the > compilation process. > > -mike >
