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 86995 - Webproject.CopyOnSave
Summary: Webproject.CopyOnSave
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 89008
  Show dependency tree
 
Reported: 2006-10-12 12:41 UTC by Milos Kleint
Modified: 2016-07-07 08:52 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 Milos Kleint 2006-10-12 12:41:30 UTC
please consider making WebProject.CopyOnSave class to support any project type
which implements WebModuleImplementation. The current impl is private to web
project but the actual implementation is generic. To get the same functionality
for maven projects, I basically need to copy the code over.

The only implementation specific part is listening on ProjectInformation for
changes in WebProjectProperties.WEB_DOCBASE_DIR.

it shouldn't require any API changes, just listen on OpenProjects's open
projects changes instead on relying on ProjectOpenedHook callback. It should be
probably moved out of the web/project module someplace else.
Comment 1 Martin Balin 2016-07-07 08:52:45 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss