DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5723>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5723 wlstop optional task uses deprecated setArgs method Summary: wlstop optional task uses deprecated setArgs method Product: Ant Version: 1.5 alpha (nightly) Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] the wlstop optional task (org.apache.tools.ant.taskdefs.optional.ejb.WLStop) uses the setArgs method of the Java task (org.apache.tools.ant.taskdefs.Java), however the setArgs method is deprecated. This causes the following warning whenever the wlstop task is used : "The args attribute is deprecated. Please use nested arg elements." is it possible to change the code in the WLSTop class to use an alternative method of setting Java arguments? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>