javadoc should use -J-version to determine version, not -J-fullversion
----------------------------------------------------------------------

                 Key: MJAVADOC-177
                 URL: http://jira.codehaus.org/browse/MJAVADOC-177
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.3
         Environment: All platforms
            Reporter: Alexander Sack
            Priority: Minor


Currently in JavadocUtil.getJavadocVersion(), we issue -J-fullversion to the 
javadoc binary to determine the version, e.g. 1.6, 1.5, 1.4 etc.  
-J-fullversion is non-standard across platforms and Sun has already marked it 
as a hidden undocumented system property.  It would be more correct to use just 
-J-version which is ALWAYS defined on a Java enabled platform.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to