Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-12-31 Thread Simon Kitching
Hi All, John Casey wrote: Hi everyone, I'd like to make sure we're all on the same page with the plugin auto-version resolution stuff that we've been discussing lately (on the assembly-plugin vote thread, for one thing). I think it's clear that we cannot continue to allow Maven to

[M2] Surefire IsolatedClassLoader implementation

2006-08-01 Thread Simon Kitching
Hi, The IsolatedClassLoader class in the surefire module has the following line of code: private ClassLoader parent = ClassLoader.getSystemClassLoader(); I believe this is causing a recursive loop when I try to explicitly use this class as the system classloader. Its only purpose is a very

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the surefire plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote: On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the surefire plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks

Re: Review surefire plugin documentation

2006-07-31 Thread Simon Kitching
On Tue, 2006-08-01 at 11:52 +1200, Simon Kitching wrote: On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote: On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the surefire plugin. I hope you dont mind

Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
Hi, I'm trying to build the trunk checkout of maven-jar-plugin in order to create a patch for http://jira.codehaus.org/browse/MJAR-30. I've got maven-2.0.4 installed, and in the root dir of the maven-jar-plugin dir am running this: mvn install However I'm getting this (message trimmed

Re: Building trunk of maven-jar-plugin: needs plexus-compiler-api

2006-07-25 Thread Simon Kitching
On Wed, 2006-07-26 at 08:42 +0930, Barrie Treloar wrote: I'm not sure if http://snapshots.maven.codehaus.org/maven2 resolves to http://snapshots.repository.codehaus.org (having just checked they don't appear to) Thanks, the first url above did the trick. Maybe these are the maven2 and maven1

problem building jar of maven-jar-plugin

2006-07-25 Thread Simon Kitching
Hi, I'm writing a patch to maven-jar-plugin. The code compiles fine, and runs the tests ok. However it fails shortly after, with a message I can't understand. I suspect the failure is in the package phase, when running the jar goal to create a jar. Rather ironic :-) The version I'm building is

[jira] Created: (MPJAVA-38) sourceModifications handled incorrectly when more than one clause present

2005-06-24 Thread Simon Kitching (JIRA)
Reporter: Simon Kitching The loop j:forEach var=sm items=${pom.build.sourceModifications} ant:available property=classPresent classname=${sm.className}/ is flawed. When the class is not present, the available action does NOT reset $classPresent to a false value; instead, its

maven2: feature request: jvm version info

2005-06-13 Thread Simon Kitching
Hi, There is currently no way, as far as I know, for a project.xml/pom.xml to express which minimum version of java the project requires in order to run. This is extremely useful information to document. It could also be used to automatically set the maven.compile.target value. This info could