You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jens Baitinger (JIRA)" <ji...@codehaus.org> on 2007/11/28 11:10:57 UTC

[jira] Created: (MRESOURCES-51) Failed to copy full contents from

Failed to copy full contents from
---------------------------------

                 Key: MRESOURCES-51
                 URL: http://jira.codehaus.org/browse/MRESOURCES-51
             Project: Maven 2.x Resources Plugin
          Issue Type: Bug
    Affects Versions: 2.2
            Reporter: Jens Baitinger
            Priority: Blocker


Every time i execute a maven i get the message: 'Failed to copy full contents'. I check the code from the class FileUtils and there is a simle File#length() compare.

{code}
if( source.length() != destination.length() )
{
    final String message = "Failed to copy full contents from " + source +
        " to " + destination;
    throw new IOException( message );
}
{code}


mvn -version
Maven version: 2.0.7
Java version: 1.5.0_04
OS name: "windows xp" version: "5.1" arch: "x86"

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

        

[jira] Closed: (MRESOURCES-51) Failed to copy full contents from

Posted by "Jens Baitinger (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRESOURCES-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Baitinger closed MRESOURCES-51.
------------------------------------

    Resolution: Fixed

clone 

> Failed to copy full contents from
> ---------------------------------
>
>                 Key: MRESOURCES-51
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-51
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Jens Baitinger
>            Priority: Blocker
>
> Every time i execute a maven i get the message: 'Failed to copy full contents'. I check the code from the class FileUtils and there is a simle File#length() compare.
> {code}
> if( source.length() != destination.length() )
> {
>     final String message = "Failed to copy full contents from " + source +
>         " to " + destination;
>     throw new IOException( message );
> }
> {code}
> mvn -version
> Maven version: 2.0.7
> Java version: 1.5.0_04
> OS name: "windows xp" version: "5.1" arch: "x86"

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