You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/10/27 02:08:17 UTC

DO NOT REPLY [Bug 50160] New: LocalStrings.properties missing from catalina-jmx-remote.jar

https://issues.apache.org/bugzilla/show_bug.cgi?id=50160

           Summary: LocalStrings.properties missing from
                    catalina-jmx-remote.jar
           Product: Tomcat 6
           Version: 6.0.29
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: bjagg+apache@jaggedcode.com


Recent changes to the extras.xml Ant Build file omit LocalString*.properties
files from the catalina-jmx-remote.jar file.

The fileset for the jar task that creates this jar only adds the following:
org/apache/catalina/mbeans/JmxRemote*

An additional include should be added for the properties files.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50160] LocalStrings.properties missing from catalina-jmx-remote.jar

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-10-27 05:13:51 EDT ---
The necessary files are in catalina.jar, a required dependency of
catalina-jmx-remote.jar. You'll also need tomcat-util.jar and tomcat-juli.jar.
Those will give you the English messages. Add the language specific jar if you
need another language.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50160] LocalStrings.properties missing from catalina-jmx-remote.jar

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160

--- Comment #1 from Benito Gonzalez <bj...@jaggedcode.com> 2010-10-26 20:10:01 EDT ---
Created an attachment (id=26215)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26215)
Patch to include missing properties files to catalina-jmx-remote.jar

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50160] LocalStrings.properties missing from catalina-jmx-remote.jar

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160

Benito Gonzalez <bj...@jaggedcode.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjagg+apache@jaggedcode.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org