General

Is there any restrictions on the version of Castor I have to use?

In general, no. Starting with Castor 1.1, all versions can be used.

[top]

Customization

Do I have to supply a castorbuilder.properties file?

As of release 2.0, no.

[top]

How does one supply a castorbuilder.properties file?

As part of the plugin definition within your Maven project, simply add the following plugin configuration parameter:

<properties>src/main/castor/builder.properties</properties>                
               
[top]

Where do I find more information about the syntax of the Castor binding file for the XML code generator?

In the ereference guide of Castor.

[top]