The following issue has been updated:

    Updater: Brett Porter (mailto:[EMAIL PROTECTED])
       Date: Wed, 26 May 2004 8:53 AM
    Comment:
(Brett reminds himself to add a unit test for this).

This breaks quite often because of the inconsistent handling of file: URL protocol 
across Windows and Unix.
    Changes:
             Fix Version changed to 1.0
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1290?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1290

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1290
    Summary: UNIX style absolute path resolves relatively on Windows (XP)
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Graham Triggs

    Created: Fri, 21 May 2004 5:04 AM
    Updated: Wed, 26 May 2004 8:53 AM
Environment: Windows XP, Sun JDK 1.4.2_04

Description:
We use absolute file paths in our project.xml / project.properties files, and use the 
UNIX style as we need our environment to be portable across platforms.

Using Maven 1.0-rc3 on Windows, it is resolving these references relatively - for 
example:

maven.repo.local=/StdEnv/MLIBS

will result in Maven trying to locate the repository in a StdEnv/MLIBS subdirectory of 
the current project, not from the root of the drive, as it did previously.


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