org.xml.sax.InputSource isn't a Struts class - all the classes in struts.jar
are in packages org.apache.struts

Struts requires an XML parser that complies with the JAXP 1.1 Spec of
later - I use xerces but any compliant parser should do. Thats where you
will find the org.xml.sax.InputSource class.

http://jakarta.apache.org/struts/userGuide/installation.html

Niall

----- Original Message ----- 
From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, May 06, 2004 4:44 PM
Subject: RE: struts.jar and struts source code


Niall,

I am not sure if src/share contains all the .java files corresponding to
classes in struts.jar. What happens is that I deleted struts.jar and put all
the source files under src/share and then compile all the files in WSAD
trying to generate all the classes in struts.jar, and I found one file
ActionServlet.java doesn't compile since this class import
org.xml.sax.InputSource, but there is no InputSource in the class path. And
I also didn't find org.xml.sax.InputSource in struts.jar.

So did anyone has chance to include the struts source file to your project
instead of just include a strus.jar?

Thanks.

Larry




-----Original Message-----
From: Niall Pemberton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 05, 2004 6:51 PM
To: Struts Users Mailing List
Subject: Re: struts.jar and struts source code


The source download includes alot more than just whats in struts.jar
(documentation, for automated testing stuff, examples etc etc) but all the
stuff in struts.jar is in the src/share directory.

Niall

----- Original Message ----- 
From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, May 05, 2004 11:38 PM
Subject: struts.jar and struts source code


When using Struts, it is easy to download struts.jar and put it in your
class path and then you are done. What if you want to use source code
instead of binary download. How can we identify those classes included in
struts.jar from the source download? This seems not to be easy since source
download bundle seems to be very messy.

Thanks.

Larry Zhang
Ford Motor Company

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to