Ashley Williams wrote:
Just seen the jaxme2 pom file in the ibiblio repository here: http://www.ibiblio.org/maven2/jaxme/jaxme2/0.5/jaxme2-0.5.pom
I know nothing about Maven 2. Who created that file? He or she should possibly know what to do.
and it would be great if it could be updated to include a dependency section. I plan on writing a simple plugin to launch jaxme as part of my maven generate-sources lifecycle and notice that you have extensive instructions on how to do this from ant. But is it possible to launch from java code?
The dependencies are basically quite the same than when launching from Ant, except that the Ant runtime is not required. (It would be easier to use the Ant task, though, because the instructions are obvious in that case.) Take the class org.apache.ws.jaxme.generator.Main as an example. (It is an Ant-independent command line interface.)
Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
