Hey there, So I have a gigantic .XSD file that I'd like to turn into .class files, but I havn't quite figured out where to start. *Ideally* these .class files would not depend on any castor files/packages, so I can use them even if I don't have the castor jars/code around (is this possible with Castor?).
I downloaded some .jar files, and tried something like this from a shell: java -classpath "castor-1.3-core.jar;castor-1.3-codegen.jar" org.exolab.castor.builder.SourceGeneratorMain -i foo-schema.xsd -package com.xyz Which got me here: Exception in thread "main" java.lang.NoClassDefFoundError: org/exolab/castor/builder/SourceGeneratorMain Um... so I guess I don't know enough about java to know where to go from there. Where do I find that file? Which .jar files do I need to put in my classpath to make it actually generate code...? Thanks in advance, sorry for the newbie question! -- - Keith Palmer Jr. [email protected] (860) 634-1602 http://www.ConsoliBYTE.com/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

