You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Johan Bång <jb...@home.se> on 2004/06/17 20:24:30 UTC

Deploying problem with ant and the manager application

Hi
I'm trying to deploy a application using ANT but I don't get it to work.
I know that I'm doing som general error here, but since it's my first 
build.xml script I just couldn't figure it out.

My install task looks something like this:
<target name="list"
           description="List installed applications on servelet 
container.">

     <list    url="${manager.url}"
         username="${manager.username}"
         password="${manager.password}"
     />
   </target>

And I get the following error:

BUILD FAILED
file:/home/johan/development/javaxptest/build.xml:183: 
java.io.FileNotFoundException: 
jar:file:/home/johan/development/javaxptest/dist/xptest.war (No such 
file or directory)

But my script have created a xptest.war file in the directory so I 
don't know whats wrong.

Is it a permission error or what have I missed?

Please help

Regards, Johan


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org