Re: Maven 1 classes in my plugin JAR not on ant:java runtime classpath?

2008-05-19 Thread christo
of type plugin are not added to the runtime classpath (if you run with -X you should see a corresponding message). You have to deploy/install the plugin as a jar and declare a dependency of a jar type. HTH, -Lukas christo wrote: Hi All, I've read the docs, googled, read mailing list

Maven 1 classes in my plugin JAR not on ant:java runtime classpath?

2008-05-15 Thread christo
Hi All, I've read the docs, googled, read mailing list archives, asked in irc etc. but have been unable to find the answer to this. I'm writing a maven 1 plugin which adds a goal that calls ant:java running the main method of a class which is bundled in the plugin jar. There are jar deps in the