On Wed, Sep 22, 2004 at 12:11:20PM -0400, Harry Hartley wrote:
> Thanks for the reply, but I am not sure what to do with the information you
> gave me. My objective is to use my ant build file to deploy. I have
> experimented with combinations of the information u gave me in my build.xml
> below, but still am not able to deploy from my local machine to a remote
> server. I have verified that if I ftp from my local machine to a remote
> machine, then run the build file there, everthing works great. But this is
> not what I want. As I mentioned earlier, I am able to do a list task from my
> build.xml, so I know that the manager URL and login information are set
> correctly. I just don't know what to put in the line:
> 
> localWar="file://${build.home}"

instead of localWar I have:
            war="${distpath.project}/${project.distname}.war"/>
where ${distpath.project} is a relative path to where the war file is
and ${project.distname} is the name of the war file.

I'm not sure what the difference between localWar and war is, but I'd
imagine you still need to specify the actual file name with localWar.
${build.home} sounds like a directory.

eric

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

Reply via email to