[forge-issues] [JBoss JIRA] (FORGE-1389) rm doesn't remove a none empty directory

Antonio Goncalves (JIRA) issues at jboss.org
Tue Dec 31 00:15:33 EST 2013


Antonio Goncalves created FORGE-1389:
----------------------------------------

             Summary: rm doesn't remove a none empty directory
                 Key: FORGE-1389
                 URL: https://issues.jboss.org/browse/FORGE-1389
             Project: Forge
          Issue Type: Sub-task
          Components: UI - Shell
    Affects Versions: 2.0.0.Beta4
            Reporter: Antonio Goncalves


When I try to remove a none empty directory, even with the {{--force}} argument, it doesn't work :

{code}
[temp]$ rm agoncal-application-petstore-ee7
***ERROR*** rm: directory not empty and cannot be removed without '--force' '-f' option.
[temp]$ rm -f agoncal-application-petstore-ee7
***ERROR*** directory not empty
[temp]$ rm --force agoncal-application-petstore-ee7
***ERROR*** directory not empty
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list