Bug 9528 - org.saxpath package not included in either jstl.jar or standard.jar
Summary: org.saxpath package not included in either jstl.jar or standard.jar
Status: CLOSED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 18:32 UTC by Jon Pierce
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Pierce 2002-05-30 18:32:15 UTC
The setup instructions say that you should be able to just drop jstl.jar and 
standard.jar into your web app's lib directory and go.  But neither of these 
jars contain the org.saxpath package that is used by a number of the XML tag 
implementations.  All supporting classes for the JSTL implementation should be 
included in standard.jar.
Comment 1 Shawn Bayern 2002-05-30 18:48:02 UTC
Including other packages in a distribution's single JAR is not standard, modern 
practice, and it is not required by the current instructions:

 To use this distribution with your own web applications, simply copy the JAR
 files in the 'lib' directory to your application's WEB-INF/lib directory.

If you know of other instructions that disagree with this and haven't been 
updated, please let us know; the information would be appreciated.  But the 
current organization of classes is intentional and shouldn't be inconvenient.
Comment 2 Jon Pierce 2002-05-30 19:50:25 UTC
OK, consider this bug a request to fix the documentation.  Here's the offending 
snippet:

"To use the Standard 1.0 taglib, include the 'jstl.jar' and 'standard.jar' 
files in your application's WEB-INF/lib directory."

http://jakarta.apache.org/taglibs/doc/standard-doc/GettingStarted.html
Comment 3 Shawn Bayern 2002-05-30 20:00:20 UTC
Thanks - all fixed now.  Changes should show up on the site tomorrow.