> -----Original Message-----
> From: Ryan Cuprak [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 27, 2002 9:37 AM
> To: Struts Mailing
> Subject: Building Struts
> 
> Hello,
>   I would like to try building struts from source (so I can 
> investigate 
> further why struts is using only English no matter what language is 
> sent in the request).
>   However, I am having a hard time tracking down dependencies (src or 
> binary) for the following:
>    commons-fileupload
>    commons-validator
>    commons-resources
>    commons-services
>   (I think that's it)
> I don't see any zip files I can download anywhere and as a 
> result of my 
> firewall I can't use cvs.

These jar files are all from the Jakarta Commons project.  You could install
all of them individually.

However, an easier way would probably be to download BOTH the source version
and binary version of Struts.  Then set a "build.properties" file (copied
from build.properties.sample) in the source version that just points all the
common jar files into "<strutsbin>/lib/<jarfile>".

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

Reply via email to