I have my deploy target in build.xml as:
<!-- build target results in a myapp.jar file -->
<target name="deploy" depends="build">
<deploy url="${url}" username="${username}"
password="${password}"
path="${path}"
war="file://${build}/myapp.war"/>
</target>
I get back an error from the ant script:
file:C:/users/sam/build.xml:78:
java.net.UnknownHostException: D
(Line #78 is the line that has the path= and war=
lines)
Any help appreciated!
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>