Clean-project.xml clears the WebContent folder silently
The
clean-project.xml
file cleans some directories and reports about it. But it also cleans the WebContent folder (which, as the name would suggest, can hold any web content) and on top of that it is done silently.The
Submitted by D. Pelsmaeker on 23 March 2012 at 17:17clean-project.xml
should not silently clear folders. And either the WebContent folder should be renamed to something that starts with a dot (like the other folders that are cleared) or it should not be cleared at all.
Issue Log
On 23 March 2012 at 17:19 Elmer van Chastelet tagged 1.3.0
On 15 January 2013 at 14:15 chris melman tagged 1.4
On 15 January 2013 at 14:15 chris melman removed tag 1.3.0
On 15 January 2013 at 14:17 chris melman commented:
The name might be a bit strange, but it is also nog a good idea to place stuff directly into webcontent. There are folders like stylesheet and html to do this
On 15 January 2013 at 14:20 Elmer van Chastelet removed tag 1.4
On 15 January 2013 at 14:20 Elmer van Chastelet tagged 1.4.0
On 15 January 2013 at 14:38 chris melman removed tag 1.4.0
Log in to post comments