Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing args from ant script to a jacl

Status
Not open for further replies.

sitaram8

Programmer
Aug 11, 2003
8
IN
Hi,
I am trying to automate the installation of the application on WAS 5.0 using ant tasks. I am newbie and would like to know how can I pass the arguments from a ant task to a jacl script ?
I tried like this

<wsadmin
properties="jacl.properties"
script="create_datasources.jacl"
wasHome="${was.home}"
conntype="SOAP"
host="${Host}"
port="${Port}"
user="root"
password="root123"/>
</target>

hoping that the "create_datasources.jacl" will pick up the arguments from jacl.properties file. But its not happeneing ..
Please help ..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top