Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: 1.0-rc2
-
Component/s: None
-
Labels:None
-
Environment:Win 2K, Jdk 1.3.1_11, Ant 1.5.4, Maven MAVEN-1.0-BRANCH
-
Number of attachments :
Description
There's a lot of problem to build maven with a JDK 1.3.
Actually the changes plugin is broken due to a problem with XML dependencies.
I opened a similar issue for the changelog plugin (MPCHANGELOG-32).
I think that the problem is the same for several plugins.
I will attach the log.
aspectwerkz and changes used dom4j, so needed XML dependencies under 1.3. Added.
J2EE (and possibly others - I didn't test that far), used to fail because of a classloading bug in commons-grant-1.0-beta-5. Rolled back to beta-4 and this (and the rest) now work. I can bootstrap and plugin test successfully under 1.3.