This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252018 - Separate clean action from removing testuserdir
Summary: Separate clean action from removing testuserdir
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 12:26 UTC by cezariusz
Modified: 2015-04-28 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-04-23 12:26:36 UTC
Product Version: NetBeans IDE Dev (Build 201504210001)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; pl_PL (nb)

During the development process of a large platform application it's often necessary to perform a full clean. The problem is that it also cleans the testuserdir, destroying all the configuration settings, which is usually not desirable. What I would like to see it a separate action to clean only code, that would delete "build" directories in all the modules and in the main application, but without the testuserdir.
Another solution is to move the testuserdir outside the main "build" directory and add an action to easily delete it from the module suite context menu.