Maven 1

Backward Incompability : Usage of xml entities in maven.xml doesn't work in maven 1.1 beta 1 & 2

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-1, 1.1-beta-2
  • Fix Version/s: 1.1-beta-3
  • Component/s: core
  • Labels:
    None
  • Number of attachments :
    1

Description

In maven 1.0.X it was possible to use entities in maven.xml scripting files.
It was used for example to split complex customizations ...

Issue Links

Activity

Hide
Arnaud Heritier added a comment -

This is due to a bug in the xml parser bundled in the jdk 1.4 (crimson)
It's fixed using xerces instead of crimson.

Show
Arnaud Heritier added a comment - This is due to a bug in the xml parser bundled in the jdk 1.4 (crimson) It's fixed using xerces instead of crimson.
Hide
Arnaud Heritier added a comment -

Fixed with MAVEN-1753

Show
Arnaud Heritier added a comment - Fixed with MAVEN-1753
Hide
Arnaud Heritier added a comment -

Be careful, a relative path doesn't begin with file:....
It's something like :

 <!DOCTYPE project [
  <!ENTITY goalA SYSTEM "goalA.xml">
  <!ENTITY goalB SYSTEM "goalB.xml">
]>
Show
Arnaud Heritier added a comment - Be careful, a relative path doesn't begin with file:.... It's something like :
 <!DOCTYPE project [
  <!ENTITY goalA SYSTEM "goalA.xml">
  <!ENTITY goalB SYSTEM "goalB.xml">
]>

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: