Hi all,
i have a couple of doubts trying to generate the source code from xsd files,
using the castor-maven-plugin, i get an error because the basedir doesnt
exist, i dont want the default /src/main/castor
so i used the below configuration, i dont understand why is still looking
for the default directory
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>castor-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<configuration>
<properties>src/main/resources/castor/castorbuilder.properties</properties>
<schemaDirectory>src/main/resources/castor</schemaDirectory>
<packaging>be.platopupils.core.castor</packaging>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
other question, where can i get the default castorbuilder.properties? and
where i have to put it?
note: im using castor 1.2
thanks in advance
--
View this message in context:
http://www.nabble.com/Problems-trying-to-use-the-maven-source-generator-tp20154634p20154634.html
Sent from the Castor - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email