I would like to generate .java files from a schema and run Javadoc on them to produce developer level documentation of the XMLBeans classes used for this project. I tried doing this by using jad to reverse compile the class files generated by scomp then running the resulting source through Javadoc. However, the declaration: public static final SchemaType type = (SchemaType)XmlBeans.typeSystemForClassLoader... in every class file generates two errors so Javadoc cannot do anything. Is there any other way of generating the .java files that correspond to the class files?

Thanks,
beeky

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to