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]