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=15449>. 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=15449 Weblogic deploy task Summary: Weblogic deploy task Product: Ant Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The class WebLogicHotDeploymentTool.java in the source distribution is different from the WebLogicHotDeploymentTool.class in the binary distribution. In the source distribution, the option -username is used, but in the binary class not. By the way, it seams to me that the solution to this problem in the source distribution doesn´t accept a variable in the username tag, i.e., username="system" is OK, but (ant works fine) username=${"myuser"} is not (ant doesn´t work) The same occurs with the tag component, i.e., component="${app.name}-${app.version}:myserver" is OK, but component="${app.name}-${app.version}:${srvr}" is not -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>