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

Summary: j2eeserver should be an autoload
Product: serverplugins Reporter: Jesse Glick <jglick>
Component: InfrastructureAssignee: _ gfink <gfink>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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