I should write the tasks using the CDATA to delimit them?

Ashley Williams wrote:

Srepfler, make sure you build mant first of all - it's in the same directory as hibernate.
Also your plugin config should look something like this:

     <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>hibernatedoclet-maven-plugin</artifactId>
        <version>1.0-beta-1</version>
        <executions>
          <execution>
            <goals>
              <goal>hibernatedoclet</goal>
            </goals>
            <phase>generate-sources</phase>
            <configuration>
              <task><![CDATA[
                <hibernatedoclet>
                  <fileset includes="**/bo/*.java"/>
                  <hibernate version="3.0"/>
                </hibernatedoclet>
              ]]></task>
            </configuration>
          </execution>
        </executions>
      </plugin>

Let me know how you get on.

- Ashley



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to