Quantcast

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: Unassigned
Components: cvs
Created: 03/Aug/12 11:23 AM
Description:

I have a "free-style software project" job, that checkouts project from CVS. If I add a description to cvs commit that contains national characters (Polish in my case, e.g. ą, ę, ł, ó), Jenkins doesn't show these changes in changelog (in fact Jenkins show no changes for entire build containing such a commit, even though there are other commits not containing national characters).
But changelog.xml files seems to be generated properly.

I think this behaviour started after upgrading cvs plugin from 1.6 to 2.4 (but i am not 100% sure).

I also noticed a problem with jabber notifications, that may by connected to this issue. If a build contains such an "invalid" commit, then cvs commiters are not notified on broken build. I'm not sure, if these two issues are realy connected, but thought it might be helpfull.

Environment: Windows Server 2008 r2, Jenkins running as windows service
Project: Jenkins
Priority: Major Major
Reporter: Krzysztof Kosmatka
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org

It seems to be invalid encoding of changelog.xml file. It declares "UTF-8" encoding, but it seems to be encoded in "cp1250".

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

I attach changelog.xml with a comment "ąęśćńłó".

Change By: Krzysztof Kosmatka (06/Aug/12 6:19 AM)
Attachment: changelog.xml
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Michael Clarke started work on Bug JENKINS-14678
Change By: Michael Clarke (03/Sep/12 7:59 AM)
Status: Open In Progress
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Michael Clarke (03/Sep/12 7:59 AM)
Assignee: Michael Clarke
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: mc1arke
Path:
src/main/java/hudson/scm/AbstractCvs.java
src/main/java/hudson/scm/CVSChangeLogSet.java
src/main/java/hudson/scm/CVSSCM.java
src/main/java/hudson/scm/CvsProjectset.java
src/main/java/hudson/scm/ICvsDescriptor.java
http://jenkins-ci.org/commit/cvs-plugin/2f8e49edf358d4f01b385a5fad69e1182fa71006
Log:
Specifying encoding to read/write temporary files and changelogs in
[FIXED JENKINS-4633] Force changelog encoding during file read
[FIXED JENKINS-14678] Force changelog encoding during file write

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14678) change description containing national characters not showing in changelog

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Michael Clarke resolved Bug JENKINS-14678 as Fixed
Change By: Michael Clarke (03/Sep/12 5:56 PM)
Status: In Progress Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...