Am 04.09.13 14:52, schrieb Christian Grobmeier: > 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
Although I'm also working with IDEA only nowadays, I'm pretty sure that it is better to chose "Import existing Maven Project" in a current Eclipse release rather than having mvn eclipse:eclipse generate an eclipse setup. > > 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] > -- René Gielen http://twitter.com/rgielen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
