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 70907 - broken Mobility build
Summary: broken Mobility build
Status: RESOLVED INVALID
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 14:14 UTC by Adam Sotona
Modified: 2006-10-23 16:41 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 Adam Sotona 2006-01-02 14:14:10 UTC
C:\work\cvs\velvet\nb_all\nbbuild\netbeans\harness\build.xml:60: The module C:\w
ork\cvs\velvet\nb_all\nbbuild\netbeans\mobility7.2\modules\org-netbeans-modules-
kjava.jar has no public packages and so cannot be compiled against
    at
org.netbeans.nbbuild.ParseProjectXml.computeClasspath(ParseProjectXml.java:675)
    at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:306)

BTW: module kjava is correctly declared with empty public packages and required
by many other modules
Comment 1 rbalada 2006-01-02 16:26:38 UTC
Jesse,
any comments on it? I can see you did change regarding issue 59792
<http://www.netbeans.org/source/browse/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java?r1=1.31&r2=1.32>,
but it was on trunk and this issue seems to be reported against 5.0.

Adam,
please confirm your report is either against trunk or release50 branch. My guess
is that you incorrectly reported against 5.0 version and thus correct version
should be "5.1".
Comment 2 Adam Sotona 2006-01-02 17:18:02 UTC
yes, sorry, 5.1
Comment 3 Jesse Glick 2006-01-02 17:27:36 UTC
If you need it only at runtime, not in the classpath, then keep
<run-dependency/> but remove <compile-dependency/> and <build-prerequisite/>.
(This has been true for as long as apisupport/project has existed, it is just
now being correctly enforced.)