Hi all, Not sure if this is best on Maven or Torque lists, but I just snagged the new torque plugin for Maven. I was hoping that everything would go swimmingly, but ran into some issues.
Basically, I put my Torque stuff in: /src/torque and set my build-torque.xml: maven.torque.buildFile=c:/webadmin/src/torque/build-torque.xml So, when I call the maven torque:om target, it seems to want to set the basedir to my / directory, not /src/torque/. Is this something about how I am calling ant targets? I have had these types of basedir issues on a couple ant files that I try to call from Maven. Here is my output: torque:om: [ERROR] BUILD FAILED [ERROR] File...... c:\java\maven\plugins\torque\plugin.jelly [ERROR] Element... ant:ant [ERROR] Line...... 40 [ERROR] Column.... 60 [ERROR] C:\webadmin\lib not found. Total time: 6 seconds C:\webadmin> How can I tell it that it shgould look for the lib in c:/webadmin/src/torque/lib! Thanks, Eric Pugh
