dion 2003/07/28 23:47:08 Modified: src/java/org/apache/maven/plugin PluginManager.java Log: Happy now that classloaders are set up ok Revision Changes Path 1.56 +2 -2 maven/src/java/org/apache/maven/plugin/PluginManager.java Index: PluginManager.java =================================================================== RCS file: /home/cvs/maven/src/java/org/apache/maven/plugin/PluginManager.java,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- PluginManager.java 29 Jul 2003 06:25:19 -0000 1.55 +++ PluginManager.java 29 Jul 2003 06:47:07 -0000 1.56 @@ -669,7 +669,7 @@ // for use in the plugin in the plugin class loader. processDependencies( project, classLoader ); - displayClassLoaderContents( project, classLoader ); + //displayClassLoaderContents( project, classLoader ); // Now before we even _compile_ the jelly script you must set the classloader because // the whole process needs to be able to resolve the tags. I thought a StaticTag was
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]