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 35756 - AuxClassLoader should be split in two
Summary: AuxClassLoader should be split in two
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 38306
Blocks: 20211 35460
  Show dependency tree
 
Reported: 2003-08-25 18:35 UTC by Jesse Glick
Modified: 2005-07-13 13:23 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 Jesse Glick 2003-08-25 18:35:09 UTC
See issue #35460 for background.

Either swap order of #2 and #3 in its delegates
list, or make a third loader just for custom tasks
with this loader used just for the bridge (and
loading only the main loader plus bridge.jar plus
the loader for the Ant module).

Otherwise there is a problem if some unrelated
module includes ant.jar in Class-Path.
Comment 1 Jesse Glick 2003-12-26 20:22:30 UTC
Fixed in ant_nblib_38306.
Comment 2 Jesse Glick 2004-01-07 22:20:32 UTC
Fixed as part of issue #38306.
Comment 3 Marian Mirilovic 2005-07-13 13:23:56 UTC
closed