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 75186

Summary: collab-ui generated nbm faills to install
Product: obsolete Reporter: James Todd <jwtodd>
Component: collabAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED INVALID    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description James Todd 2006-04-18 20:21:32 UTC
i need to be able to generate a collab-ui (one off) and deploy the resulting nbm.

using a fresh cvs co of nb and collab, the freshly built nbm fails to install
due to (what looks like) a depdendcy problem:

  MODULE: org.netbeans.modules.colalb.ui/1 module org.netbeans.api.progress/1 > 1.6

can we get this fixed? suggestions?

thx,

- james
Comment 1 James Todd 2006-04-18 20:22:30 UTC
marking for quick review ... although this is more a build issue i suspect.

regardless, it would be great if we could get this resolved, or point out the
error of my ways, in short order.

much appreciated,

- james
Comment 2 James Todd 2006-04-18 20:58:32 UTC
i've tried changing the collab-ui progress module version dependency to 1.6.0.1
to no avail. i'm actually not suprised. could use some nmb inter-dependency
guidance here. one (a developer, me) should be able to generate collab-ui nmb
and install it, correct?
Comment 3 Petr Nejedly 2006-04-18 23:19:39 UTC
No bug.
This is simple, NB5.0 had the progress module version 1.5.0, after branching, it
was increased to 1.6 and the trunk version of collab/ui "depends" on 1.6 now as
well. In fact, it would work with version 1.5 as well.
Just edit your local copy of collab/ui/nbproject/project.xml and backdate the
progress api module version to 1.5. After rebuild, the module should work in
NB5.0 as well.