Hi,
I have another issue with building struts.

The source code does not come with struts-legacy.jar
in contrib/struts-legacy/dist/ directory

But the top level build.xml and build.properties file needs
struts-legacy.jar.

What is the way to do it? Is it a bug in struts released source code?

Thanks,
Abhishek


On Wed, 2004-05-12 at 07:03, Joe Germuska wrote:
> At 8:05 PM -0700 5/11/04, Abhishek Khandelwal wrote:
> >No need to make any changes in build.properties?? As mentioned in apache
> >website, regarding building instructions?
> 
> One of the motivations for developing a Maven build process for 
> Struts is to lower the barrier to entry, as there's a lot of work to 
> do in editing the build.properties to work with Ant the first time 
> (as you've seen by now if you got as far as compiling against a newer 
> version of the Servlet API!)
> 
> If you have Maven installed, you normally wouldn't need to do 
> anything else.  Maven reads a config file and downloads dependencies 
> from public repositories.
> 
> At this time, however, the Struts project has a defined dependency on 
> an unreleased version of commons-validator.  An unmodified maven 
> build from CVS HEAD will fail because that dependency can't be 
> resolved.  A full commons-validator release is coming real-soon-now, 
> and in the future, we'll be putting interim releases on a secondary 
> repository (dependency JAR web server).
> 
> For now, I've put up a copy of the dependency and written a few 
> instructions at http://apache.org/~germuska/commons-validator/
> 
> Joe


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

Reply via email to