Re: using custom ant tasks?

2004-01-22 Thread Mark R. Diggory
Do you know if this is due to the absence of the solnetant jar on maven's classpath? you might try adding it /maven/lib as a test. I'm actually working out something similar where I have dependency jars for a plugin that need to get into the library to become available on the classpath. I'm al

using custom ant tasks?

2004-01-21 Thread Andy Lynch
Hi, I'm starting to use maven to build a fairly complex application which is currently built using Ant; and am having trouble trying to use some custom ant tasks within Maven. I've listed the jar file containing the tasks as a dependency: ... solnet solnetant 1.1 ... and run our exi