Awesome. Thanks Brett! I'm getting there... I get a couple test failures.
First, in maven-project (not an issue once I deleted this from my temp dir. I am just wondering if its worth the testcase setup clearing any prior failures if that is what at I'm thinking happened): ------------------------------------------------------------------------ ------- Test set: org.apache.maven.project.build.model.DefaultModelLineageBuilderTest ------------------------------------------------------------------------ ------- Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.844 sec <<< FAILURE! testReadPOMWithParentInLocalRepositoryAndAncestorInRemoteRepository(org. apache.maven.project.build.model.DefaultModelLineageBuilderTest) Time elapsed: 0.484 sec <<< ERROR! java.io.IOException: Directory C:\DOCUME~1\treilly\LOCALS~1\Temp\DefaultModelLineageBuilder.localReposi tory.48793\group\ancestor unable to be deleted. at org.codehaus.plexus.util.FileUtils.deleteDirectory(FileUtils.java:1414) .... The next failures all come from maven-embedder tests. I may have caused them by bumping the modello dependency up to 1.0-alpha-18 which I needed to do since alpha-17 had those encoding issues in it's pom and IBM jdk barfed on it. Anyone else having these errors with PlexusUtils no such method error: est set: org.apache.maven.embedder.execution.EmbedderUsingEclipsePluginTest ------------------------------------------------------------------------ ------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.609 sec <<< FAILURE! testRunningEclipsePlugin(org.apache.maven.embedder.execution.EmbedderUsi ngEclipsePluginTest) Time elapsed: 2.593 sec <<< ERROR! java.lang.NoSuchMethodError: org.codehaus.plexus.util.FileUtils.fileRead(Ljava/io/File;Ljava/lang/Str ing;)Ljava/lang/String; at org.apache.maven.artifact.manager.DefaultWagonManager.verifyChecksum(Def aultWagonManager.java:735) Perhaps 6 more like this... Same method. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]