Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

need help with build.xml on Windows

843810Feb 20 2004 — edited Feb 20 2004
Hi
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2004
Added on Feb 20 2004
1 comment
83 views