need help with build.xml on Windows
843810Feb 20 2004 — edited Feb 20 2004Hi
I have a build.xml which runs perfect on LINUX.
But when i am trying to run it through windows it gives me error.
I have windows 2000 & just installed Netbeans & java bundle.
I am trying to compile the build.xml through netbeans on windows. (again i am doing the same thing on linux)
The error i get is as follows:
[ERROR]
build.xml [47] taskdef class org.apache.catalina.ant.InstallTask cannot be found
[ERROR]
In build.xml i have changed the source & destination path, but i am not sure if i am doing it rite. For Linux the path is \usr\local\app and so on. For windows i am giving the source path as \app (since my app is in C: drive) Can somebody help me with this.
Any help is appreciated
Thanx