You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/11/13 18:27:39 UTC

[jira] Updated: (BUILDR-330) Install task should re-install artifact even if they already exist to follow Maven conventions

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

Alexis Midon updated BUILDR-330:
--------------------------------

    Attachment: buildr-330.patch.txt

Here is a patch for this issue.

The Artifact class used to extends FileCreationTask which does not re-trigger the invoke if any of its dependencies are newer.
The patch makes Artifact extend FileTask. If any of a FileTask's prerequisites have a timestamp that is later than the file represented by this task, then the file must be rebuilt (using the supplied actions). 


> Install task should re-install artifact even if they already exist to follow Maven conventions
> ----------------------------------------------------------------------------------------------
>
>                 Key: BUILDR-330
>                 URL: https://issues.apache.org/jira/browse/BUILDR-330
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.2.10, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5
>            Reporter: Alex Boisvert
>             Fix For: 1.4
>
>         Attachments: buildr-330.patch.txt
>
>
> See mailing list report and discussion at:
> http://markmail.org/message/46jwiuxp56634ajj

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