Re: setting encoding for javadoc

2003-08-22 Thread dion
Rasied as MAVEN-707.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Piotr Maj [EMAIL PROTECTED] wrote on 21/08/2003 07:37:34 PM:

 Hi,
 
 I decided to use Maven in my project - this is great and powerful tool.
 
 I encountered one problem during site:generate. I use utf-8 charset in
 java sources (javadocs are written in polish) and I noticed that Maven
 doesn't set proper meta tag to generated javadoc's HTMLs regardless
 the setting of maven.docs.outputencoding property.
 
 Is there a way to force Maven to use encoding in generated javadocs?
 I use v. 1.0-beta-10.
 
 -- 
 pozdrawiam. . . . . . . . . . .
 Piotr Maj  .:.  kernelpanic.pl .:.
  .:. Stuff for geeks .:. 
 Registered Linux user #231121. . . . . . . . . . . . . . . . .
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


setting encoding for javadoc

2003-08-21 Thread Piotr Maj
Hi,

I decided to use Maven in my project - this is great and powerful tool.

I encountered one problem during site:generate. I use utf-8 charset in
java sources (javadocs are written in polish) and I noticed that Maven
doesn't set proper meta tag to generated javadoc's HTMLs regardless
the setting of maven.docs.outputencoding property.

Is there a way to force Maven to use encoding in generated javadocs?
I use v. 1.0-beta-10.

-- 
pozdrawiam. . . . . . . . . . .
Piotr Maj  .:.  kernelpanic.pl .:.
 .:. Stuff for geeks .:. 
Registered Linux user #231121. . . . . . . . . . . . . . . . .

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



Re: setting encoding for javadoc

2003-08-21 Thread Piotr Maj
Dnia Thu, Aug 21, 2003 at 12:08:21PM +0200, Norbert Pabi zezna/-a:

 I added maven.javadoc.additionalparam=-charset ISO-8859-2
 to my project.properties and it works fine.
 Try maven.javadoc.additionalparam=-charset UTF-8

Thanks. I couldn't find that in docs... use the source, luke ... ;) 

-- 
pozdrawiam. . . . . . . . . . .
Piotr Maj  .:.  kernelpanic.pl .:.
 .:. Stuff for geeks .:. 
Registered Linux user #231121. . . . . . . . . . . . . . . . .

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