maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

com.xerox.amazonws.typica.jaxb.* missing #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi David,

I was trying to download and use the source code for typica, but eclipse
complains about not finding the "com.xerox.amazonws.typica.jaxb" package. I
browsed the code and it seems like it is not in the trunk, I wonder if I
should get it from somewhere or is it possible that you have forgotten to
commit it to the repository?

thanks,
-Nima

Original issue reported on code.google.com by nima.kav...@gmail.com on 8 Dec 2009 at 2:52

GoogleCodeExporter commented 9 years ago
This is a common issue. Those classes are generated by the build. JAXB's xjc 
target 
compiles the schemas into java code at build time.

Original comment by dkavan...@gmail.com on 17 Feb 2010 at 9:37