There are two ways:
- unittests
- real small webapp, i.e. struts2-blank from apps folder
With unittests it's obvious - put breakpoint in any place of source
code and start unittest in Debug mode. With webapp is a bit harder -
open it with IDE (I'm using IDEA as the best one), setup Runtime
configu
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
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
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 bug
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
I'm not sure what the question is, exactly. Are you asking how to attach
source code to the libraries in Eclipse? Are you asking how to build Struts?
On Sep 4, 2013 8:47 AM, "shekher awasthi"
wrote:
> Hi Lukas,
>
> I have maven as well Eclipse in place, should i just build them and than i
> am r
Hi Lukas,
I have maven as well Eclipse in place, should i just build them and than i
am ready to start (Confused :()
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.
Struts has so many mod
2013/9/4 shekher awasthi :
> 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
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 hel