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 35366 - Unresolved dependency in standalone lookup library
Summary: Unresolved dependency in standalone lookup library
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 35327
  Show dependency tree
 
Reported: 2003-08-12 00:33 UTC by Martin Matula
Modified: 2008-12-22 18:49 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 Martin Matula 2003-08-12 00:33:47 UTC
When trying to use the standalone lookup library,
JVM complains that it cannot find
org.openide.util.Utilities class. I have noticed
(from the CVS archives) that this class is newly
used by org.openide.util.lookup.AbstractLookup
class. However, this class is not included in the
standalone lookup library. I suspect that the
openide build script should be updated to include
this class when creating openide-lookup.jar.
Comment 1 Jaroslav Tulach 2003-08-12 10:02:02 UTC
We would like to replace the openide-lookup.jar by openide-util.jar
which would contain not only lookup but most of org.openide.util.**.
Is that acceptable solution for you?
Comment 2 Martin Matula 2003-08-12 11:47:58 UTC
AFAIK, openide-util does not contain lookup right now. Moreover,
openide-util.jar is 3x bigger than openide-lookup.jar (and I guess it
will be about 4x bigger once you include also lookup in it). There is
a lot of stuff that MDR (and possibly other clients) will never need.
So I would still prefer to be able to build openide-lookup.jar
separately. Is this a problem?
Comment 3 Jaroslav Tulach 2003-08-14 07:50:16 UTC
I will provide temporary fix, but in the long term it will be
necessary to replace the openide-lookup.jar with openide-util.jar, I
guess.
Comment 4 Jaroslav Tulach 2003-08-14 08:44:20 UTC
src/org/openide/util/lookup/AbstractLookup.java,v  <-- 
AbstractLookup.java
new revision: 1.38; previous revision: 1.37
Comment 5 Lukas Hasik 2004-02-26 15:45:07 UTC
x