removing and installing application gives exception

2008-07-04 Thread sandyg
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

Re: ant home path

2008-07-04 Thread sandyg
> this example works well > > > username="${tomcat.manager.username}" > password="${tomcat.manager.password}" > path="/${name}" > war="${name}"/> > > > hope this help > >

Re: ant home path

2008-07-03 Thread sandyg
; you don't have to write 'file:.\' > > this example works well > > > username="${tomcat.manager.username}" > password="${tomcat.manager.password}" > path="/${name}"

ant home path

2008-07-03 Thread sandyg
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

how to get jars scope in to my application

2008-03-07 Thread sandyg
I am creating an jar executable file using ant but i am getting the Exception