RE: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Martin Gainty
Jun 2013 11:19:41 +0200 > Subject: Re: Difficulty in understanding Struts 2 distribution > To: user@struts.apache.org > > Yes, you are right that's why we are using Maven to manage > dependencies and not to do it by hand. > > > Regards > -- > Łukasz >

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread jlmagc
e: Wed, 26 Jun 2013 14:56:31 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Difficulty in understanding Struts 2 distribution Unfortunately we are not using maven but ant, for us it would be good to have the zip distribution with required/optional ki

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Sreekanth S. Nair
Unfortunately we are not using maven but ant, for us it would be good to have the zip distribution with required/optional kind of modularization :). I dont know the feasibility of doing something like that so i'm leaving to you :). -- Thanks & Regards Srikanth Software Developer

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Lukasz Lenart
Yes, you are right that's why we are using Maven to manage dependencies and not to do it by hand. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/26 Sreekanth S. Nair : > Thanks for clarifying all these but don't you think its better to make the > same thing in distribution

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Sreekanth S. Nair
Thanks for clarifying all these but don't you think its better to make the same thing in distribution itself, which will help developer to make strust2 project development and plugin integration and do many more strust2 things faster and easier. -- Thanks & Regards Srikanth Software Developer ---

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Umesh Awasthi
There is a colum with header "Optional" which indicate what all is optional and what is not optional On Wed, Jun 26, 2013 at 2:32 PM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > I dont think this is correct, we are not using velocity then how come > struts2 depends on velocity,

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Lukasz Lenart
2013/6/26 Sreekanth S. Nair : > I dont think this is correct, we are not using velocity then how come > struts2 depends on velocity, same for junit. These all are not required > dependency for strust2 to up and running. Please read about Maven dependencies first. Both are marked as an optional dep

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Sreekanth S. Nair
I dont think this is correct, we are not using velocity then how come struts2 depends on velocity, same for junit. These all are not required dependency for strust2 to up and running. -- Thanks & Regards Srikanth Software Developer eGovernments Foundations www.ego

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Umesh Awasthi
Though in most of the cases people use some kind of dependency management system like Maven, Ivy etc which take care of all these aspects. Though this is clearly mentioned in the Project dependencies page what all is required for details refer http://struts.apache.org/release/2.3.x/struts2-core/de

Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Sreekanth S. Nair
Hi, Now the struts2 distribution is a single zip file which includes all optional and required jars together which is making life very difficult to understand, which are the jars required for struts2 to make up and running and what are the other optional and dependency jar for plugin and other