Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Torque class not found
Name: Irene Date: July 28, 2003 at 04:51:48 Pacific OS: Win 2000 CPU/Ram: P 4/256 MB
Comment:
I should create a mysql db by using Ant build tool and Torque... But when I build with ant I get this error:
***
$ ant -f build-torque.xml create-db Buildfile: build-torque.xml
BUILD FAILED file:c:/torque-3.0.1/build-torque.xml:87: taskdef class org.apache.torque.task.T orqueDataModelTask cannot be found
***
It's really incredible since this not found .class file is in the classes dir (where Torque looks for all classes) and also in the CLASSPATH env var(however I put that file everywhere :) ).
I'll appreciate very much any kind of help!! Thank You, Irene
Summary: I should create a mysql db by using Ant build tool and Torque... But I get this error: $ ant -f build-torque.xml create-db Buildfile: build-torque.xml BUILD FAILED file:c:/torque-3.0.1/build-torque.x...
Summary: I am trying to write a program.This program is suppose to run an executable file.I made sure that the .exe file is where i want it to be,but my program still complain."File not found".Who has the solu...