Re: Tomcat newbie developer tasks?

2009-04-06 Thread Mark Thomas
NorthDragon NorthDragon wrote:
> Hi, Mark.
> I want to investigate and fix this bug
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
> How I should inform on it?

Create yourself a bugzilla account and then add comments to the bug
report. Those comments are automatically sent to the dev list so
everyone here will see them.

When you have a patch the fixes the issue you can add the patch as an
attachment.

Mark

> 
> 
>> Welcome back.
>>
>> These should be be a good place to get started:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=46958
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=46924
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
>>
>> Ask questions here, add patches to bugzilla and ping the list if you don't 
>> see
>> any response to a proposed patch after a few days.
>>
>> Mark
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat newbie developer tasks?

2009-04-06 Thread NorthDragon NorthDragon
Hi, Mark.
I want to investigate and fix this bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
How I should inform on it?


> Welcome back.
>
> These should be be a good place to get started:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46958
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46924
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
>
> Ask questions here, add patches to bugzilla and ping the list if you don't see
> any response to a proposed patch after a few days.
>
> Mark
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat newbie developer tasks?

2009-04-04 Thread Mark Thomas
Kirk True wrote:
> Hi all,
> 
> Can anyone suggest some trivial newbie projects for the Tomcat code
> base? I don't care how menial it is, typo changes, logging, testing
> (something specific), etc. I've been lurking on the list for awhile and
> want to start getting my hands dirty.
> 
> Thanks,
> Kirk
> 
> Kirk True wrote:
>> Hi all,
>>
>> Is there a list of tasks with which one can begin to get familiar with
>> the Tomcat source and contribute? Most of the bugs in the Bugzilla
>> look difficult (at least without some guidance) or already have patches.

Welcome back.

These should be be a good place to get started:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46958
https://issues.apache.org/bugzilla/show_bug.cgi?id=46924
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907

Ask questions here, add patches to bugzilla and ping the list if you don't see
any response to a proposed patch after a few days.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat newbie developer tasks?

2009-04-03 Thread Kirk True

Hi all,

Can anyone suggest some trivial newbie projects for the Tomcat code 
base? I don't care how menial it is, typo changes, logging, testing 
(something specific), etc. I've been lurking on the list for awhile and 
want to start getting my hands dirty.


Thanks,
Kirk

Kirk True wrote:

Hi all,

Is there a list of tasks with which one can begin to get familiar with 
the Tomcat source and contribute? Most of the bugs in the Bugzilla 
look difficult (at least without some guidance) or already have patches.


Thanks,
Kirk



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat newbie developer tasks?

2008-12-12 Thread Mark Thomas
Kirk True wrote:
> Hi Mark,
> 
> Mark Thomas wrote:
>> Take a look at the following bugs.   
> 
> . . .
> 
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=38570
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=38726
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=39013

First off, many thanks for taking a look at these. You help is very much
appreciated.

> Bugs 38570 and 38726 do not reproduce for the trunk, 6.0.18, or 5.5.27.
> I noted this in the bug but didn't close them - should I?

Absolutely. Given that it is always possible that I missed something in my
testing, I usually add something along the lines of "... If you still see
this issue on the latest stable release please provide a test case and/or
instructions to reproduce from a clean installation.". Sometimes people do
come back with better reports or test cases.

> However, bug 39013 still occurs on the trunk (as of yesterday). I trace
> through and found a one-liner that solved the reported issue and
> attached the patch to the bug. As noted in the bug comments, I could
> easily have overlooked or broken something inadvertently.

That's great. One of the committers will take a look and commit it or
suggest improvements. Bear with us if it takes a little while.

In terms of what's next, I'd suggest browsing through the bugzilla reports
and picking the ones that look interesting. As always, drop d...@tomcat.a.o
an e-mail if you have any questions.

Mark



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Tomcat newbie developer tasks?

2008-12-09 Thread Kirk True

Hi Mark,

Mark Thomas wrote:
Take a look at the following bugs. 
  


. . .



https://issues.apache.org/bugzilla/show_bug.cgi?id=38570
https://issues.apache.org/bugzilla/show_bug.cgi?id=38726
https://issues.apache.org/bugzilla/show_bug.cgi?id=39013

  



Bugs 38570 and 38726 do not reproduce for the trunk, 6.0.18, or 5.5.27. 
I noted this in the bug but didn't close them - should I?


However, bug 39013 still occurs on the trunk (as of yesterday). I trace 
through and found a one-liner that solved the reported issue and 
attached the patch to the bug. As noted in the bug comments, I could 
easily have overlooked or broken something inadvertently.


Thanks,
Kirk

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat newbie developer tasks?

2008-11-28 Thread Mark Thomas
Kirk True wrote:
> Hi all,
> 
> Is there a list of tasks with which one can begin to get familiar with
> the Tomcat source and contribute? Most of the bugs in the Bugzilla look
> difficult (at least without some guidance) or already have patches.

Kirk,

Welcome to Tomcat!

I am afraid Bugzilla is the best todo list we have.

Take a look at the following bugs. They shouldn't be too hard and if you
get stuck just shout. Don't be surprised if some of these have been fixed
in the latest 5.5.x & 6.0.x release - just close the bug report with a note
of the version you tested.

https://issues.apache.org/bugzilla/show_bug.cgi?id=38570
https://issues.apache.org/bugzilla/show_bug.cgi?id=38726
https://issues.apache.org/bugzilla/show_bug.cgi?id=39013

These are all 5.5.x bugs. Generally, I'd suggest testing in the following
order:
- trunk
- 6.0.x
- 5.5.x

Provide a patch for the first one that is broken and check that it can be
easily ported to the remaining versions. If the port to a branch isn't
simple, provide a patch specifically for that branch.

Patches (in diff -u format) should be attached to bugzilla.

If you need help, ask a question on the dev list.

Cheers,

Mark



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]