RE: Commons Versions bundled with Struts 1.1

2003-09-03 Thread Steve Raeburn
Struts Users Mailing List > Subject: RE: Commons Versions bundled with Struts 1.1 > > > btw: Anyone have a clue as to the version for the "jakarta-oro" jar? > (Its manifest doesnt say) > > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED

RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-02 Thread Andrew Hill
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 September 2003 13:48 To: Andrew Hill Cc: Struts Users Mailing List Subject: RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1] On Wed, 3 Sep 2003, Andrew Hill wrote: > Date: Wed, 3 Sep 2003

RE: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-02 Thread Andrew Hill
Subject: Re: [OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1] On Wed, 3 Sep 2003, Andrew Hill wrote: > Date: Wed, 3 Sep 2003 11:21:55 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Cc: [EM

[OT] XML Parsers vs WEB-INF/lib [WAS: RE: Commons Versions bundled with Struts 1.1]

2003-09-02 Thread Andrew Hill
include the xerces jar in WEB-INF/lib and have it used instead of the shared one - yet this isn't what happens. What gives? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 September 2003 00:26 To: Struts Users Mailing List Subject: Re: Commo

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Adam Hardy
Guess I should have seen that earlier, but thanks. Hits the nail right on the head. On 09/02/2003 06:25 PM Craig R. McClanahan wrote: On Tue, 2 Sep 2003, Adam Hardy wrote: On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in th

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Erez Efrati
At least by the struts srcs build.properties it's 2.0.6 and later HTH, Erez -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: Commons Versions bundled with Struts 1.1 btw: Anyone h

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread David Graham
--- Wendy Smoak <[EMAIL PROTECTED]> wrote: > Adam wrote: > > On a related subject, what criteria does one use to decide whether to > > put these in tomcat's commons/lib directory, or in the webapp's own > lib > > directory when deploying? > > I've never considered putting them in a common area. I

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Craig R. McClanahan
On Tue, 2 Sep 2003, Adam Hardy wrote: > > On a related subject, what criteria does one use to decide whether to > put these in tomcat's commons/lib directory, or in the webapp's own lib > directory when deploying? > http://jakarta.apache.org/struts/userGuide/configuration.html#config_add Craig

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Wendy Smoak
Adam wrote: > On a related subject, what criteria does one use to decide whether to > put these in tomcat's commons/lib directory, or in the webapp's own lib > directory when deploying? I've never considered putting them in a common area. I like my webapps to be as self-contained as possible, so

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread David Graham
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > On a related subject, what criteria does one use to decide whether to > put these in tomcat's commons/lib directory, or in the webapp's own lib > directory when deploying? Place all jars that come with Struts in your app's WEB_INF/lib directory. Strut

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Norm Deane
] -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 9:53 AM To: Struts Users Mailing List Subject: Re: Commons Versions bundled with Struts 1.1 On a related subject, what criteria does one use to decide whether to put these in tomcat's common

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Adam Hardy
On a related subject, what criteria does one use to decide whether to put these in tomcat's commons/lib directory, or in the webapp's own lib directory when deploying? On 09/02/2003 03:44 PM Kris Schneider wrote: http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html: Commons BeanU

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Erez Efrati
At least by the struts srcs build.properties it's 2.0.6 and later HTH, Erez -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:41 PM To: Struts Users Mailing List Subject: RE: Commons Versions bundled with Struts 1.1 btw: Anyone h

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Kris Schneider
Pretty sure it's 2.0.7 Quoting Andrew Hill <[EMAIL PROTECTED]>: > btw: Anyone have a clue as to the version for the "jakarta-oro" jar? > (Its manifest doesnt say) > > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 2 September 2003 21:31 > To: Struts > S

Re: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Kris Schneider
http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html: Commons BeanUtils 1.6.1 Commons Collections 2.1 Commons Digester 1.5 Commons FileUpload 1.0 Commons Lang 1.0.1 Commons Logging 1.0.3 Commons Validator 1.0.2 Quoting Andrew Hill <[EMAIL PROTECTED]>: > Ive been trying to find out t

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Andrew Hill
btw: Anyone have a clue as to the version for the "jakarta-oro" jar? (Its manifest doesnt say) -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 21:31 To: Struts Subject: Commons Versions bundled with Struts 1.1 Ive been trying to find out the

RE: Commons Versions bundled with Struts 1.1

2003-09-02 Thread Andrew Hill
Doh! Howd I miss that? Right under my nose the whole time! Thanks Kris! :-) -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 21:44 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Commons Versions bundled with Struts 1.1