You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2005/10/28 11:49:13 UTC

[jira] Updated: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

     [ http://jira.codehaus.org/browse/MNG-1345?page=all ]

Edwin Punzalan updated MNG-1345:
--------------------------------

    Attachment: MNG-1345-maven-resources-plugin.patch

Attached is the patch to fix this.

> "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.
> -----------------------------------------------------------------------------------------------------------
>
>          Key: MNG-1345
>          URL: http://jira.codehaus.org/browse/MNG-1345
>      Project: Maven 2
>         Type: Bug
>   Components: maven-resources-plugin
>     Versions: 2.0
>  Environment: Linux fails, Windows is fine.
>     Reporter: Mark Donszelmann
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-1345-maven-resources-plugin.patch
>
>
> "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.
> example:
>             <resource>
>                 <targetPath>../generated-sources/filter</targetPath>
>                 <filtering>true</filtering>
>                 <directory>${basedir}/src/main/java</directory>
>                 <includes>
>                     <include>**/*</include>
>                 </includes>
>             </resource>
> since the targetdirectory is relative to "target/classes" (or whatever the setting is to put the class files)
> the plugin fails with a 
> "No such file or directory: ....target/classes/../generated-sources/filter/....." 
> if target/classes does not exist.
> On Windows it works fine, on Unix it fails.
> Workaround: copy some resources to target/classes first, so that target/classes exists.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org