> -created a build.xml file ( copy/pasted from the Maven HowTo example).
The file from the howto that starts with:
<?xml version="1.0"?>
<project name="yourproject" default="maven:war" basedir=".">
<property file="${user.home}/build.properties"/>
is maven.xml, not build.xml. No build.xml is required. But you will need
the build-torque.xml from your torque distro. Maven detects maven.xml
and will then execute torque:main.
- Stephen
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>