The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Tue, 12 Aug 2003 12:12 AM
    Changes:
             Fix Version changed to 1.0-final
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-668&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-668


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-668
    Summary: Incorrect "file" URL syntax in JBuilder plugin
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-other
   Fix Fors:
             1.0-final
   Versions:
             maven-new-unreleased

   Assignee: 
   Reporter: Joe Germuska

    Created: Mon, 11 Aug 2003 12:40 PM
    Updated: Tue, 12 Aug 2003 12:12 AM

Description:
In line 108 of version 1.11 of the JBuilder plugin's plugin.jelly, it calls:

              <x:parse var="doc" xml="file:/${libraryFile}"/>

This fails for me (Mac OS X), but was fixed when I changed the value to

              <x:parse var="doc" xml="file://${libraryFile}"/>

This makes sense to me, as I've always seen file URLS with three slashes.




---------------------------------------------------------------------
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


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

Reply via email to