Issue Details (XML | Word | Printable)

Key: MJAVADOC-206
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Herve Boutemy
Reporter: Herve Boutemy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Javadoc Plugin

use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8

Created: 26/Jul/08 11:19 AM   Updated: 02/Aug/08 08:10 AM   Resolved: 27/Jul/08 04:17 PM
Return to search
Component/s: None
Affects Version/s: 2.4
Fix Version/s: 2.5

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide

Herve Boutemy made changes - 26/Jul/08 11:19 AM
Field Original Value New Value
Assignee Herve Boutemy [ hboutemy ]
Fix Version/s 2.5 [ 14120 ]
Benjamin Bentmann added a comment - 26/Jul/08 11:31 AM

I believe this should apply to the charset parameter as well to have these values in sync and ease a browser's job when reading the HTML file.


Herve Boutemy made changes - 27/Jul/08 03:20 PM
Summary use ${project.reporting.outputEncoding} as default value for "docencoding" parameter and default to UTF-8 use ${project.reporting.outputEncoding} as default value for "docencoding" and "charset" parameter and default to UTF-8
Herve Boutemy added a comment - 27/Jul/08 03:21 PM

You're right: I updated the title of the issue


Herve Boutemy added a comment - 27/Jul/08 03:24 PM

done in r680177


Herve Boutemy added a comment - 27/Jul/08 04:17 PM

added an IT in r680188


Herve Boutemy made changes - 27/Jul/08 04:17 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Benjamin Bentmann added a comment - 02/Aug/08 03:36 AM

Revised the default value of charset in r681940: To ensure the HTML charset is in sync with the actual file encoding given by docencoding, the effective value for docencoding is now used as the default value for charset.


Vincent Siveton added a comment - 02/Aug/08 07:14 AM

Herve Boutemy made changes - 02/Aug/08 08:10 AM
Link This issue is related to MNG-3608 [ MNG-3608 ]