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

Re: convert a maven project and xslt:transform

2008-05-22 Thread Javier Diaz
Hi: First step is to create a pom for your project. Then add xalan as a dependency, for example: dependency groupIdxalan/groupId artifactIdxalan/artifactId version2.7.0/version scopecompile/scope /dependency And that should be enough.

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Javier Diaz
[X] Our team uses HTTP to retrieve our artifacts Regards, Javier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]