cloudtrends / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

Annotation plugin fails to process UTF-8 chars #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to process a file that contains UTF-8 chars on windows platform.
2. You get:
C:\cygwin\home\Marvin\ContaAzulTest\contaazul-app-business\src\main\java\br\com\
informant\agil\ejb\service\orcamento\processo\OrcamentoProcessoSession.java:107:
 warning: unmappable character for encoding Cp1252
                        throw new OrcamentoException( "▒?ndice inválido" );

What is the expected output? What do you see instead?
Nothing

What version of the product are you using? On what operating system?
2.2.0, windows 8

I made a fix at:
https://code.google.com/r/velobr-maven-annotation-plugin/source/detail?r=595238b
544b752276cd9df162c9a07271b7e3909

Original issue reported on code.google.com by velo...@gmail.com on 5 Apr 2013 at 12:34

GoogleCodeExporter commented 9 years ago
HI

thx for feedback

i'll check and make fix

Original comment by bartolom...@gmail.com on 5 Apr 2013 at 2:27

GoogleCodeExporter commented 9 years ago
FWIW, fix is on the clone, k?
https://code.google.com/r/velobr-maven-annotation-plugin/source/detail?r=595238b
544b752276cd9df162c9a07271b7e3909

Original comment by velo...@gmail.com on 5 Apr 2013 at 3:32

GoogleCodeExporter commented 9 years ago
yes i got it ..... 

i'll merge your fix soon

Original comment by bartolom...@gmail.com on 5 Apr 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Hi

i've merged your fix and deployed 2.2.1-SNAPSHOT

Could u test it and let me know result ... so i can arrange a new release

Note:
====
as you can see in plugin usage 
http://bsc-documentation-repo.googlecode.com/svn/trunk/maven-annotation-plugin/s
ite/usage.html

the snapshot repository is  
https://oss.sonatype.org/content/repositories/snapshots

Original comment by bartolom...@gmail.com on 6 Apr 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Tested 
https://oss.sonatype.org/content/repositories/snapshots/org/bsc/maven/maven-proc
essor-plugin/2.2.1-SNAPSHOT/maven-processor-plugin-2.2.1-20130406.112951-1.pom

Seems perfect!

Original comment by velo...@gmail.com on 6 Apr 2013 at 12:07

GoogleCodeExporter commented 9 years ago
i've released version 2.2.1 

Original comment by bartolom...@gmail.com on 6 Apr 2013 at 12:44