From e56ab6c2457531c0ce8556097f945b6e7946f6f2 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Jun 2009 04:48:23 +0200 Subject: Added info on the addNetbeans branch. --- doc/TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/TODO.txt b/doc/TODO.txt index 53fdb177..003bf3ed 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -22,6 +22,13 @@ method2: public Iterable parse(); in either case, returned value could be null/empty. CompilationUnitTree are MethodTree are superinterfaces of JCCU and JCMD. +problem: the agent stops receiving requests to transform classes early in the netbeans load process. + +Possible work-around: Rewrite the entire JavacTaskImpl.class file on disk. It's in: + +/NetBeans 6.7 RC3.app/Contents/Resources/NetBeans/java2/modules/ext/javac-impl-nb-7.0-b07.jar + +Some work has been done in the addNetbeans branch. ## website -- cgit