Here's my output from maven --info:
D:\development\workspace\maven-test>maven --info
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc3
#---- BEGIN: Which report
Which.version=Which.java:($Revision: 1.2 $) WhichJar.java:($Revision: 1.2 $)
java.version=1.4.2_04
file.encoding=Cp1252
java.ext.dirs=D:\apps\j2sdk1.4.2_04\jre\lib\ext
java.class.path=d:\apps\maven-1.0-rc3\lib\forehead-1.0-beta-5.jar
os.name=Windows 2000
java.vendor=Sun Microsystems Inc.
sun.boot.class.path=d:\apps\maven-1.0-rc3\lib\endorsed\xerces-2.4.0.jar;d:\a
pps\maven-1.0-rc3\lib\en
dorsed\xml-apis-1.0.b2.jar;D:\apps\j2sdk1.4.2_04\jre\lib\rt.jar;D:\apps\j2sd
k1.4.2_04\jre\lib\i18n.j
ar;D:\apps\j2sdk1.4.2_04\jre\lib\sunrsasign.jar;D:\apps\j2sdk1.4.2_04\jre\li
b\jsse.jar;D:\apps\j2sdk
1.4.2_04\jre\lib\jce.jar;D:\apps\j2sdk1.4.2_04\jre\lib\charsets.jar;D:\apps\
j2sdk1.4.2_04\jre\classe
s
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
#---- END: Which report
Installed plugins:
maven-castor-plugin-1.2
maven-site-plugin-1.5
maven-multiproject-plugin-1.3
maven-jdepend-plugin-1.5
maven-clover-plugin-1.5
maven-genapp-plugin-2.2
maven-jbuilder-plugin-1.5
maven-jboss-plugin-1.5
maven-dashboard-plugin-1.3
maven-artifact-plugin-1.2
maven-developer-activity-plugin-1.5
maven-war-plugin-1.6
maven-native-plugin-1.1
maven-cruisecontrol-plugin-1.2
maven-webserver-plugin-2.0
maven-docbook-plugin-1.2
maven-deploy-plugin-1.3
maven-ear-plugin-1.5
maven-repository-plugin-1.2
maven-j2ee-plugin-1.5
maven-jnlp-plugin-1.3
maven-linkcheck-plugin-1.2
maven-javadoc-plugin-1.5
maven-vdoclet-plugin-1.2
maven-hibernate-plugin-1.1
maven-appserver-plugin-2.0
maven-antlr-plugin-1.2
maven-jira-plugin-1.1
maven-ant-plugin-1.7
maven-gump-plugin-1.3
maven-tasklist-plugin-2.3
maven-xdoc-plugin-1.7.1
maven-ashkelon-plugin-1.2
maven-tjdo-plugin-1.0.0
maven-html2xdoc-plugin-1.3
maven-announcement-plugin-1.1
maven-pmd-plugin-1.4
maven-jxr-plugin-1.4
maven-struts-plugin-1.3
maven-latka-plugin-1.4
maven-junit-doclet-plugin-1.2
maven-pom-plugin-1.4
maven-changelog-plugin-1.5
maven-clean-plugin-1.2
maven-license-plugin-1.2
maven-jetty-plugin-1.1
maven-jdee-plugin-1.1
maven-file-activity-plugin-1.5
maven-jcoverage-plugin-1.0.4
maven-jar-plugin-1.5
maven-scm-plugin-1.3
maven-aspectwerkz-plugin-1.2
maven-faq-plugin-1.3
maven-plugin-plugin-1.3
maven-dist-plugin-1.5
maven-jellydoc-plugin-1.3
maven-javacc-plugin-1.1
maven-shell-plugin-1.1
maven-simian-plugin-1.4
maven-ejb-plugin-1.4
maven-jdiff-plugin-1.3
maven-java-plugin-1.4
maven-console-plugin-1.1
maven-pdf-plugin-2.1
maven-release-plugin-1.3
maven-changes-plugin-1.4
maven-nsis-plugin-1.0
maven-checkstyle-plugin-2.4.1
maven-wizard-plugin-1.1
maven-uberjar-plugin-1.2
maven-caller-plugin-1.1
maven-junit-report-plugin-1.5
maven-eclipse-plugin-1.7
maven-latex-plugin-1.2
maven-jdeveloper-plugin-1.4
maven-aspectj-plugin-3.0
maven-idea-plugin-1.4
maven-jalopy-plugin-1.2
maven-test-plugin-1.6.1
maven-multichanges-plugin-1.1
Exception reading build.properties: d:\profiles\cdaniels\build.properties
(The system cannot find th
e file specified)
Home Build properties: {}
D:\development\workspace\maven-test>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 01, 2004 12:06 AM
> To: Maven Users List
> Subject: RE: site goal fails: requires commons-jelly-tags-html and
> nekohtml
>
>
> Somewhere there is a xmlns:html="jelly:html" in a jelly script -
> that's how this
> would come about.
>
> Are you sure you don't have any extra plugins installed? Can you run maven
> --info to confirm?
>
> Thanks,
> Brett
>
> Quoting Chuck Daniels <[EMAIL PROTECTED]>:
>
> > Hi Brett,
> >
> > I appreciate your persistence in helping me with this.
> >
> > In order to eliminate as many variables as possible, I am
> running this with
> > an absolute minimum set of project files. Therefore, not only
> do I have no
> > maven.xml file, but I have no xdoc files either. In fact, I have only a
> > project.xml file, and nothing else. I am using maven rc3, and
> xdoc plugin
> > 1.7.1, which is what's failing when I attempt to attain the
> site goal from
> > the command line:
> >
> > [...]
> > xdoc:copy-resources:
> > [copy] Copying 4 files to
> > D:\development\workspace\maven-test\target\docs\style
> > [copy] Copying 94 files to
> > D:\development\workspace\maven-test\target\docs\images
> > Could not find the class:
> org.apache.commons.jelly.tags.html.HTMLTagLibrary
> > java.lang.ClassNotFoundException:
> > org.apache.commons.jelly.tags.html.HTMLTagLibrary
> > at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
> > at
> >
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:425)
> > [...]
> > Underlying exception: java.lang.ClassNotFoundException: html
> > java.lang.ClassNotFoundException: html
> > at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
> > at
> > org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1039)
> > [...]
> >
> > BUILD FAILED
> > File......
> > d:\profiles\cdaniels\.maven\plugins\maven-xdoc-plugin-1.7.1\plugin.jelly
> > Element... attainGoal
> > Line...... 656
> > Column.... 46
> > Error at (90, 85): Error at (90, 85): Could not load class:
> html so taglib
> > instantiation failed
> > Total time: 5 seconds
> > Finished at: Mon May 31 21:08:51 EDT 2004
> >
> >
> > What seems odd to me (besides the unexpected dependency on the html tag
> > library) is that the underlying exception reported above shows
> > "java.lang.ClassNotFoundException: html".
> >
> > Any clues?
> >
> > Thanks again,
> > Chuck
> >
> > > -----Original Message-----
> > > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, May 31, 2004 8:12 PM
> > > To: Maven Users List
> > > Subject: RE: site goal fails: requires commons-jelly-tags-html and
> > > nekohtml
> > >
> > >
> > > How are your xdoc files defined?
> > >
> > > None of those plugins depend on html: tags.
> > >
> > > - Brett
> > >
> > > Quoting Chuck Daniels <[EMAIL PROTECTED]>:
> > >
> > > > I don't have a maven.xml file for this project. This is a
> > > clean install, so
> > > > there are no plugins other than the ones that came with Maven.
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]