On 3/27/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:

2007/3/27, Greg Reddin <[EMAIL PROTECTED]>:
> Ok I got it.  I'm not on my normal computer right now so I checked out
> "current".  That gave me a directory with subdirs of examples,
framework,
> maven, and site.  First, I went into framework and did "mvn clean
install".
> Worked fine.  Then I went into site and did "mvn install site".  That
blew
> up with a NoClassDefFoundError.

Sorry, I meant that you need to go to "framework" and type:
mvn clean install site
So it generates javadocs, tlddocs and dtddocs.


That worked better, but still not quite perfectly  I still got the exception
(see below), but it genereated apidocs and dtddocs.  I'll try to track down
the cause of the exception and see if I can fix it.

From a pragmatic standpoint I'd say the assembly looks good - assuming I can
get past my build issue.  It looks like I might have a bad version of a
plugin installed or something.  Here's the error:

[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site]
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] org/codehaus/plexus/util/FileUtils
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: org/codehaus/plexus/util/FileUtils
       at net.sf.maventaglib.TaglibdocMojo.canGenerateReport(
TaglibdocMojo.java:211)
       at org.apache.maven.plugins.site.SiteMojo.filterReports(
SiteMojo.java:409)
       at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:221)
       at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:420)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:539)

       at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecut
or.java:480)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:459)
       at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleEx
ecutor.java:311)
       at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.ja
va:278)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:143)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
       at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java
:315)
       at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
       at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java
:430)
       at org.codehaus.classworlds.Launcher.main(Launcher.java:375)


Let's roll it :-)
Greg

Reply via email to