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

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

     [ https://issues.apache.org/jira/browse/BUILDR-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-417.
----------------------------------

    Resolution: Fixed
      Assignee: Alex Boisvert

Patch applied.  Thanks!

Sending        CHANGELOG
Sending        lib/buildr/java/packaging.rb
Transmitting file data ..
Committed revision 931579.

(I think the change begs the question of whether the package method should be called 'package_with_doc' but I'm going to punt on that for now)

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