You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/09/30 14:43:51 UTC

[jira] Created: (MNG-87) m2 fails build with jdk 1.5.0

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-87

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-87
    Summary: m2 fails build with jdk 1.5.0
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: 
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:43 AM
    Updated: Thu, 30 Sep 2004 8:43 AM
Environment: Windows XP SP2, jdk 1.5.0 (build 1.5.0-b64)

Description:
mboot.jar will fail to compile maven-core-it-verifier with jdk 1.5.0 as it depends on the Xalan classes included in the jdk 1.4 runtime. In jdk 1.5.0 these classes have been moved to Sun internal packages.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MNG-87) m2 fails build with jdk 1.5.0

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Magne Rasmussen (mailto:magne.rasmussen@invenia.no)
       Date: Thu, 30 Sep 2004 8:47 AM
    Comment:
This patch delegates the .m2/override.xml parsing to maven-model. This (unfortunately) makes maven-core-it-verifier dependent on two external packages (maven-model and xpp3). This makes the maven-core-it run scripts more brittle. Only the Windows script has been tested.
    Changes:
             Attachment changed to MNG-87.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MNG-87?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-87

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-87
    Summary: m2 fails build with jdk 1.5.0
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: 
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:43 AM
    Updated: Thu, 30 Sep 2004 8:47 AM
Environment: Windows XP SP2, jdk 1.5.0 (build 1.5.0-b64)

Description:
mboot.jar will fail to compile maven-core-it-verifier with jdk 1.5.0 as it depends on the Xalan classes included in the jdk 1.4 runtime. In jdk 1.5.0 these classes have been moved to Sun internal packages.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (MNG-87) m2 fails build with jdk 1.5.0

Posted by ji...@codehaus.org.
Message:

   The following issue has been re-assigned.

   Assignee: Brett Porter (mailto:brett@codehaus.org)
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-87

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-87
    Summary: m2 fails build with jdk 1.5.0
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:43 AM
    Updated: Thu, 30 Sep 2004 4:55 PM
Environment: Windows XP SP2, jdk 1.5.0 (build 1.5.0-b64)

Description:
mboot.jar will fail to compile maven-core-it-verifier with jdk 1.5.0 as it depends on the Xalan classes included in the jdk 1.4 runtime. In jdk 1.5.0 these classes have been moved to Sun internal packages.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MNG-87) m2 fails build with jdk 1.5.0

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Brett Porter
    Created: Thu, 30 Sep 2004 4:59 PM
       Body:
I'l fix this - just need to get rid of the Apache XPath dependant code in verifier.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-87?page=comments#action_24790

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-87

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-87
    Summary: m2 fails build with jdk 1.5.0
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:43 AM
    Updated: Thu, 30 Sep 2004 4:59 PM
Environment: Windows XP SP2, jdk 1.5.0 (build 1.5.0-b64)

Description:
mboot.jar will fail to compile maven-core-it-verifier with jdk 1.5.0 as it depends on the Xalan classes included in the jdk 1.4 runtime. In jdk 1.5.0 these classes have been moved to Sun internal packages.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MNG-87) m2 fails build with jdk 1.5.0

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-87

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-87
    Summary: m2 fails build with jdk 1.5.0
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Versions:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Magne Rasmussen

    Created: Thu, 30 Sep 2004 8:43 AM
    Updated: Fri, 7 Jan 2005 9:08 AM
Environment: Windows XP SP2, jdk 1.5.0 (build 1.5.0-b64)

Description:
mboot.jar will fail to compile maven-core-it-verifier with jdk 1.5.0 as it depends on the Xalan classes included in the jdk 1.4 runtime. In jdk 1.5.0 these classes have been moved to Sun internal packages.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira