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 13851 - j2eeserver should be an autoload
Summary: j2eeserver should be an autoload
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ gfink
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-23 19:10 UTC by Jesse Glick
Modified: 2001-09-17 21:55 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 Jesse Glick 2001-07-23 19:10:37 UTC
Probably this module should be autoloaded--that is, assuming it provides no
useful user features in and of itself and is only a library or registration
point for other modules, it should be turned on and off only insofar as some
other module needs it.

To accomplish, simply move j2eeserver.jar from the modules/ directory to the
modules/autoload/ directory when building. And of course update any other build
scripts that expect it in their <classpath> to point to the new location. The
IDE will automatically treat it as an autoload based on the location of the JAR.
Comment 1 _ gfink 2001-09-17 21:55:32 UTC
fixed