You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by lo...@jpmchase.com on 2008/11/26 22:56:47 UTC

Errors while using maven-changelog-plugin

Hello,

Using the patch given in the JIRA link: 
http://jira.codehaus.org/browse/MCHANGELOG-79, I tried generating the 
changelog between two Subversion tags in our repo due to which I get the 
error as below. Can some one please advise me what could be the reason for 
getting this error 'Can't find bundle for base name scm-activity, locale 
en'. I have also pasted the plugin what am using for this generation. 
Please pour in your inputs in this regard.

//Plugin used in POM

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.1.1</version>
<configuration>
         <!-- type is "tag" -->
        <basedir>${basedir}</basedir>
        <type>tag</type>
        <outputXML>changelog.xml</outputXML>
        <tags>
                    <!-- between tags -->
                <tag 
implementation="java.lang.String">08A12.0-9.9.0.25</tag>
                <tag 
implementation="java.lang.String">08A12.0-9.9.0.24</tag>
        </tags>
        <!-- In trunk (Default brancheBase is trunk. So, branchBase
                element is optional when to use trunk. ) -->
        <branchBase>branches/9.9.0</branchBase>
</configuration>
</plugin>

// Errors after build

Executing: svn --non-interactive log -v -r 2845:2838 
http://subversion.loc.corp.com/svn/repos/ApplicationSVN/branches/9.9.0
Working directory: C:\SVN-Sources\BRANCHES\APPLICATION
[INFO] 
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Can't find bundle for base name scm-activity, locale en
[INFO] 
------------------------------------------------------------------------
[DEBUG] Trace
java.util.MissingResourceException: Can't find bundle for base name 
scm-activity, locale en
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806)


Thanks & Regards,
Logu Rajamanickam

-----------------------------------------
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.