The non-base sources are generated in src/main/java. The base classes are
generated somewhere in the target directory (I cannot remember the exact
place), and are compiled from there.
The configuration you have given seems ok. What exactly is your problem
with it ?

    Thomas

"Jeffrey D. Brekke" <[EMAIL PROTECTED]> schrieb am 01.03.2007 05:20:45:

> I'm having difficulty getting the latest plugin to work.  Is there some
> way to tell the plugin to generate the non-base classes into
> src/main/java or is maven supposed to compile the generated-java
> directory for us?  If I add <outputDir> to configuration, then the
> plugin fails since the report locations are incorrect.  Below is my
> current plugin config, maybe I have something wrong?
>
>        <plugin>
>          <groupId>org.apache.db.torque</groupId>
>          <artifactId>torque-maven-plugin</artifactId>
>          <version>3.3-RC2</version>
>
>          <configuration>
>            <targetDatabase>sybase</targetDatabase>
>            <targetPackage>our.package</targetPackage>
>          </configuration>
>
>          <executions>
>            <execution>
>              <goals>
>                <phase>install</phase>
>                <goal>sql</goal>
>                <goal>om</goal>
>              </goals>
>            </execution>
>          </executions>
>
>        </plugin>
>
> --
> =====================================================================
> Jeffrey D. Brekke                                   [EMAIL PROTECTED]
> Wisconsin,  USA                                     [EMAIL PROTECTED]
>                                                      [EMAIL PROTECTED]
> http://www.bloglines.com/blog/jbrekke               [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to