Don't you think we should set another encoding like UTF-8 ? I personnally don't like a lot ISO-8859-1 because it's a little bit too much european.
Whatever, I commited a fix to the stupid test I committed forgetting that around 92% of the planet don't use french accents :) On 12/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: trustin Date: Mon Dec 11 18:19:43 2006 New Revision: 485982 URL: http://svn.apache.org/viewvc?view=rev&rev=485982 Log: Set source code encoding for javac (note this won't fix a problem with Eclipse because Maven Eclipse plugin doesn't respect this value) Modified: directory/trunks/shared/ldap/pom.xml Modified: directory/trunks/shared/ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/shared/ldap/pom.xml?view=diff&rev=485982&r1=485981&r2=485982 ============================================================================== --- directory/trunks/shared/ldap/pom.xml (original) +++ directory/trunks/shared/ldap/pom.xml Mon Dec 11 18:19:43 2006 @@ -136,6 +136,7 @@ <debug>true</debug> <optimize>true</optimize> <showDeprecations>true</showDeprecations> + <encoding>ISO-8859-1</encoding> </configuration> </plugin> <plugin>
-- Cordialement, Emmanuel Lécharny www.iktek.com
