You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Pepijn Van Eeckhoudt (JIRA)" <ji...@apache.org> on 2010/04/07 17:17:33 UTC

[jira] Commented: (BUILDR-417) package_as_javadoc calls deprecated method

    [ https://issues.apache.org/jira/browse/BUILDR-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854549#action_12854549 ] 

Pepijn Van Eeckhoudt commented on BUILDR-417:
---------------------------------------------

I was thinking the same thing about the package_*_javadoc methods. If this is changed they should probably be moved out of the java directory to core. For me that's less important for the 1.4 release, I just wanted to slip this one in to get rid of the deprecation warnings.

> package_as_javadoc calls deprecated method
> ------------------------------------------
>
>                 Key: BUILDR-417
>                 URL: https://issues.apache.org/jira/browse/BUILDR-417
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Pepijn Van Eeckhoudt
>            Assignee: Alex Boisvert
>             Fix For: 1.4
>
>         Attachments: javadoc_patch.patch
>
>
> the package_as_javadoc method in lib/buildr/java/packaging.rb calls the javadoc method from lib/buildr/core/doc.rb. This method is deprecated resulting in deprecation warnings whenever pacakge(:javadoc) is used.
> The attached patch modifies package_as_javadoc to use the non-deprecated replacement of the javadoc method.

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