You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Andrew Bayer (Created) (JIRA)" <ji...@apache.org> on 2012/01/18 00:51:39 UTC

[jira] [Created] (PIG-2479) changingPattern should be used with checkmodified in ivysettings.xml

changingPattern should be used with checkmodified in ivysettings.xml
--------------------------------------------------------------------

                 Key: PIG-2479
                 URL: https://issues.apache.org/jira/browse/PIG-2479
             Project: Pig
          Issue Type: Bug
          Components: build
    Affects Versions: 0.9.1
            Reporter: Andrew Bayer
            Priority: Minor


In ivy/ivysettings.xml, checkmodified="true" is used for the apache-snapshots resolver. When using checkmodified="true", you also need changingPattern=".*SNAPSHOT" (in this case - it's Ivy, so theoretically that could be anything, but since the modified jars here would all be Maven-produced, they'll all have versions ending in "SNAPSHOT") or they won't actually be checked.

In addition, it'd be nice to have checkmodified="true" and changingPattern=".*SNAPSHOT" on the "fs" resolver, so that you can build against locally built SNAPSHOTs of dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (PIG-2479) changingPattern should be used with checkmodified in ivysettings.xml

Posted by "Gianmarco De Francisci Morales (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13188497#comment-13188497 ] 

Gianmarco De Francisci Morales commented on PIG-2479:
-----------------------------------------------------

+1

Patch committed to trunk.
Thanks Andrew!
                
> changingPattern should be used with checkmodified in ivysettings.xml
> --------------------------------------------------------------------
>
>                 Key: PIG-2479
>                 URL: https://issues.apache.org/jira/browse/PIG-2479
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.9.1
>            Reporter: Andrew Bayer
>            Priority: Minor
>         Attachments: PIG-2479.diff.txt
>
>
> In ivy/ivysettings.xml, checkmodified="true" is used for the apache-snapshots resolver. When using checkmodified="true", you also need changingPattern=".*SNAPSHOT" (in this case - it's Ivy, so theoretically that could be anything, but since the modified jars here would all be Maven-produced, they'll all have versions ending in "SNAPSHOT") or they won't actually be checked.
> In addition, it'd be nice to have checkmodified="true" and changingPattern=".*SNAPSHOT" on the "fs" resolver, so that you can build against locally built SNAPSHOTs of dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PIG-2479) changingPattern should be used with checkmodified in ivysettings.xml

Posted by "Andrew Bayer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Bayer updated PIG-2479:
------------------------------

    Attachment: PIG-2479.diff.txt

Adds changingPattern for snapshot resolver, and adds changingPattern+checkmodified for fs resolver.
                
> changingPattern should be used with checkmodified in ivysettings.xml
> --------------------------------------------------------------------
>
>                 Key: PIG-2479
>                 URL: https://issues.apache.org/jira/browse/PIG-2479
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.9.1
>            Reporter: Andrew Bayer
>            Priority: Minor
>         Attachments: PIG-2479.diff.txt
>
>
> In ivy/ivysettings.xml, checkmodified="true" is used for the apache-snapshots resolver. When using checkmodified="true", you also need changingPattern=".*SNAPSHOT" (in this case - it's Ivy, so theoretically that could be anything, but since the modified jars here would all be Maven-produced, they'll all have versions ending in "SNAPSHOT") or they won't actually be checked.
> In addition, it'd be nice to have checkmodified="true" and changingPattern=".*SNAPSHOT" on the "fs" resolver, so that you can build against locally built SNAPSHOTs of dependencies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira