Using Ant to deply/undeploy
843833May 14 2004 — edited May 18 2004Hi all,
I tried running asant with a build file which deploys a jar to 1.4 RI server. But it is giving error
Unexpected element "sun-appserv-deploy"
This is the element declaration
<sun-appserv-deploy file="${basedir}\Hello-sjsas.jar" password="antonypaul"/>
What is wrong.
Antony Paul