You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrew Williams (JIRA)" <ji...@codehaus.org> on 2007/01/20 21:50:09 UTC

[jira] Closed: (MNG-2731) Regression: new container handling cannot locate resources properly

     [ http://jira.codehaus.org/browse/MNG-2731?page=all ]

Andrew Williams closed MNG-2731.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1-alpha-1

This issue is now fixed with the latest plexus and maven

> Regression: new container handling cannot locate resources properly
> -------------------------------------------------------------------
>
>                 Key: MNG-2731
>                 URL: http://jira.codehaus.org/browse/MNG-2731
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>         Assigned To: Jason van Zyl
>            Priority: Blocker
>             Fix For: 2.1-alpha-1
>
>         Attachments: doxia-site-renderer-MNG-2731.diff, maven-project-info-reports-plugin-MNG-2731.diff
>
>
> Run: mvn project-info-reports:scm on any Maven project.
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Can't find bundle for base name project-info-report, locale en_AU
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.BuildFailureException: Can't find bundle for base name project-info-report, locale en_AU
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:315)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:141)
>         at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:550)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:346)
>         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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408)
>         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
> Caused by: java.util.MissingResourceException: Can't find bundle for base name project-info-report, locale en_AU
>         at org.codehaus.plexus.i18n.DefaultI18N.cacheBundle(DefaultI18N.java:394)
>         at org.codehaus.plexus.i18n.DefaultI18N.getBundle(DefaultI18N.java:157)
>         at org.codehaus.plexus.i18n.DefaultI18N.getString(DefaultI18N.java:206)
>         at org.apache.maven.report.projectinfo.ScmReport.getName(ScmReport.java:68)
>         at org.apache.maven.report.projectinfo.AbstractProjectInfoReport.execute(AbstractProjectInfoReport.java:158)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:435)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:311)
>         ... 11 more
> This works in Maven 2.0.4/2.0.5-SNAPSHOT, but not on trunk.

-- 
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