You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander Sack (JIRA)" <ji...@codehaus.org> on 2008/02/13 22:01:28 UTC

[jira] Created: (MJAVADOC-176) javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version

javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version
-------------------------------------------------------------------------------------------------------------------------------------

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


The -J-fullversion is not as standardized as the -Jversion across multiple platforms.  On SCO UnixWare 7.1.4, the -J-fullversion returns the equivalent of the System's java.vm.version which has a non-standard string compared to the normal -J-version (the output you expect to be java version is "x.y.z_rev" etc.  Its wiser going forward to use just -J-version to determine the javadoc version number.

-- 
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

        

[jira] Commented: (MJAVADOC-176) javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123967 ] 

Vincent Siveton commented on MJAVADOC-176:
------------------------------------------

Related thread:
http://www.nabble.com/Re%3A-Javadoc-plugin-bug-issue-reprised-td15400050s177.html

> javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-176
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-176
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: All Platforms
>            Reporter: Alexander Sack
>             Fix For: 2.4
>
>         Attachments: MNG-176-maven-javadoc-plugin.patch
>
>
> The -J-fullversion is not as standardized as the -Jversion across multiple platforms.  On SCO UnixWare 7.1.4, the -J-fullversion returns the equivalent of the System's java.vm.version which has a non-standard string compared to the normal -J-version (the output you expect to be java version is "x.y.z_rev" etc.  Its wiser going forward to use just -J-version to determine the javadoc version number.

-- 
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

        

[jira] Closed: (MJAVADOC-176) javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MJAVADOC-176.
------------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.4

Patch applied and snapshot deployed. Thanks!

> javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-176
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-176
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: All Platforms
>            Reporter: Alexander Sack
>            Assignee: Vincent Siveton
>             Fix For: 2.4
>
>         Attachments: MNG-176-maven-javadoc-plugin.patch
>
>
> The -J-fullversion is not as standardized as the -Jversion across multiple platforms.  On SCO UnixWare 7.1.4, the -J-fullversion returns the equivalent of the System's java.vm.version which has a non-standard string compared to the normal -J-version (the output you expect to be java version is "x.y.z_rev" etc.  Its wiser going forward to use just -J-version to determine the javadoc version number.

-- 
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

        

[jira] Updated: (MJAVADOC-176) javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version

Posted by "Alexander Sack (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Sack updated MJAVADOC-176:
------------------------------------

    Attachment: MNG-176-maven-javadoc-plugin.patch

Patch attached to change it to -J-version

> javadoc uses the undcoumented and platform unspecific -J-fullversion to determine version instead of the more standardized -J-version
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-176
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-176
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: All Platforms
>            Reporter: Alexander Sack
>         Attachments: MNG-176-maven-javadoc-plugin.patch
>
>
> The -J-fullversion is not as standardized as the -Jversion across multiple platforms.  On SCO UnixWare 7.1.4, the -J-fullversion returns the equivalent of the System's java.vm.version which has a non-standard string compared to the normal -J-version (the output you expect to be java version is "x.y.z_rev" etc.  Its wiser going forward to use just -J-version to determine the javadoc version number.

-- 
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