Re: deploy manager task in ant

2002-07-13 Thread Craig R. McClanahan
Developers List <[EMAIL PROTECTED]> > Subject: deploy manager task in ant > > I have my deploy target in build.xml as: > > > > password="${password}" > path="${path}" > war="file://${build}/myapp.war"

deploy manager task in ant

2002-07-13 Thread Sam Ewing
I have my deploy target in build.xml as: 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 Y