Johnson, Jonathan wrote:

But I then get a bunch of compilation messages saying “javax.xml.bind does not exist.”

Noticed. I'll query on the Maven list on whether and why this should be required.


So I though the instructions on page http://ws.apache.org/jaxme/mp/use.html were incomplete and I added

        <dependency>
            <groupId>jaxb</groupId>
            <artifactId>jaxb-api</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>jaxb</groupId>
            <artifactId>jaxb-impl</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>


Use the following instead, which is quoted from the maven plugins POM:

 <dependency>
      <groupId>org.apache.ws.jaxme</groupId>
      <artifactId>jaxme2</artifactId>
      <version>0.5.1</version>
    </dependency>


Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to