Hi,
i got the follow exception when using this code.
every thing is running fine in above code.
when i am removing the application using remove target it runs fine but
w
> this example works well
>
>
> username="${tomcat.manager.username}"
> password="${tomcat.manager.password}"
> path="/${name}"
> war="${name}"/>
>
>
> hope this help
>
>
; you don't have to write 'file:.\'
>
> this example works well
>
>
> username="${tomcat.manager.username}"
> password="${tomcat.manager.password}"
> path="/${name}"
Hi,
please can u help me.
I am using ant install to install my project in to server with following
code.
here it is unable to find the file in my project that is at (.) and throws
IOException.
But if i give full path its running fine.
Now i need help
I am creating an jar executable file using ant
but i am getting the Exception