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 74897 - Rollback profiler specific changes in project structure
Summary: Rollback profiler specific changes in project structure
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 10:39 UTC by ehucka
Modified: 2007-02-27 08:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-04-12 10:39:36 UTC
It would be nice if profiler would provide and action to rollback all changes
made to profile a project, like:

- adding profiler-build-impl.xml to nbproject folder
- renaming project build.xml to build-before-profiler.xml
- adding new build.xml to project
- updating nbproject/private/private.xml

Use Case: projects in cvs
Comment 1 Jiri Sedlacek 2006-04-12 10:51:18 UTC
Is this request based on existing user feedback? I've never seen such 
requirement. It may be quite difficult to unintegrate the Profiler, for example 
for FreeForm projects where many buildcript modifications after Profiler 
integration are expected.
Comment 2 ehucka 2006-04-12 12:37:21 UTC
No, it is my feedback.
I think if profiler something automaticaly modifies it should be 
able to clean these changes after a user wants to return back.
Comment 3 Jiri Sedlacek 2006-06-15 12:01:03 UTC
Fixed for J2SE and J2EE projects, wontfix for Freeform projects and NetBeans 
modules (suites).

profiler-build-impl.xml is removed, changes to private.xml are reverted, build-
before-profiler.xml is renamed to build.xml. User is warned that any 
modifications to integrated build.xml will be lost.

Fixed in trunk.
Comment 4 Ivan Sidorkin 2007-02-27 08:54:13 UTC
verified in 070227