Hi ..
  I want to deploy EAR file on websphere server using ant build script ..I
used the following script..but it is not deploying properly..can u help me
on this
<!-- ===================== deploy Target ===================================
-->
<!--
   The "deploy" target is used to deploy the EAR/WAR file to the websphere
5.1  Application Server.-->
                      <target name="deploy1" depends="ws.task"
                              description="Deploy application file using admin
utility of Websphere">
                              <wsInstallApp
                                              wasHome="${user.install.root}"
                                              ear="${dist.dir}/${name}.ear"
                               />
                      </target>
-- 
View this message in context: 
http://www.nabble.com/deploting-ear-into-the-websphere6.1-tf4371589.html#a12460014
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to