Am 04.09.13 15:00, schrieb shekher awasthi: > Hi Dave, > > May be i was not able to put my question in proper way. > I want to get my self familiar with struts2 internals, so my question was > how we can set up development environment. > > All who actually working on struts2 development must have configured there > working environment where they test bugs as well fix them before pushing > them to final distribution/release. > Yes, thats how I do it. In addition of course to JUnit tests, which come a long with all plugs. So if you "just" want to look into f.e. the JSON plugin, make sure you don't miss the Junit tests which do not require a lot of more settings > @Christian > Thanks for the help, i was not able to see any such steps in the documents, You are right - feel free to post your experiences. We could pick them up as documentation > will try with the steps you mentioned, regarding IntelliJ, i don not think > it comes as free ;) Thats right, but worth every penny. :-)
> > Thanks > -S > > > > On Wed, Sep 4, 2013 at 6:22 PM, Christian Grobmeier > <[email protected]>wrote: > >> Am 04.09.13 14:47, schrieb shekher awasthi: >>> Hi Lukas, >>> >>> I have maven as well Eclipse in place, should i just build them and than >> i >>> am ready to start (Confused :() >> With eclipse i think you should do: >> >> mvn eclipse:eclipse >> >> to create eclipse related files. Please note, I have migrated away from >> Eclipse because IntelliJ is a lot better meanwhile. Just saying. >> >>> Not sure how to proceed from there, like how i can use that code base to >>> debug it. May be my question is silly but as of now i am not able to >>> visualize that. >> It's not silly, only recently i mentioned this is being a huge problem >> in this project. >> >> That said, maybe the easiest way is to set up an own little project (use >> mvn archetypes to generate it) and then open classpath settings in >> eclipse. Instead of using included jars, select the checked out project >> as dependency. >> >> HTH! >> >> Christian >> >>> Struts has so many modules and not sure how to start :( >>> >>> Thanks >>> -S >>> >>> >>> On Wed, Sep 4, 2013 at 5:52 PM, Lukasz Lenart <[email protected] >>> wrote: >>> >>>> 2013/9/4 shekher awasthi <[email protected]>: >>>>> Hi All, >>>>> >>>>> I am trying to set up struts2 environment locally so that i can debug >>>>> source code.idea is to get insight how its working and how flow is >> going >>>> on >>>>> so that if possible i can contribute in future. >>>>> >>>>> I tried to find information about setting it up but did not get any >>>>> information. >>>>> Can anyone help me to do that. >>>>> >>>>> I have already taken struts2 source code checkout on my local machine >>>> So you need Apache Maven to build the packages and IDE which support >>>> Maven based projects, ie. IntelliJ IDEA >>>> >>>> >>>> Regards >>>> -- >>>> Ćukasz >>>> + 48 606 323 122 http://www.lenart.org.pl/ >>>> >>>> --------------------------------------------------------------------- >>>> 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]
