Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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 Versions: maven-new-unreleased Assignee: Reporter: Joe Germuska Created: Mon, 11 Aug 2003 12:40 PM Updated: Mon, 11 Aug 2003 12:40 PM 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]
