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 186013 - [69cat] Getting bogus "package XXX does not exist" errors for packages that are built by project dependencies
Summary: [69cat] Getting bogus "package XXX does not exist" errors for packages that a...
Status: RESOLVED DUPLICATE of bug 185459
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 14:31 UTC by swpalmer
Modified: 2010-05-12 14:34 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 swpalmer 2010-05-12 14:31:37 UTC
Product Version = NetBeans IDE Dev (Build 201005112200)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

Project A depends on the output jar of Project B which depends on the output jar of Project C.  If I try to debug project A and it requires a build, when project B is building it claims that packages from Project C do not exist. Simply pressing the "debug" or "build" button a second time causes the build to succeed. (Though it may get tripped up on yet another dependency i.e. Project D.. but building again will get past that.)

This happens when I first build/debug after starting up and loading the projects. Scanning is complete.
Comment 1 swpalmer 2010-05-12 14:34:40 UTC
Sorry - duplicate of my own previous bug report! doh!

*** This bug has been marked as a duplicate of bug 185459 ***