The problem seems to be corrected for the ChangeLog plugin but I have a similar error 
for the changes plugin :

     [exec] java:compile:
     [exec]     [echo] Compiling to 
E:\Work\Opensources\maven\..\maven-plugins\changes/target/classes
     [exec]     [javac] Compiling 2 source files to 
E:\Work\Opensources\maven-plugins\changes\target\classes
     [exec] 
E:\Work\Opensources\maven-plugins\changes\src\main\org\apache\maven\changes\ReleaseVersion.java:47:
 cannot a
ccess org.xml.sax.InputSource
     [exec] file org\xml\sax\InputSource.class not found
     [exec]         Document doc = r.read( changesFile );
     [exec]                         ^

     [exec] 
E:\Work\Opensources\maven-plugins\changes\src\main\org\apache\maven\changes\ReleaseVersion.java:89:
 cannot a
ccess org.xml.sax.helpers.XMLFilterImpl
     [exec] file org\xml\sax\helpers\XMLFilterImpl.class not found
     [exec]         XMLWriter writer = new XMLWriter( format );
     [exec]                            ^
     [exec] 2 errors
     [exec] BUILD FAILED

Arnaud.

-----Message d'origine-----
De : Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Envoy� : mercredi 10 mars 2004 13:41
� : [EMAIL PROTECTED]
Objet : Maven doesn't bootstrap with jdk 1.3


Hi Brett,

Maven doesn't build with java 1.3 due to classloader error.
You can see a sample of trace in MPCHANGELOG-32
(http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-32)

I'll try to resolve this rapidly, but we have a lot problems with every
plugins (org.w3c.* class not found, junit task not found,...)

It's very important to fix this problem before the RC2 release.

Do you have some ideas for resolve this?

Emmanuel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to