Re: JavaWriter patch question...

2003-07-26 Thread Steve Loughran
Adhamh Findlay wrote: On 7/25/03 12:27 PM, "Steve Loughran" <[EMAIL PROTECTED]> wrote: Adhamh Findlay wrote: +1 for me? WOO HOO! :-) Thanks for the comments everyone. I submitted a patch! http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21837 Is there a way in bugzilla to attach a file,

Re: JavaWriter patch question...

2003-07-25 Thread Adhamh Findlay
On 7/25/03 12:27 PM, "Steve Loughran" <[EMAIL PROTECTED]> wrote: > Adhamh Findlay wrote: > >> +1 for me? WOO HOO! :-) >> >> Thanks for the comments everyone. I submitted a patch! >> >> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21837 >> >> Is there a way in bugzilla to attach a file,

Re: JavaWriter patch question...

2003-07-25 Thread Steve Loughran
Adhamh Findlay wrote: +1 for me? WOO HOO! :-) Thanks for the comments everyone. I submitted a patch! http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21837 Is there a way in bugzilla to attach a file, add comments to the bug, and or change the resolution at the same time? 1. you can add com

Re: JavaWriter patch question...

2003-07-25 Thread Adhamh Findlay
+1 for me? WOO HOO! :-) Thanks for the comments everyone. I submitted a patch! http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21837 Is there a way in bugzilla to attach a file, add comments to the bug, and or change the resolution at the same time? Seems I have to commit each change indiv

Re: JavaWriter patch question...

2003-07-24 Thread Steve Loughran
Tom Jordahl wrote: Adhamh, You can throw an exception, but not print to stderr/stdout. Keep in mind that many things (my product being one of them) use WSDL2Java via the API, not the command line. System.exit() - VERY bad. :-) maybe we should update the regexp searcher tests to look for this s

RE: JavaWriter patch question...

2003-07-24 Thread Tom Jordahl
PROTECTED] Sent: Thursday, July 24, 2003 1:36 PM To: [EMAIL PROTECTED] Subject: JavaWriter patch question... Hello, I'm about to patch my first bit of code and would like to run it by the list first for comments and such. Its not a big patch, but it my have a big scope. I was running an ex

Re: JavaWriter patch question...

2003-07-24 Thread Davanum Srinivas
#1 - What's JCL? #2 - Avoid System.Exit's #3 - you can wrap the security exception in a IOException if you want... -- dims --- Adhamh Findlay <[EMAIL PROTECTED]> wrote: > Hello, > > I'm about to patch my first bit of code and would like to run it by the list > first for comments and such. Its

JavaWriter patch question...

2003-07-24 Thread Adhamh Findlay
Hello, I'm about to patch my first bit of code and would like to run it by the list first for comments and such. Its not a big patch, but it my have a big scope. I was running an example from the user guide that demonstrates WSDL2Java. The command issues was: "java org.apache.axis.wsdl.WSDL2Ja