The modification of m2.conf is the standard method recommended by IBM for including the necessary (ant and jazz) jars during a build. (See the forum on www.jazz.net) This is done because of the way that maven is called from the jazz build tool.
I supposed another means would be to put the same jars into the java class path. However, I don't believe that that classpath is called by the IBM jazz builder. Igor Fedorenko-4 wrote: > >> >> I've modified the tycho config (m2.conf) to work with ant and IBM jazz: >> >> [plexus.core] >> >> load ${maven.home}/tycho/*.jar >> >> load ${maven.home}/lib/*.jar >> >> load ${maven.home}/antlib/*.jar >> >> load ${maven.home}/buildtoolkit/*.jar >> >> >> Then, I run a build and get an overview on >> PluginParameterExpressionEvaluator.java:419 (repeated many times). >> >> >> Any idea if this is a bug, or just user error? >> >> > > What are you trying to achieve? You should not modify plexus.core > container (and m2.conf) unless you're adding new plexus components to > maven core. Everything else should be done using regular maven plugins. > > -- > Regards, > Igor > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Tycho-build-0.3.0-DEV-1785-tp20217560p20274294.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email