Title: jdoMapper does not find any classes

hello,
i started coding my mapping file and decided to try the mappingfile-generator jdomapper (o2xmapper version 0.1final aswell as 0.2) but whenever i try to add a class to a mappping project i get a ClassNotFoundException.

I set the classpath to the correct directory, but it didn't help.

My file structure:
c:/castor       -> folder of castor
c:/castor/o2xmapper     -> folder of the jdomapper

my current project-folders:
c:/castor/xmlImport
c:/castor/xmlImport/types       -> folder for generated datatype classes

i set the classpath in the o2xmapper.bat to:
set cp=.;./bin;./conf;./lib/jaxp.jar;./lib/junit.jar;./lib/xerces.jar;./lib/castor-0.9.3.21-xml.jar;C:/castor/xmlImport;C:/castor/xmlImport/types;%CLASSPATH%;

all the classes are in the package xmlImport, but when i try to import them by calling xmlImport.ADDRESS.java or only ADDRESS.java i get the exception mentioned above.

any suggestions? could it be a problem, that all my needed classes are named in capital letters?

christian weinzierl

Reply via email to