Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Fri, 22 Aug 2003 4:18 AM
I don't apply the patch, but I suppress protocol declaration that is unnecessary.
---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: FIXED
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-other
Fix Fors:
1.0-rc1
Versions:
maven-new-unreleased
Assignee:
Reporter: Joe Germuska
Created: Mon, 11 Aug 2003 12:40 PM
Updated: Fri, 22 Aug 2003 4:18 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]