I filed an internal BEA Change Request for this issue. I will update this list when I get the info.
--Vladimir > -----Original Message----- > From: Pieter Temmerman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 29, 2006 8:57 AM > To: user@ant.apache.org > Subject: Ant-WebLogic problem > > Hi Guys, > > Please excuse me if this is not the proper mailing list to post my > message: > > I am trying to connect to my WebLogic 9.2 server through Ant. This is my > build.xml snippet: (wlserver is a weblogic ant task) > > <project name="test" default="verify"> > <target name="verify"> > <wlserver action="connect" host="127.0.0.1" domainname="wl_server" > servername="examplesServer" port="7001" failonerror="true" timeout="5" > username="weblogic" password="weblogic" /> > </target> > </project> > > When I run Ant with this build.xml file I get BUILD SUCCESSFUL as a > result, seems fine right? > However, if I change my server information into something erronious (ie; > change port, change username, ...) and execute Ant, then again I get > BUILD SUCCESSFUL. (even when I shutdown the WebLogic server I get a > positive result) This is not really what I want..I want to be able to > detect if the server details were wrong, by trying to make a connection > to it. > > Any help is kindly appreciated. > > Thanks in advance! > > Pieter _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]