On Tue, 2003-02-04 at 15:07, Incze Lajos wrote: > On Tue, Feb 04, 2003 at 05:00:56PM +0000, Sean Radford wrote: > > I should add that the only location of the problem Class is in a jar in > > my local maven repository and referenced as a project dependency. > > > > Not sure, that this is your problem, but try to add in project.xml to > that dependency the classloader property "root.maven": > > <dependency> > <id>YOUR_ID</id> > <version>YOUR_VERSION</version> > <url>YOUR_URL</url> > <properties> > <classloader>root.maven</classloader> > </properties> > </dependency>
This is not required. Anything listed in your dependencies should now be available to your executing maven.xml scripts. > incze > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
