Index: core/src/org/netbeans/core/modules/ModuleManager.java =================================================================== RCS file: /cvs/core/src/org/netbeans/core/modules/ModuleManager.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- core/src/org/netbeans/core/modules/ModuleManager.java 29 Jul 2002 10:11:15 -0000 1.33 +++ core/src/org/netbeans/core/modules/ModuleManager.java 1 Aug 2002 16:24:49 -0000 1.34 @@ -580,7 +580,7 @@ m.classLoaderUp(parents); } catch (IOException ioe) { tryingClassLoaderUp = true; - InvalidException ie = new InvalidException(ioe.toString()); + InvalidException ie = new InvalidException(m, ioe.toString()); Util.err.annotate(ie, ioe); throw ie; }