You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/06/01 07:11:15 UTC

[jira] Commented: (IVY-517) The deprecated "keep" attribute on post resolve tasks causes an error

    [ https://issues.apache.org/jira/browse/IVY-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500592 ] 

Xavier Hanin commented on IVY-517:
----------------------------------

OK, I didn't find it in the doc. So we can keep your code and update the doc, if we don't want to deprecate it, which makes sense indeed. So we can consider this as a new feature :-)

> The deprecated "keep" attribute on post resolve tasks causes an error
> ---------------------------------------------------------------------
>
>                 Key: IVY-517
>                 URL: https://issues.apache.org/jira/browse/IVY-517
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-alpha-1
>         Environment: Ant 1.7 and Windows XP
>            Reporter: Scott Goldstein
>            Assignee: Maarten Coene
>            Priority: Minor
>             Fix For: 2.0.0-alpha-2
>
>
> Steps to Reproduce:
> 1.  Create an ant build file to build a product/library which will utilize ivy
> 2.  Create an ant target which uses a post resolve task, such as "ivy:cachepath".  Add to the task the attribute "keep" with any value, such as "true"
> 3.  Run the build
> Expected results:
> 1.  The build runs with no errors and adheres to the value of the "keep" attribute as described in Ivy 1.4.1 documentation
> Actual Results:
> 1.  An error occurs, "build.xml:22: ivy:cachepath doesn't support the "keep" attribute"

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