Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Issues with eclipselink.jpa.modelgen.test

FYI:
 
If you notice compile issues with the eclipselink.jpa.modelgen.test project (along the lines of cannot find class: Address_), this means the canonical model generator has not run and therefore not built and packaged the classes into the eclipselink-annotation-model.jar that this project depends on.
 
To resolve this, run ant from the root directory. This will compile the jpa.modelgen project before compiling and building the jpa test jars.
 
Any questions, just let me know.
 
Cheers,
Guy

Back to the top