Re: compile jaxb2 annotated files with maven2

2008-06-06 Thread Javier Diaz
We use jaxb and I must confess that was not easy to set up our environment. Our pom has the dependencies listed below. Let me know if that works for you. Regards, Javier dependency groupIdjavax.xml.bind/groupId artifactIdjaxb-api/artifactId

compile jaxb2 annotated files with maven2

2008-06-03 Thread Trasca Virgil
Hello, I am in the process of migrating from Ant to Maven2. I am stucked when I try to mvn compile because in some source files I use jaxb2 annotations and of course I need jaxb2 jars for building. I am not generating and xsd or any java sources with jaxb2 only compile some annotated src

Re: compile jaxb2 annotated files with maven2

2008-06-03 Thread Wayne Fay
Have you tried adding the jaxb2 jars to the list of dependencies with scope compile? Did this not work? What error message(s) did you receive? I don't know much about jaxb2 but if you post more details on what you've tried and what error(s) you've encountered, perhaps someone can give you the