Hi James, my XMLC plugin has to <exec> because of the whacky xerces stuff and it works only for plain vanilla XMLC invocations. It is a contender for "The Most Ugly Maven Plugin" but it should work out of the box.
There are at least two different ANT tasks implementation which would allow to call it directly from Maven but it would fail due to the xerces/ant dependencies anyway. I will stick to <exec> and bundle the required JARs not available at IBIBLIO since I got burned several times with xercex/xalan conflicts and the various plugins I wrote. Siegfried Goeschl CTO ================================= IT20one GmbH mail: [EMAIL PROTECTED] phone: +43-1-9900046 fax: +43-1-52 37 888 www.it20one.at On 26 Nov 2002 at 8:13, James CE Johnson wrote: > Hi Siegfried, > > I tried to respond directly but got a whacky "undeliverable" error. > > > Hi James, > > > > I wrote a simple XMLC plugin but it uses some custom Enhydra jars > > ... > > If it doesn't <exec> ant I'd love to try it. So far, that's the only > way I've gotten it to work because of the whacky xerces stuff. > > Thanks, > J > > > > > Siegfried Goeschl > > > > > > > > On 25 Nov 2002 at 11:21, James CE Johnson wrote: > > > >> Hi all, > >> > >> I'm in the process of converting a fella's ant build.xml into a > >> maven.xml. The last two bits I'm exec'ing out to ant for are his > >> torque and xmlc tasks. Is anyone working on plugins for those? > >> > >> Thanks, > >> J > >> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> For > additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
