Re: Can't add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin

2006-03-29 Thread Michael Meyer
Hi, after adding maven-artifact-ant as dependency I no longer get a stackrace. But there seems to be a problem with either maven-plugin-plugin or "Ant Tasks" because although the library is in the classpath now the build.xml file still can't find the classes. I posted a small example to [EMAIL PR

Re: Can't add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin

2006-03-27 Thread John Casey
You might try using maven-artifact-ant as a dependency instead. It should pull the rest in transitively. I'll take another look at your stacktrace and see whether I can make more sense of it... -john Michael Meyer wrote: Hi I already asked this at users@maven.apache.org but I didn't get an

Can't add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin

2006-03-27 Thread Michael Meyer
Hi I already asked this at users@maven.apache.org but I didn't get an answer so if maybe somebody on this list could help me: I would like to add maven-artifact-ant-2.0.2-dep.jar as a dependency to an ant plugin. I added the jar file to my local repository. But I only get a stack trace when I