Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 26635 invoked from network); 21 Feb 2008 04:32:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2008 04:32:46 -0000 Received: (qmail 10412 invoked by uid 500); 21 Feb 2008 04:32:40 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 10389 invoked by uid 500); 21 Feb 2008 04:32:40 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 10376 invoked by uid 99); 21 Feb 2008 04:32:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 20:32:40 -0800 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.43.132] (HELO sca-es-mail-1.sun.com) (192.18.43.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 04:32:05 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m1L4WEoF007649; Wed, 20 Feb 2008 20:32:14 -0800 (PST) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JWK00E01N678L00@fe-sfbay-09.sun.com> (original mail from Craig.Russell@Sun.COM); Wed, 20 Feb 2008 20:32:14 -0800 (PST) Received: from [192.168.0.12] (c-24-6-172-77.hsd1.ca.comcast.net [24.6.172.77]) by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JWK00E9IN9PEJ50@fe-sfbay-09.sun.com>; Wed, 20 Feb 2008 20:32:14 -0800 (PST) Date: Wed, 20 Feb 2008 20:32:13 -0800 From: Craig L Russell Subject: Re: Questions about JSPWiki internationalization In-reply-to: <47BCDFEB.7020401@gmail.com> Sender: Craig.Russell@Sun.COM To: jspwiki-user@incubator.apache.org, jspwiki-dev@incubator.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.919.2) Content-type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary=Apple-Mail-40--224649386 References: <47B96345.9040701@gmail.com> <20080218115408.GB13852@ecyrd.com> <47B9B086.30800@gmail.com> <47BA4297.1070706@gmail.com> <4DA5AE30-87BF-4AC9-8DDF-7365FEB3A45A@SUN.com> <47BCDFEB.7020401@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-40--224649386 Content-Type: multipart/alternative; boundary=Apple-Mail-39--224649515 --Apple-Mail-39--224649515 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi David, To become a committer in the JSPWiki project requires a commitment to the project and the support of others on the jspwiki team. Your commitment to the project is based on continuing to contribute to the project (usually this will be in the form of dialog on jspwiki- dev, creating JIRA issues, and providing patches for them). Subscribing to jspwiki-dev and engaging in dialog there is a good way to become part of the community. We're always looking for new members. Best regards, Craig On Feb 20, 2008, at 6:20 PM, David Gao wrote: > Hi Craig, > > Thank you for your response. > > I'm able to submit issues in JIRA. However, how can I become a > committer of JSPWiki? I did not find any guide information about > this on JSPWiki site. > > David > > -------- Original Message -------- >> Hi David, >> >> On Feb 18, 2008, at 6:44 PM, David Gao wrote: >>> >>> Another stupid question is: how can I submit my files to JSPWiki, >>> via JIRA or simply in CVS? >> >> We are now using Apache's svn repository, and I don't see you on >> the committer list, so the best way is to create a JIRA and attach >> the patch to it. >> >> If you are a committer and I simply missed you, you can directly >> update the svn. >> >> Regards, >> >> Craig >>> >>> >>> David Gao (davidgjm@gmail.com) >>> >>> >>> -------- Original Message -------- >>>> Yes ... but it also took me a while to realize that what's inside >>>> /WEB-INF/i18n is useless >>>> within Tomcat (unless moved under classes ...). >>>> Maybe it would be better to move it away from there in the >>>> standard distro. >>>> >>>> As for the 1/n jars ... in similar situations I use to have a >>>> separate jar for all 'standard supported' languages >>>> to avoid cluttering .... which does not prevent one to add a new >>>> language just by adding under classes or, >>>> if things should grow too much (hope so!) to simply substitute >>>> the languages jar with what's really needed. >>>> Choice to you but let me know as I will provide in a while an >>>> Italian version :-) .. >>>> >>>> Luca >>>> >>>> Janne Jalkanen wrote: >>>>> >>>>>> My questions are: >>>>>> Does the folder "/WEB-INF/i18n" really >>>>>> work in >>>>>> running environment in terms of internationalization support? >>>>>> >>>>> Nope! >>>>> >>>>> >>>>>> Do I have to add my localization resources to >>>>>> "/WEB-INF/classes/" directory in order to have >>>>>> i18n feature? >>>>>> Is there any information about how i18n works in current >>>>>> JSPWiki >>>>>> design? >>>>>> >>>>> The easiest way is to create a JAR file of your property files, >>>>> and >>>>> drop that into WEB-INF/lib. Putting them in classes directory >>>>> is a >>>>> bit suspect, as it creates clutter. >>>>> >>>>> It does not matter where you put the files, as long as they are >>>>> somewhere in the classpath. >>>>> >>>>> Though, this reminds me that we should probably create separate >>>>> JAR >>>>> files for each localization (except for default English). It >>>>> would be >>>>> a bit cleaner, though it would add clutter, too. >>>>> >>>>> /Janne >>>>> >>>> >>> >>> >> >> Craig Russell >> Architect, Sun Java Enterprise System http://java.sun.com/products/ >> jdo >> 408 276-5638 mailto:Craig.Russell@sun.com >> P.S. A good JDO? O, Gasp! >> > > Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-39--224649515 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi David,

To become a committer in = the JSPWiki project requires a commitment to the project and the support = of others on the jspwiki team.

Your commitment to the = project is based on continuing to contribute to the project (usually = this will be in the form of dialog on jspwiki-dev, creating JIRA issues, = and providing patches for them). Subscribing to jspwiki-dev and engaging = in dialog there is a good way to become part of the = community.

We're always looking for = new members.

Best = regards,

Craig

On Feb 20, 2008, at 6:20 PM, David Gao wrote:

Hi Craig,

Thank you for = your response. 

I'm able to submit issues in JIRA. = However, how can I become a committer of JSPWiki? I did not find any = guide information about this on JSPWiki site.

David

= -------- Original Message --------
Hi= David,

On Feb 18, 2008, at 6:44 PM, David Gao = wrote:

Another stupid question is: how can I submit my = files to JSPWiki, via JIRA or simply in CVS? 
=

We are now using = Apache's svn repository, and I don't see you on the committer list, so = the best way is to create a JIRA and attach the patch to it.
=

If you are a = committer and I simply missed you, you can directly update the = svn.

=
Regards,

=
Craig


David Gao (davidgjm@gmail.com)

=
-------- Original Message --------
Yes ... but it also = took me a while to realize that what's inside = <JSPWiki-Home>/WEB-INF/i18n is useless
within Tomcat (unless = moved under classes ...).
Maybe it would be better to move it away = from there in the standard distro.

As for the 1/n jars = ...  in similar situations I use to have a separate jar for all = 'standard supported'  languages
to avoid cluttering .... which = does not prevent one to add a new language just by adding under classes = or,
if things should grow too much (hope so!) to simply substitute = the languages jar with what's really needed.
Choice to you but let = me know as I will provide in a while an Italian version :-) ..
=
Luca

Janne Jalkanen wrote:
=
My questions are:
       Does the folder "<JSPWiki-Home>/WEB-INF/i18n" really work =
in=20
running environment in terms of internationalization support?
    
Nope!

  
      =
 Do I have to add my localization resources to=20
"<JSPWiki-Home>/WEB-INF/classes/" directory in order to have i18n =
feature?
       Is there any information about how i18n works in current JSPWiki=20=

design?
    
The easiest =
way is to create a JAR file of your property files, and
drop that into WEB-INF/lib.  Putting them in classes directory is a
bit suspect, as it creates clutter.

It does not matter where you put the files, as long as they are
somewhere in the classpath.

Though, this reminds me that we should probably create separate JAR
files for each localization (except for default English).  It would be
a bit cleaner, though it would add clutter, too.

/Janne
  



=

=
Craig = Russell
Architect, Sun Java = Enterprise System http://java.sun.com/products/jdo=
P.S. A good JDO? O, = Gasp!



=

=

Craig Russell

Architect, Sun Java = Enterprise System http://java.sun.com/products/jdo=

408 = 276-5638 mailto:Craig.Russell@sun.com

P.S. A = good JDO? O, Gasp!


= --Apple-Mail-39--224649515-- --Apple-Mail-40--224649386 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICECvOQSuIjHMvOZRC95BRg/wwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA3MTIxMDE1MjM1MVoXDTA4MTIwOTE1MjM1 MVowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKzqGlLUastboCRqc0iBoTz2ODcqpMpEyPUo nYtluchkSIoWzOW63AuoTczRt9sKfhwoK5mope+62B6Li06WJabm2UHqKAaNSuMHLsmyqvOdwbSt enY7/HxOSCMqVoyVBTRJc2M8feCSVgi7ptGq9cM+Maa64R1/p9zqaQNucceU/1uper90bWplsjAT rHgicgr9XJIQb6uYjhjlgxxnY/aispnCvLxMX+CiA2FWeeJTI7AiFlLwibTXYF4v12ToByvXtTiJ knuND8qpwhK3Wp0tL4ae8mZ0nlKjCuNnqh99ZyEyTFHZBfVx8WSWRXkY4qxCG/IDQUo7WUaefOQT 1mECAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEFBQADgYEAEqfFNFoch0QPVKWJ4maAZl3MJD10yMeWt5xb+WNSkhYKHD8I 42E8tpdE3kmc5wp2cZrz9JqJF/KCQ/gI4pmDk1qpTs5pvXzFNiD5Lu5eLza4iyxSlTHUXcCnyNC6 4m0qC8p4m/51NEql5hyacj/+vdlEe5dygpyNGUCiyA/SdAswggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECECvOQSuIjHMvOZRC95BRg/wwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDgwMjIxMDQzMjE0WjAjBgkqhkiG9w0B CQQxFgQU3ff3tejmmN+CBWgcjFZPsDtZWIYwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhArzkEriIxzLzmUQveQUYP8MIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAr zkEriIxzLzmUQveQUYP8MA0GCSqGSIb3DQEBAQUABIIBABLZimbCWy4pXsgeDUkQu8bsKIgHXXSv r4eENLpa6W+OFNiJUZOnryOm+hqun3FEQTicZyvrrzP9lqbw2XdQOTdtVvyXVFdGZ8t9lyTtV6Pd xyXqUEDbvMJjNyFCdtxXsDz4nQ69N9JAj1PcGMzCWVhlNS6K9y4ZbnuGnD6X1gg24ehewpTSEWRy KgbGLfAGAfZyx5xDOFApHq0S+ShRyUVHpUNOmlFq5p9KZOD1Y46s4pr488c11meXaO9m1ZUNSKbK 1qvbFPtPiVUSlZaSdqdkYQrZeZBe4Yj2wBEXYkSgFtXisz2wMliI5c61W229OqqmBJOJAK4qP7Vj yrtQcjMAAAAAAAA= --Apple-Mail-40--224649386--