The install task in the sample build.xml of the
Application Developer Guide raises a 
java.net.UnknownHostException. 

By changing war attribute to localWar in the deploy 
task in build.xml, as follows,  then everything seems 
to work. 

<deploy url="${manager.url}"
    username="${manager.username}"
    password="${manager.password}"
    path="${app.path}"
    localWar="file://${build.home}" />

I should probably say this was running on Windows
XP, using Tomcat 5.0.16, Ant 1.4.1 and J2SE 1.4.2_03 
just in case that matters to anyone :)

Regards,
A


This is a confidential communication and is intended only for the addressee
indicated in the message (or duly authorised to be responsible for the
delivery of the message to such person). You are specifically prohibited
from copying this message or delivering the same, or any part thereof, to
any other person, whomsoever or howsoever, unless you receive written
authorisation from us to do. If you are anyone other than the intended
addressee, or person duly authorised and responsible for the delivery of
this message to the intended addressee, you should destroy this message and notify us 
immediately. Please note that we accept no responsibility
whatsoever in the event that this message or any other email message or any part 
thereof becomes known or is communicated to anyone other than the intended recipient 
or other person authorised in writing by us to receive
it, howsoever arising and disclaim all liability for any losses or damage
which may be sustained by any person as a result thereof.

Irish Life Assurance plc (trading as Irish Life) is regulated by the Irish Financial 
Services Regulatory Authority.


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

Reply via email to