m2 site:site fails after fresh alpha-3 build
--------------------------------------------

         Key: MNG-538
         URL: http://jira.codehaus.org/browse/MNG-538
     Project: Maven 2
        Type: Bug
    Versions: 2.0-alpha-3    
    Reporter: Loïc Lefèvre
     Fix For: 2.0-beta-1


After a fresh build of maven 2 alpha 3, the following command fails:
m2 site:site

Logs:
...
[INFO] Building Maven Plugin Descriptor Model
[INFO] 
----------------------------------------------------------------------------
[INFO] [site:site]
[INFO] 
----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] 
----------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Jun 29 22:23:16 CEST 2005
[INFO] Final Memory: 4M/9M
[INFO] 
----------------------------------------------------------------------------
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven
[INFO] 
----------------------------------------------------------------------------
[INFO] [site:site]
[INFO] maven-project-info-reports-plugin: resolved to version 2.0-alpha-1 from 
local repository
[INFO] maven-checkstyle-plugin: resolved to version 2.0-alpha-2-SNAPSHOT from 
local repository
[INFO] maven-checkstyle-plugin: using locally installed snapshot
[INFO] maven-pmd-plugin: resolved to version 2.0-alpha-2-SNAPSHOT from local 
repository
[INFO] maven-pmd-plugin: using locally installed snapshot
[INFO] Generate "Dependencies" report.
[INFO] 
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
----------------------------------------------------------------------------
[INFO] Diagnosis: Error during site generation
[INFO] 
----------------------------------------------------------------------------
[ERROR] Cause:
org.apache.maven.plugin.MojoExecutionException: Error during site generation
        at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:337)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:401)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:169)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:150)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:133)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:103)
        at org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:261)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:180)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:258)
        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:303)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:243)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:363)
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
checkstyle-report, locale en
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:700)
        at 
org.apache.maven.plugin.checkstyle.CheckstyleReport.getBundle(CheckstyleReport.java:292)
        at 
org.apache.maven.plugin.checkstyle.CheckstyleReport.getName(CheckstyleReport.java:94)
        at org.apache.maven.doxia.DoxiaMojo.getReportsMenu(DoxiaMojo.java:398)
        at 
org.apache.maven.doxia.DoxiaMojo.getSiteDescriptor(DoxiaMojo.java:450)
        at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:242)
        ... 16 more
[INFO] 
----------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Jun 29 22:23:21 CEST 2005
[INFO] Final Memory: 5M/10M
[INFO] 
----------------------------------------------------------------------------


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to