That worked perfectly! Thanks very much!
Ryan Owens -----Original Message----- From: Age Mooy [mailto:amooy@;home.nl] Sent: Thursday, October 17, 2002 11:08 AM To: 'Turbine Torque Users List' Subject: RE: Torque and Maven (Maven Howto) > ============================================================== > ================= > LIB DIRECTORY > ============================================================== > ================= > I had to put an ANT style lib directory in the project root > with the torque jar and all of its dependencies. I thought > Maven's project.xml was supposed to > take care of this... but I could be doing something wrong. > > In the project.properties example, there is this line: > > torque.lib.dir = ${lib.repo} > > however, when I run it the ${lib.repo} doesn't resolve to a > value.. it shows > this error: > [ERROR] C:\test\projects\maven-torque-test\${lib.repo} not found. > try ${maven.repo.local} The lib.repo property was used by early versions of maven but was replaced with the above property quite some time ago. Age -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
