> ==============================================================
> =================
> 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>