Could it be a Maven 3 problem ? Both FileUtils and Artifact are maven classes so should find their way to the repo with the rest of the plexus stuff.
Michael On 23 May 2012 14:25, Jody Garnett <jody.garn...@gmail.com> wrote: > And again with the "clean" build from bundled source code; against an empty > maven repository. > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 18:05.194s > [INFO] Finished at: Wed May 23 13:59:00 EST 2012 > [INFO] Final Memory: 39M/83M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project jar-collector: Compilation failure: Compilation > failure: > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[24,29] > package org.apache.maven.model does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[25,30] > package org.apache.maven.plugin does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[26,30] > package org.apache.maven.plugin does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[27,31] > package org.apache.maven.project does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[28,32] > package org.apache.maven.artifact does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[29,31] > package org.codehaus.plexus.util does not exist > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[43,34] > cannot find symbol > [ERROR] symbol: class AbstractMojo > [ERROR] public class JarCollector extends AbstractMojo { > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[77,12] > cannot find symbol > [ERROR] symbol : class MavenProject > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[84,33] > cannot find symbol > [ERROR] symbol : class MojoExecutionException > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[106,34] > cannot find symbol > [ERROR] symbol : class MojoExecutionException > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[88,8] > cannot find symbol > [ERROR] symbol : class MavenProject > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[99,22] > cannot find symbol > [ERROR] symbol : class MojoExecutionException > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[121,26] > cannot find symbol > [ERROR] symbol : class MojoExecutionException > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[139,26] > cannot find symbol > [ERROR] symbol : class MojoExecutionException > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[142,8] > cannot find symbol > [ERROR] symbol : variable FileUtils > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[143,6] > cannot find symbol > [ERROR] symbol : class Artifact > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[145,23] > cannot find symbol > [ERROR] symbol : class Artifact > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[149,43] > cannot find symbol > [ERROR] symbol : variable Artifact > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[150,43] > cannot find symbol > [ERROR] symbol : variable Artifact > [ERROR] location: class org.geotools.maven.JarCollector > [ERROR] > /Volumes/Fiore/jody/java/geotools/release/target/geotools-8.0-RC1/build/maven/jar-collector/src/main/java/org/geotools/maven/JarCollector.java:[166,20] > cannot find symbol > [ERROR] symbol : variable FileUtils > [ERROR] location: class org.geotools.maven.JarCollector > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel