Maven 1

Can't build maven with JDK 1.3

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker 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 :
    1

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.

Activity

Hide
Brett Porter added a comment -

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.

Show
Brett Porter added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: