[ 
https://issues.apache.org/jira/browse/VFS-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412913#comment-13412913
 ] 

Gary D. Gregory commented on VFS-405:
-------------------------------------

Patch 5 applies cleanly but, when I run "mvn clean test", I get one test 
failure:

{noformat}
Running org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase
Tests run: 79, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.419 sec <<< 
FAILURE!
{noformat}

and then the build hangs:

{noformat}
Running org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase
{noformat}

My set up:

Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: C:\Java\apache-maven-3.0.4\bin\..
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_31\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

I notice that you moved one test case to make it more general, but that does 
not seem to work on Windows 7. Curious: What platform are you on?
                
> Get/set the file permissions
> ----------------------------
>
>                 Key: VFS-405
>                 URL: https://issues.apache.org/jira/browse/VFS-405
>             Project: Commons VFS
>          Issue Type: Improvement
>            Reporter: Damian Waszak
>         Attachments: permissions-0001.patch, permissions-0002.patch, 
> permissions-0003.patch, permissions-0004.patch, permissions-0005.patch
>
>
> Add possibility to change file permissions through VFS, similar to executing 
> *chmod* command on a file.
> Simple use case scenario would be to move a file to SFTP server, and then 
> retrieve and change the permissions, e.g. exececute chmod 0644.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to