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 24852 - taglibed does not compile, patch appended
Summary: taglibed does not compile, patch appended
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: sgleason
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-17 08:42 UTC by _ hkrug
Modified: 2010-01-12 02:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch of build.xml which should fix the bug (972 bytes, patch)
2002-06-17 08:43 UTC, _ hkrug
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ hkrug 2002-06-17 08:42:37 UTC
The taglibed/build.xml references a
servlet-2.2.jar file in the external binaries,
which does not exist. I add a patch to solve this
problem.
Comment 1 _ hkrug 2002-06-17 08:43:34 UTC
Created attachment 6278 [details]
patch of build.xml which should fix the bug
Comment 2 _ hkrug 2002-06-17 10:25:06 UTC
My patch was erroneous, too.

Probably a dependency on httpserver/servletapi should be added to make
it build.

Or the line modified in my patch should read:
<pathelement
location="${binroot}/httpserver/servletapi/release/modules/ext/servlet-2.2.jar"/>

Or why not:
<pathelement
location="${binroot}/web/servletapi23/release/modules/ext/servlet-2.3.jar"/>


Comment 3 _ rkubacki 2002-06-19 13:35:09 UTC
We can use servlet 2.3. But it is not neceseary now.
Comment 4 Jason Rush 2003-03-04 05:38:09 UTC
The build.xml file still refers to servlet-2.2.jar, but 
since taglibed is now being built as part of the core 
installation, I'm assuming this is working fine.

Verified in NetBeans dev build 200303030100.
Comment 5 Quality Engineering 2003-07-02 08:28:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.