DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11593>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11593 Running the Xerces Sample program produces error. ------- Additional Comments From [EMAIL PROTECTED] 2002-08-12 15:11 ------- Hi, I am using Jdk1.4 and the classpath is D:\j2sdk1.4.0_01\src.zip;D:\j2sdk1.4.0_01\lib\tools.jar;D:\j2sdk1.4.0_01 \jre\lib\rt.jar;D:\j2sdk1.4.0_01\jre\lib\jsse.jar;D:\j2sdk1.4.0_01 \jre\lib\jce.jar;D:\j2sdk1.4.0_01\jre\lib\jaws.jar;D:\j2sdk1.4.0_01 \jre\lib\sunrsasign.jar;D:\j2sdk1.4.0_01 \jre\lib\charsets.jar;D:\xerces\src\tools\xerces.jar;D:\download\xerces\src\xerc es-2_0_2\build\xercesImpl.jar;D:\xerces\src\xerces-2_0_2 \build\xercesSamples.jar;D:\xerces\src\xerces-2_0_2\build\xmlParserAPIs.jar; The command line arguments which I am supplying are the following options -f and -a (xsd filepath) and the xsd file looks like <?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://com.gens.idg/schemas" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="coord_type"> <xs:complexType> <xs:annotation> <xs:appinfo> <magik_class>sw:coordinate</magik_class> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="x"/> <xs:element name="y"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> I am feeling that my classpath might not be set properly. Do I need to include any other jars or remove any of them? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]