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 133020 - AU problems for Scala modules
Summary: AU problems for Scala modules
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 16:00 UTC by Jesse Glick
Modified: 2008-04-25 12:33 UTC (History)
1 user (show)

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 Jesse Glick 2008-04-16 16:00:20 UTC
Inconsistency(ies) in file:/hudson/workdir/jobs/javadoc-nbms/workspace/nbbuild/nbms/updates.xml relative to
file:/hudson/workdir/jobs/javadoc-nbms/lastSuccessful/archive/nbbuild/nbms/updates.xml
Problems found for module org.netbeans.modules.scala.debugger: [The module Scala Debugger Projects Integration would
also need to be installed., The module Scala Editing would also need to be installed.]
Problems found for module org.netbeans.modules.scala.debugger.projects: [The module Scala Editing would also need to be
installed.]
Problems found for module org.netbeans.modules.scala.editing: [The module Common Scripting Language Platform Support was
requested in implementation version "080416" but only "080415" was found.]
Problems found for module org.netbeans.modules.scala.project: [The module Scala Editing would also need to be installed.]

Please read

http://wiki.netbeans.org/DevFaqImplementationDependency

for background. gsf.api fails to use spec.version.base. gsfpath.api also does not specify an integer impl version plus
spec.version.base, so scala.editing's dep on it is dangerous.

dcaoyuan - I would strongly recommend you cease to use impl deps on these modules. If you need some kind of extra
access, you should be negotiating friend dependencies with tor.
Comment 1 _ dcaoyuan 2008-04-16 16:23:32 UTC
I've asked Tor' to add these modules as friend package, after this be done, I'll fix the project dependency.
Comment 2 _ dcaoyuan 2008-04-17 19:04:16 UTC
There is a limit of number of intercluster friends?

http://deadlock.netbeans.org/hudson/job/trunk/1650/consoleText

Too many intercluster friends (30) for module org.netbeans.modules.gsf.api (gsf)
Comment 3 Jesse Glick 2008-04-17 19:19:46 UTC
I already increased it to 40.
Comment 4 _ dcaoyuan 2008-04-18 16:12:18 UTC
Fixed: contrib/rev/2657bceb14b2, main/rev/631464c38b05
Verified by http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1678/