Sorry to be off topic but

2005-04-13 Thread steve morin
I (Steve) was a premature baby and am walking May 1st for medial research by march of dimes. I was hoping that You might be able to 1. Donate a few dollars 2. You could pass this message on to friends and family Donate at http://www.walkamerica.org/stevemorin http://www.walkameri

Re: [VOTE] Alexey Solofnenko

2005-04-06 Thread steve morin
+1 On Apr 6, 2005 9:59 AM, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Conor MacNeill <[EMAIL PROTECTED]> wrote: > > I would like to propose Alexey Solofnenko as an Ant > > committer. Alexey is > > a long time contributor to Ant and is also active on > > our user list > > helping people with good

[PATCH] documentation delete.html

2004-11-03 Thread steve morin
Can some one take a look at and check in the patch I wrote http://issues.apache.org/bugzilla/show_bug.cgi?id=31834 It's a simple one liner documentation fix for a depreciated delete task attribute. Steve - To unsubscribe, e-mail:

Re: hotswap

2004-10-20 Thread steve morin
I think hotswap would make a great optional task. Steve On Wed, 20 Oct 2004 16:12:16 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Where I work, most people use Eclipse, with a few using IntelliJ. I use > Eclipse > sometimes, but really prefer Vim for source code editing. (call me "old >

can some one look at UPDATED Bugzilla Bug 31685 [PATCH] typedef doen't fail with resource could not be found

2004-10-19 Thread steve morin
I updated this bug fix taking into consideration backward compatability issues and added documentation and unit tests for it and to ensure backward compatability. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: could some one take a look at Bugzilla Bug 31685 [PATCH] typedef doen't fail with resource could not be found

2004-10-18 Thread steve morin
flects the current > onerror="fail" >behaviour. and make this the default and modify onerror="fail" to > fail if the resource >or file cannot be read. > > 2) make a new onerror="warn_and_report" state to reflect the current > behaviour and mod

could some one take a look at Bugzilla Bug 31685 [PATCH] typedef doen't fail with resource could not be found

2004-10-18 Thread steve morin
could some one take a look at Bugzilla Bug 31685 [PATCH] typedef doen't fail with resource could not be found. I supplied a patch fix and patch for unit tests and results. Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: AW: [PATCH] set filename of default buildfile

2004-10-12 Thread steve morin
Also forgot to mention that this could also be set in ANT_ARGS if one wanted On Tue, 12 Oct 2004 07:58:54 -0400, steve morin <[EMAIL PROTECTED]> wrote: > Jan and Peter to answer your questions I have a couple of scenarios > where this could be useful. > > 1st usage conven

Re: AW: [PATCH] set filename of default buildfile

2004-10-12 Thread steve morin
k. Jan The patch did not get tru the mailing list. Open a bugzilla report for the patch. How would this patch be useful? Peter - Hide quoted text - steve morin wrote: >This patch allowes people to set the default filename that ant uses if >none is given and sets ant.file.default to default fil

[PATCH] set filename of default buildfile

2004-10-08 Thread steve morin
This patch allowes people to set the default filename that ant uses if none is given and sets ant.file.default to default file name value. M docs/manual/running.html M docs/manual/using.html M src/main/org/apache/tools/ant/Main.java M src/main/org/apache/tools/ant/taskdefs/Ant.java M src/main/org/