You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jamie Whitehouse <ba...@genesyslab.com> on 2008/10/10 15:19:55 UTC

Assembly Plugin 2.1 compilation failure?

Since the released 2.1 documentation isn't available online I thought
I'd build a site locally for reference.  After checking out the tag and
running mvn site:site I get a compilation failure:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/ComponentXpp3Reader.java:[21,31] cannot find symbol
symbol  : class ReaderFactory
location: package org.codehaus.plexus.util

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/AssemblyXpp3Reader.java:[26,31] cannot find symbol
symbol  : class ReaderFactory
location: package org.codehaus.plexus.util

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/ComponentXpp3Reader.java:[1255,24] cannot find symbol
symbol  : variable ReaderFactory
location: class
org.apache.maven.plugins.assembly.model.io.xpp3.ComponentXpp3Reader

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/ComponentXpp3Reader.java:[1271,24] cannot find symbol
symbol  : variable ReaderFactory
location: class
org.apache.maven.plugins.assembly.model.io.xpp3.ComponentXpp3Reader

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/AssemblyXpp3Reader.java:[1969,24] cannot find symbol
symbol  : variable ReaderFactory
location: class
org.apache.maven.plugins.assembly.model.io.xpp3.AssemblyXpp3Reader

/home/jwhitehouse/work/external/maven-assembly-plugin-2.1/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/io/xpp3/AssemblyXpp3Reader.java:[1985,24] cannot find symbol
symbol  : variable ReaderFactory
location: class
org.apache.maven.plugins.assembly.model.io.xpp3.AssemblyXpp3Reader

This is using Maven 2.0.9:
~/work/external/maven-assembly-plugin-2.1
$ mvn --version
Maven version: 2.0.9
Java version: 1.6.0_06
OS name: "linux" version: "2.6.24-19-generic" arch: "i386" Family:
"unix"

Any ideas?


					
-------------------------------------------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: This e-mail and any files attached may contain confidential and proprietary information of Alcatel-Lucent and/or its affiliated entities. Access by the intended recipient only is authorized. Any liability arising from any party acting, or refraining from acting, on any information contained in this e-mail is hereby excluded. If you are not the intended recipient, please notify the sender immediately, destroy the original transmission and its attachments and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Copyright in this e-mail and any attachments belongs to Alcatel-Lucent and/or its affiliated entities.
					

Re: Assembly Plugin 2.1 compilation failure?

Posted by Wendy Smoak <ws...@gmail.com>.
On Fri, Oct 10, 2008 at 6:19 AM, Jamie Whitehouse
<ba...@genesyslab.com> wrote:
> Since the released 2.1 documentation isn't available online I thought
> I'd build a site locally for reference.  After checking out the tag and
> running mvn site:site I get a compilation failure:
...
> Any ideas?

An unfinished project... the docs for prior released versions are
often present, but not linked from the current site:
http://maven.apache.org/plugins/maven-assembly-plugin-2.1

(The tag doesn't build for me, either.)

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org