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 - Order of libraries in J2SE Project is not reflected in deps-jar and deps-clean target
Summary: Order of libraries in J2SE Project is not reflected in deps-jar and deps-clea...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 10:19 UTC by nigjo_iqn
Modified: 2011-07-13 13:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.