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 128079 - Update dependencies in project.xml of feature module
Summary: Update dependencies in project.xml of feature module
Status: RESOLVED DUPLICATE of bug 70917
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 23:12 UTC by pzajac
Modified: 2008-02-22 00:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
UpdateFeatureDeps.java (5.78 KB, text/plain)
2008-02-21 23:13 UTC, pzajac
Details
simple test (1.52 KB, text/plain)
2008-02-21 23:14 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2008-02-21 23:12:54 UTC
Nb60 autoupdate allows to show just only module in autoupdate. Rest of modules needs to be defined as specification
version. It will be nice to create extra target in build.xml to allow update depencies of the project. I'll attach ant
task with two parameters:

projectxml - path to project xml
setnbmfolder - folder with nbm files

it updates dependencies in the project.xml from the nbm files
Comment 1 pzajac 2008-02-21 23:13:35 UTC
Created attachment 57017 [details]
UpdateFeatureDeps.java
Comment 2 pzajac 2008-02-21 23:14:00 UTC
Created attachment 57018 [details]
simple test
Comment 3 Jesse Glick 2008-02-22 00:42:12 UTC
Would rather handle the general case than have a special-purpose target that modifies sources.

*** This issue has been marked as a duplicate of 70917 ***