Hi dIon,

Thanks for the reply. I tried what you suggested and it didn't work. After talking to Jason on the IRC I think I can implement it without an Ant Task and will just use a bean in the jelly script instead. Although, I am a bit fuzzy still why what I was trying wouldn't work.

Thanks,

Dan Diephouse

[EMAIL PROTECTED] wrote:

Dan Diephouse <[EMAIL PROTECTED]> wrote on 15/11/2002 06:21:01 AM:


Hi, I'm trying to write some jelly code in my maven.xml file that uses the Axis ant tasks. Whenever I run it, it has classpath issues. But, I

believe I correctly defined the xml jars in my project.xml files. The problem is this. When I run the ant task from ant with the same classpath, it works. But, through maven with the same jars, it doesn't.

I'm using Maven HEAD.

If anyone has any insights into what I'm missing here, I'd appreciate
them.

Thanks,

Dan Diephouse

My xml dependencies:
<!-- XML Jars -->
<dependency>
<id>xerces</id>
<version>2.0.2</version>
</dependency>
<dependency>
<id>xml-apis</id>
<version>1.0.b2</version>
</dependency>

Can you try doing it this way:
<dependency>
<id>xerces</id>
<version>2.0.2</version>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>

For both deps?
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


--
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]>

Reply via email to