Thank you all guys but maybe I'm expressing my ideas the wrong way. I don't mean how to get Wicket source and create a patch, I mean what is the best way to start studying Wicket source code? where to start? which module?
Steve Swinsburg-2 wrote: > > If you want the source code for Wicket, check it out from SVN into > your own local working copy. You can then build Wicket via maven after > you have made any local changes to the source code to see if the bug > has been fixed. > > You can then generate a patch and attach it to a Jira issue so the > developers can review it. > > cheers. > > > On 18/12/2008, at 8:19 AM, HHB wrote: > >> >> Thanks. >> My problem is I don't where to start. >> Lets say I want to fix that bug, in order to know how to fix it, I >> have to >> be aware of the whole source code of Wicket, am I right? >> How to start studying the source code? I mean where to start >> reviewing? >> >> >> Scott Swank wrote: >>> >>> I found this helpful. >>> >>> http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html >>> >>> Scott >>> >>> >>> On Wed, Dec 17, 2008 at 2:38 AM, HHB <[email protected]> wrote: >>>> >>>> Thanks Martijn >>>> How do you suggest to start studying Wicket core code (I don't mean >>>> getting >>>> the source code :) )? >>>> It is complicated to study and grasp? >>>> Thanks again. >>>> >>>> >>>> Martijn Dashorst wrote: >>>>> >>>>> Look at jira issues, fix them, create a patch and attach it to the >>>>> jira issue. When we like your code and are tired of applying the >>>>> fixes >>>>> for you, you might be proposed to become a committer yourself. >>>>> >>>>> Valuable info: >>>>> >>>>> http://apache.org/dev/contributors.html#patches >>>>> >>>>> Martijn >>>>> >>>>> On Wed, Dec 17, 2008 at 11:13 AM, HHB <[email protected]> wrote: >>>>>> >>>>>> Hey, >>>>>> I really have a great passion toward Wicket framework and I >>>>>> really want >>>>>> to >>>>>> participate with their core developer teams. >>>>>> My problem is that this framework has really great and passion >>>>>> developers >>>>>> and I can't imagine myself trying to join them (nor they will >>>>>> accept, I >>>>>> think) not to mention this great community. >>>>>> What do you suggest me to do? >>>>>> Thanks for your time. >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html >>>>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Become a Wicket expert, learn from the best: http://wicketinaction.com >>>>> Apache Wicket 1.3.4 is released >>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html >>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>> >>>> >>>> --------------------------------------------------------------------- >>>> 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] >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/Participating-in-Wicket-tp21050410p21069869.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
