William Chu wrote:
Thank you Antoine,I still have a question. I can't find where the javac object is currently created. Which file or Java object does the following ? : Javac javac = new Javac() I know the constructor is being invoked because I put a println that I do see in the console: class Javac extends MatchingTask { public Javac() { System.out.println ("Javac Constructor being called"); ....
But a breakpoint up and see where. There is no explicit constructor, as ant's dynamic xml element to task mapping does it using reflection.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
