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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to