]
Lincoln Baxter III commented on FORGE-1389:
-------------------------------------------
Working on Man right now :)
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
Assignee: George Gastaldi
Fix For: 2.0.0.Final
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: