Ryan, While a few people have talked about it over on maven-user, I do not believe a torque plugin for maven is currently available. A plugin such as this might support a torque:main target, but at present this is not the case.
You could have a look at how the torque runtime tests are executed by maven (runtime:test) as these execute torque (presumably via the ant build file). HTH, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au > From: "Owens, Ryan" <[EMAIL PROTECTED]> > Reply-To: "Turbine Torque Users List" <[EMAIL PROTECTED]> > Date: Tue, 15 Oct 2002 20:35:41 -0400 > To: <[EMAIL PROTECTED]> > Subject: Torque and Maven (Maven Howto) > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
