The binding file html doc says the <package> element allows you "to define the mapping between a schemaLocation attribute and a Java package".
Does this mean that the following binding file will place all generated objects for Customer.xsd into the 'vo' package? It's not working for me. <cbf:binding xmlns:cbf="http://www.castor.org/SourceGenerator/Binding" defaultBindingType='type'> <cbf:package> <cbf:name>vo</cbf:name> <cbf:schemaLocation>./Customer.xsd</cbf:schemaLocation> </cbf:package> </cbf:binding> Also, is the <package> node in any way a replacement for the property org.exolab.castor.builder.nspackages? How about for the SourceGenerator -package command line parameter? ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
