Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
As stated in the javadoc doc, the parameter "encoding" defaults to the platform's default encoding if not specified. This might be a convenient feature when running javadoc directly from the console prompt (less typing) but I consider this harmful for an automated build. The platform's default encoding might easily differ between machines/developers, causing unreliable build output.
Please see the related issue MCOMPILER-63 for further explanations.
Attachments
Issue Links
| This issue relates to: | ||||
| MJAVADOC-185 | Revert MJAVADOC-165 and default to platform encoding |
|
|
|
| This issue is related to: | ||||
| MCOMPILER-63 | Provide specific default value for "encoding" parameter |
|
|
|
| This issue is superceded by: | ||||
| MJAVADOC-182 | use ${project.build.sourceEncoding} as default value for "encoding" parameter |
|
|
|
Applied in r612341. Thanks!