dependencyrefsbuildfile attribute doesn't work with absolute paths.
-------------------------------------------------------------------

                 Key: MANTTASKS-188
                 URL: http://jira.codehaus.org/browse/MANTTASKS-188
             Project: Maven 2.x Ant Tasks
          Issue Type: Bug
          Components: dependencies task
    Affects Versions: 2.1.0
         Environment: Mac OSX
            Reporter: Justin Wunderle


I normally use a property that expands to the absolute path to my output 
directory, but it is not properly handled by the dependency caching plugin. If 
I do: 

{panel}<dependencies ... 
dependencyrefsbuildfile="$\{dir.build}/compile-dependencies.xml">{panel}

it will print:

{panel}
[mvn:dependencies] Building ant file: 
/Users/jwunderle/myproject/build/compile-dependencies.xml
{panel}

during the build but the file will actually be created in 
{{/Users/jwunderle/myproject/Users/jwunderle/myproject/build/compile-dependencies.xml}}


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to