jira-importer commented on issue #513:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/513#issuecomment-2957332597

   **[Marcel 
Schutte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mschutte)**
 commented
   
   The following output shows why the AbstractJavadocMojo.getJavadocVersion() 
method fails:
   
   c:\>jvm sun14
   c:\>javadoc -J-fullversion
   java full version "1.4.2_12-b03"
   
   c:\>jvm ibm14
   c:\>javadoc -J-fullversion
   javadoc full version "J2RE 1.4.2 IBM Windows 32 build cn1420-20040626"
   
   Calling version.substring( 0, 3 ) on the latter will produce J2R and the 
subsequent NumberFormatException.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to