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 55089

Summary: Clean and Build Project fails if Compiling Sources contains another project requiring other compiling source jar files
Product: projects Reporter: joshunger <joshunger>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description joshunger 2005-02-16 19:05:11 UTC
Clean and Build Project fails if Compiling 
Sources contains another project requiring other 
compiling source jar file if these jar files are 
not listed in this first project.

For example, create Project X and Project Y.  Add 
ajar.jar file under Compiling Sources for Project 
Y.  Next, add Project Y as a Compiling Source 
under Project X.  Now try to Clean and Build 
Project X.  In turn, Project Y is rebuilt but the 
final Project X will fail with class not found 
errors.

The Clean and Build Project option should 
automatically concatenate the classpaths of any 
projects listed in Compiling Sources and use this 
classpath to build the final project jar.

let me know if you need more information...  
thanks.
Comment 1 Tomas Zezula 2005-02-17 09:37:25 UTC
This is a duplicate of already reported issue, but I am not able to
find it either on java or on projects.
Comment 2 Jesse Glick 2005-04-05 00:44:33 UTC
I think the reporter is referring to issue #47507, though it is hard to tell
since the terminology in this issue is quite confused.

*** This issue has been marked as a duplicate of 47507 ***