Hello everyone, I'm trying to use Maven with the Torque jar and am having problems. I've followed everything in the Maven HowTo, but I keep getting this error:
----------------------------------------- C:\test\projects\maven-csp>maven torque:main ... [ERROR] BUILD FAILED [ERROR] Goal "torque:main" does not exist in this project. ----------------------------------------- specifically I have done the following: (All files mentioned below are in my project's root directory) -updated my project.properties file with the torque properties -updated the project.xml file to include all of the torque dependency tags -renamed and copied a few jar files to get past the dependency warnings.. all dependencies are there now -created a build.xml file ( copy/pasted from the Maven HowTo example). I have a feeling it has something to do with the way I did the build.xml file. I didn't have a build.xml file in my other Maven projects, so I just created a new one as shown in the Maven HowTo. Huge Thanks in advance! Ryan Owens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
