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

Summary: Update dependencies in project.xml of feature module
Product: apisupport Reporter: pzajac <pzajac>
Component: HarnessAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: UpdateFeatureDeps.java
simple test

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 ***