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 193788 - can not compile against module not included in clusters
Summary: can not compile against module not included in clusters
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 193651
  Show dependency tree
 
Reported: 2010-12-24 11:07 UTC by Vladimir Voskresensky
Modified: 2011-01-04 19:03 UTC (History)
2 users (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 Vladimir Voskresensky 2010-12-24 11:07:27 UTC
in issue #193651 was a TCR to remove antrl3.devel from any cluster list.

cnd.modelimpl uses this module at compile time declaring:
<dependency>
    <code-name-base>org.netbeans.libs.antlr3.devel</code-name-base>
    <build-prerequisite/>
    <compile-dependency/>
</dependency>

"ant build-nozip" works fine, but building cnd.modelimpl fails because not found jar file.
adding full path to jar
cp.extra=/home/vv159170/devarea/trunk/nbbuild/netbeans/extra/modules/org-netbeans-libs-antlr3-devel.jar
doesn't help to compile as well.
=> I can not remove module from cluster.properties

Btw, if I remove module from clusters then build of tests fails on hudson and build is unstable.

As soon as this harness issue is fixed, please, remove antrl3.devel from cluster.properties yourself.
Comment 1 Jesse Glick 2011-01-04 19:03:47 UTC
The harness does not support building against a module unless it is in the cluster config. But you do not need a dep on this module for your main source root anyway, since it is only used in a special target.