[jira] [Assigned] (CONNECTORS-455) Max activity report has i18n bug

2012-04-06 Thread Karl Wright (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-455: -- Assignee: Karl Wright Max activity report has i18n bug

[jira] [Commented] (CONNECTORS-455) Max activity report has i18n bug

2012-04-06 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13248196#comment-13248196 ] Karl Wright commented on CONNECTORS-455: r1310240 Max

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Alex Ott
I downloaded binary .tar.gz, unpacked, checked md5 sum - everything is correct There is small error in README, it says that user need to switch to dist/example directory, while there is only example directory I run start.jar, and able to login to GUI, but in many places I see

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
Hi Alex, What you are seeing is the i18n key name rather than the localized translation. If you have a locale other than en_US or ja_JP, it's supposed to map the locale to en_US, and look up the English text. If it can't find the key even then, it will render the key name instead. The same

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
If you want to experiment a bit, have a look at the file listconnections.jsp (in framework/crawler-ui/src/webapp). The line in question is line 78. Perhaps if you change the line to also output the locale itself we might learn something. Karl On Fri, Apr 6, 2012 at 7:34 AM, Karl Wright

[jira] [Created] (CONNECTORS-456) README.txt for binary distribution refers to dist directory incorrectly

2012-04-06 Thread Karl Wright (Created) (JIRA)
README.txt for binary distribution refers to dist directory incorrectly --- Key: CONNECTORS-456 URL: https://issues.apache.org/jira/browse/CONNECTORS-456 Project: ManifoldCF

[jira] [Created] (CONNECTORS-457) Strange i18n behavior on some Italian or German machines

2012-04-06 Thread Karl Wright (Created) (JIRA)
Strange i18n behavior on some Italian or German machines Key: CONNECTORS-457 URL: https://issues.apache.org/jira/browse/CONNECTORS-457 Project: ManifoldCF Issue Type: Bug

[jira] [Commented] (CONNECTORS-457) Strange i18n behavior on some Italian or German machines

2012-04-06 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13248261#comment-13248261 ] Karl Wright commented on CONNECTORS-457: I haven't been able to make this

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
I've created CONNECTORS-457 to track this issue. If we can figure out what's actually happening we may decide to spin yet another RC to fix the problem. Karl On Fri, Apr 6, 2012 at 7:43 AM, Karl Wright daddy...@gmail.com wrote: If you want to experiment a bit, have a look at the file

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Alex Ott
Hi Karl Ok, I'll try to reproduce this using code from repository... I'm using following locale on my machine (Mac OS X 10.6.8): LANG=C LC_COLLATE=ru_RU.UTF-8 LC_CTYPE=ru_RU.UTF-8 LC_MESSAGES=C LC_MONETARY=ru_RU.UTF-8 LC_NUMERIC=C LC_TIME=ru_RU.UTF-8 LC_ALL= And here is example of request from

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
You happen to be using the very same java version as the other person who is having trouble. I'll have a look at the logs. Karl On Fri, Apr 6, 2012 at 1:02 PM, Alex Ott alex...@gmail.com wrote: Hi I see following errors: ERROR 2012-04-06 12:57:26,822 (1407601211@qtp-1238538872-2) - Missing

[jira] [Commented] (CONNECTORS-457) Strange i18n behavior on some Italian or German machines

2012-04-06 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13248562#comment-13248562 ] Karl Wright commented on CONNECTORS-457: r1310531 (trunk)

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
Hi Alex, The logs did the trick; it was clear what was happening. I've checked in a fix to trunk, and I think we'll want to spin a new RC. Thanks! Karl On Fri, Apr 6, 2012 at 1:44 PM, Karl Wright daddy...@gmail.com wrote: You happen to be using the very same java version as the other person

[jira] [Commented] (CONNECTORS-457) Strange i18n behavior on some Italian or German machines

2012-04-06 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13248570#comment-13248570 ] Karl Wright commented on CONNECTORS-457: r1310533 (release branch)

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Karl Wright
Alex, if you would be willing to build from trunk and try it out on your machine, I'll be able to close the ticket. Karl On Fri, Apr 6, 2012 at 2:15 PM, Karl Wright daddy...@gmail.com wrote: Hi Alex, The logs did the trick; it was clear what was happening.  I've checked in a fix to trunk,

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Alex Ott
I'll update trunk, and will check it - maybe half hour later On Fri, Apr 6, 2012 at 8:25 PM, Karl Wright daddy...@gmail.com wrote: Alex, if you would be willing to build from trunk and try it out on your machine, I'll be able to close the ticket. Karl On Fri, Apr 6, 2012 at 2:15 PM, Karl

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC5

2012-04-06 Thread Alex Ott
Hi Karl Yes, this issue is fixed, thank you! On Fri, Apr 6, 2012 at 8:25 PM, Karl Wright daddy...@gmail.com wrote: Alex, if you would be willing to build from trunk and try it out on your machine, I'll be able to close the ticket. Karl On Fri, Apr 6, 2012 at 2:15 PM, Karl Wright

[jira] [Resolved] (CONNECTORS-457) Strange i18n behavior on some Italian or German machines

2012-04-06 Thread Karl Wright (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-457. Resolution: Fixed I am told by Alex Ott that the problem is fixed.