You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Scott Carey (JIRA)" <ji...@apache.org> on 2010/02/17 00:29:27 UTC

[jira] Created: (AVRO-417) ivy maven install should also install -javadoc.jar as well

 ivy maven install should also install -javadoc.jar as well
-----------------------------------------------------------

                 Key: AVRO-417
                 URL: https://issues.apache.org/jira/browse/AVRO-417
             Project: Avro
          Issue Type: Bug
    Affects Versions: 1.2.0, 1.1.0, 1.0.0, 1.3.0
            Reporter: Scott Carey
             Fix For: 1.3.0


Like sources, javadoc should be generated and published via maven.

This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.

I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-417) ivy maven install should also install -javadoc.jar as well

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-417:
-----------------------------

    Component/s: java

>  ivy maven install should also install -javadoc.jar as well
> -----------------------------------------------------------
>
>                 Key: AVRO-417
>                 URL: https://issues.apache.org/jira/browse/AVRO-417
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0
>            Reporter: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-417.patch
>
>
> Like sources, javadoc should be generated and published via maven.
> This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.
> I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-417) ivy maven install should also install -javadoc.jar as well

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-417:
-----------------------------

    Attachment: AVRO-417.patch

Adds construction of an ${fullname}-javadoc.jar  file for the java 'dist' target.

Adds this jar to the maven-install target distrubution.

Tested to work with Eclipse+M2Eclipse -- javadoc is automatically downloaded and the UI displays javadoc in the IDE seamlessly.

>  ivy maven install should also install -javadoc.jar as well
> -----------------------------------------------------------
>
>                 Key: AVRO-417
>                 URL: https://issues.apache.org/jira/browse/AVRO-417
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0
>            Reporter: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-417.patch
>
>
> Like sources, javadoc should be generated and published via maven.
> This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.
> I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-417) ivy maven install should also install -javadoc.jar as well

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-417:
------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Scott!

>  ivy maven install should also install -javadoc.jar as well
> -----------------------------------------------------------
>
>                 Key: AVRO-417
>                 URL: https://issues.apache.org/jira/browse/AVRO-417
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-417.patch
>
>
> Like sources, javadoc should be generated and published via maven.
> This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.
> I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AVRO-417) ivy maven install should also install -javadoc.jar as well

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey reassigned AVRO-417:
--------------------------------

    Assignee: Scott Carey

>  ivy maven install should also install -javadoc.jar as well
> -----------------------------------------------------------
>
>                 Key: AVRO-417
>                 URL: https://issues.apache.org/jira/browse/AVRO-417
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0
>            Reporter: Scott Carey
>            Assignee: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-417.patch
>
>
> Like sources, javadoc should be generated and published via maven.
> This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.
> I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-417) ivy maven install should also install -javadoc.jar as well

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Carey updated AVRO-417:
-----------------------------

    Status: Patch Available  (was: Open)

>  ivy maven install should also install -javadoc.jar as well
> -----------------------------------------------------------
>
>                 Key: AVRO-417
>                 URL: https://issues.apache.org/jira/browse/AVRO-417
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.2.0, 1.1.0, 1.0.0, 1.3.0
>            Reporter: Scott Carey
>             Fix For: 1.3.0
>
>         Attachments: AVRO-417.patch
>
>
> Like sources, javadoc should be generated and published via maven.
> This means that in IDE's like Eclipse use of the Avro APIs will have handy javadoc tooltips and auto-complete options will contain javadoc.   Also, it is becoming the standard way to distribute javadoc alongside code and source.
> I assume, this is done very similarly to AVRO-416.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.