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 - collab-ui generated nbm faills to install
Summary: collab-ui generated nbm faills to install
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2006-04-18 20:21 UTC by James Todd
Modified: 2006-10-23 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.