Hi, The binding file is only available from version 0.9.4.2 and you can find some documentation online:
http://www.castor.org/sourcegen.html#Binding-File You can pass your binding file via the command line by using the '-binding-file' option or via the API using the setBinding method. Does it help? Arnaud > -----Original Message----- > From: Aurangzeb M. Agha [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 6:43 PM > To: [EMAIL PROTECTED] > Subject: [castor-dev] executing a binding file? > > Per another post on this list, I'm trying to get binding file to be used > when I generate my code using an XSD. > > However, after I tried the suggested: > > java -classpath %CP% org.exolab.castor.builder.SourceGenerator -verbose -i > nextRes.xsd -f -types j2 -package com.greece101.wct.xml -binding-file > amenitiesBinding.xml > > I discovered that -binding-file isn't an option for the SourceGenerator. > > How can I get the binding file to be a part of my code generation? I > can't seem to find any documentation on this. > > Thx, > Aurangzeb > > > -- > Aurangzeb M. Agha | Email : [EMAIL PROTECTED] > | Home : +3 010 8959.558 > 34 Nafsika St. | Direct: +3 010 8995.875 > Voula 16673 | Mobile: TBD > Greece | e-Fax : 978 246.0770 > | PGP id: 0x68B3A763 > > "Those who would give up essential liberty to purchase a little > temporary safety deserve neither liberty nor safety." > > - Benjamin Franklin > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
