RE: Encoding problems with Eclipse/JCasGen

2009-11-10 Thread Baptiste Gaillard
gt; Subject: Re: Encoding problems with Eclipse/JCasGen > From: tommaso.teof...@gmail.com > To: uima-dev@incubator.apache.org > > Hi Baptiste, > just a clarification in case you missed it: one thing is the encoding you > specify inside Maven POM and another thing is the encoding yo

Re: Encoding problems with Eclipse/JCasGen

2009-11-10 Thread Tommaso Teofili
Hi Baptiste, just a clarification in case you missed it: one thing is the encoding you specify inside Maven POM and another thing is the encoding you can specify for a project (or for the entire workspace) in Eclipse, you can override one another according to your Eclipse configuration (mvn eclipse

Encoding problems with Eclipse/JCasGen

2009-11-10 Thread Baptiste Gaillard
Hi, Im' using Maven to build my Type System JAR archives. In my Maven project configuration I have that: org.apache.maven.plugins maven-compiler-plugin 2.0.2 UTF-8 1.6 1.6 So I want to have the source files using the UTF-8 encoding. This allow to have a 'portable' sour