Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard




Hi guys,

I have a problem with accents in my POM, which is written and declared
ISO-8859-1.
For instance, the name of my company is PSA Peugoet Citroën. When Maven
generates the site, the footer of each page is © 2005, PSA
Peugeot-Citro?n (- this is copied from the page source).

This problem occurs only when the project is built on UNIX (not on Windows)
and only for the POM (xdocs files containing accents are OK).

Does anyone know where that comes from?

Thanks in advance,

Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Nicolas Chalumeau
I don't check it in the POM as my compagny have no accent in its
name/descrition. But you can try to add this property in your
project.properties file :

maven.docs.outputencoding = ISO-8859-1

Nicolas,

2005/5/31, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 
 
 Hi guys,
 
 I have a problem with accents in my POM, which is written and declared
 ISO-8859-1.
 For instance, the name of my company is PSA Peugoet Citroën. When Maven
 generates the site, the footer of each page is (c) 2005, PSA
 Peugeot-Citro?n (- this is copied from the page source).
 
 This problem occurs only when the project is built on UNIX (not on Windows)
 and only for the POM (xdocs files containing accents are OK).
 
 Does anyone know where that comes from?
 
 Thanks in advance,
 
 Best Regards / Cordialement,
 Fabrice BELLINGARD
 DINQ/DSIN/INSI/EATE/IDVS/AIDV
 (+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Vincent Siveton
Hi Fabrice,

Sound like an encoding error in in the site.jsl file from the Maven
XDoc plugin (AFAIK no encoding is set in)
Please add an issue to Jira.

Cheers

Vincent

2005/5/31, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 
 
 Hi guys,
 
 I have a problem with accents in my POM, which is written and declared
 ISO-8859-1.
 For instance, the name of my company is PSA Peugoet Citroën. When Maven
 generates the site, the footer of each page is (c) 2005, PSA
 Peugeot-Citro?n (- this is copied from the page source).
 
 This problem occurs only when the project is built on UNIX (not on Windows)
 and only for the POM (xdocs files containing accents are OK).
 
 Does anyone know where that comes from?
 
 Thanks in advance,
 
 Best Regards / Cordialement,
 Fabrice BELLINGARD
 DINQ/DSIN/INSI/EATE/IDVS/AIDV
 (+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard




Hi Vincent,

I'm not sure this has only to do with the site.jsl file.
For instance, if I look to the team-list.xml file that is generated in
target/generated-xdocs (which is before the JSL transformation), there is
the same problem with developer names that have an accent (and that are
written correctly in the POM).

Has anyone already faced the same problem? Can anyone reproduce this bug on
a UNIX-like platform?

Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]


   
 Vincent Siveton   
 vincent.siveton  
 @gmail.com  Pour
   Maven Users List
 31/05/2005 16:08  users@maven.apache.org
cc
   
 VeuillezObjet
répondre à Re: Site generation on UNIX:
 Maven Users List  problem with accents in POM 
 [EMAIL PROTECTED]  
 che.org  
   
   
   
   




Hi Fabrice,

Sound like an encoding error in in the site.jsl file from the Maven
XDoc plugin (AFAIK no encoding is set in)
Please add an issue to Jira.

Cheers

Vincent

2005/5/31, [EMAIL PROTECTED] [EMAIL PROTECTED]:


 Hi guys,

 I have a problem with accents in my POM, which is written and declared
 ISO-8859-1.
 For instance, the name of my company is PSA Peugoet Citroën. When Maven
 generates the site, the footer of each page is (c) 2005, PSA
 Peugeot-Citro?n (- this is copied from the page source).

 This problem occurs only when the project is built on UNIX (not on
Windows)
 and only for the POM (xdocs files containing accents are OK).

 Does anyone know where that comes from?

 Thanks in advance,

 Best Regards / Cordialement,
 Fabrice BELLINGARD
 DINQ/DSIN/INSI/EATE/IDVS/AIDV
 (+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]