DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36270>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36270 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-15 21:10 ------- FWIW, NetBeans actually defines a special task for in-VM scripts, <nbbrowse>. Used for test results, Javadoc, and some other things (when you run the 'interactive' variant of the target). The NB version picks up the web browser as defined in IDE settings but it would be nice for there to be a standard task to do this. The patch should be made to use JDK 6's java.awt.Desktop class if it is available, which neatly bypasses all the platform-specific code and ought to behave more accurately to boot. String os = System.getProperty("os.name").toLowerCase(); will cause OS detection to fail for Turkish and Azeri users of Windows and misc. Unix. Use toLowerCase(Locale.ENGLISH) instead. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]