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 200100

Summary: Order of libraries in J2SE Project is not reflected in deps-jar and deps-clean target
Product: java Reporter: nigjo_iqn
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description nigjo_iqn 2011-07-13 10:19:18 UTC
I do have a bunch of Java SE Project to build my application. All with several dependencies to each other. One Main Project without any sources but with dependencies to all other projects.

I want to disable "Build Projects on Classpath" in all subprojects to speed up the build process and reordered the subprojects in project properties of the main project to the correct build order.

But this will not work because the order in "deps-jar" does not change to the order which I defined in the properties dialog.

(The same for "deps-clean", but with no negative impact in my case. This order should be reverse to "deps-jar")
Comment 1 Jesse Glick 2011-07-13 12:33:39 UTC
(In reply to comment #0)
> I want to disable "Build Projects on Classpath" in all subprojects to speed up
> the build process

Why? They should all get built exactly once anyway.
Comment 2 nigjo_iqn 2011-07-13 13:00:12 UTC
(In reply to comment #1)
> Why? They should all get built exactly once anyway.
OK. You are right.

Never the less the "correct" order may be nice IF someone disables the option to build only the project he/she's currently working on.

low priority.