DO NOT REPLY [Bug 32066] - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32069] New: - ant.bat corrupts ant exit status on WinXP SP2

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32066] - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32066] - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32066] - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32066] - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32066] New: - favours .exe over .com

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32062] New: - Enhance the ability of the javah task for multiple inputs

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: [Patch] removed multiple returns from AntTypeDefinition.getTypeClass

2004-11-04 Thread Dominique Devienne
> From: Kevin Jackson [mailto:[EMAIL PROTECTED] > It's not a fix or anything, but IM(very humble)O having one return makes > the code easier to understand. Well, I for one disagree ;-) I always return early for trivial cases, getting them out of the way, making it obvious that the meat or rest of

DO NOT REPLY [Bug 32056] New: - Broken links in Online Manual

2004-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[GUMP@brutus]: Project ant-xdocs-proposal (in module ant) failed

2004-11-04 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project ant-xdocs-proposal has an issue affecting its community integration. This issue a

[GUMP@brutus]: Project dist-ant (in module ant) success

2004-11-04 Thread Gump Integration Build
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dist-ant *no longer* has an issue. The current state of this project is 'Success

[Patch] removed multiple returns from AntTypeDefinition.getTypeClass

2004-11-04 Thread Kevin Jackson
Hi, Another quick one. AntTypeDefinition.getTypeClass if(clazz != null) { return clazz; } try { }catch() etc etc return clazz; I've reversed the logic and now there's only one return from this method. ie if (clazz == null) { try { [loads of things] } catch() { return clazz; It's not a fix or anyt

EJBGen Exception --- java.lang.RuntimeException

2004-11-04 Thread Vinod Reddy
hi, If i use the 2.16 version of the ejbgen.jar , the ejbgen is working fine but the following mdb variables are cannot be set in the bean class. the variables are * jms-polling-interval-seconds=4 * dispatch-policy=JMSDispatcher But these variables can be set in the latest version i.