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 33558 - Jar file in WEB_INF/lib not compiling when running 'Execute (Force Reload)'
Summary: Jar file in WEB_INF/lib not compiling when running 'Execute (Force Reload)'
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 14:00 UTC by Pete Slater
Modified: 2006-02-28 11:32 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 Pete Slater 2003-05-13 14:00:53 UTC
Guys,

I have noticed in the Release Candidate for
NetBeans 3.5 that jar files stored in WEB-INF/lib
that used to compile when selecting 'Execute
(Force Reload)' no longer do so.

This means we now need to manually drop down into
the directory to compile the jar file which
contains all of our class files.

This functionality has been present up until this
release and should be in 3.5.

Pete
Comment 1 Petr Jiricka 2003-05-13 14:43:03 UTC
Looks like a sideeffect of a bugfix for a bug (whose 
number I don't know) that all JSPs under WEB-INF were 
compiled when choosing Execute (Force Reload) on WEB-INF. 
The current behavior is that only all files in WEB-
INF/classes are compiled.

The Projects framework will define an easy way to fix it - 
it will be possible to exactly define the build sequence.
Comment 2 Petr Jiricka 2004-07-07 09:48:02 UTC
Addressed in the NetBeans 4.0 Projects system by allowing to "add
project" to a project's libraries. This project will be built when the
present project is built.
Comment 3 Jaroslav Pospisil 2006-02-28 11:32:35 UTC
VERIFIED