Re: Help with integrating maven2 plugin and apache

2008-02-13 Thread Todd Nine
Hi guys, I wanted to thank everyone for their help. I finally got it working. Basically, I used the plugin and dependencies below only. Then I just added the jar that is generated by the plugin to the eclipse classpath manually. Once I did that, everything worked! plugin

Re: Help with integrating maven2 plugin and apache

2008-02-10 Thread Todd Nine
Bump, I've been struggling with this for 2 days. Note that my title is incorrect, is should say integrating maven 2 plugin and Eclipse. I've tried downgrading xmlbeans.xbean from 2.2.0 to 2.1.0, which didn't fix my issue. If I choose a version less than 2.1.0, the plugin completely blows up

Re: Help with integrating maven2 plugin and apache

2008-02-10 Thread Jacob Danner
Hi Todd, I'm not an eclipse user (IntelliJ IDEA), but I'll give it a try. Which maven plugin are you using, which version of eclipse? Have you queried the maven or eclipse projects for similar issues? -jacobd On Feb 10, 2008 6:21 PM, Todd Nine [EMAIL PROTECTED] wrote: Bump, I've been

Re: Help with integrating maven2 plugin and apache

2008-02-10 Thread David Jencks
I don't use eclipse. Apparently the eclipse doesn't work well with maven plugins that generate binary code that eclipse is supposed to recognize but not compile itself. In geronimo we've written a plugin that IIUC copies the generated code to a location that eclipse can find. A typical

Help with integrating maven2 plugin and apache

2008-02-08 Thread Todd Nine
Hi All, I'm using XML Beans version 2.2.0, and I'm trying to run my code through the Eclipse debugger. Its failing, and I receive the following errors. I've included my maven plugin 2 configuration, but basically I'm having the plugin create a jar of the classes that will be deployed, and