You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2010/01/06 19:11:54 UTC

[jira] Reopened: (ZOOKEEPER-637) Trunk build is failing

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

Patrick Hunt reopened ZOOKEEPER-637:
------------------------------------


iny.initialized needs to go back, otw "ant compile compile-test" type stuff will fail

this is due to the way ant handles multiple targets specified on the command line (it re-evaluates
all dependencies for each target specified" and ivy will then fail (loaded > 1 time)

You'll need to find another workaround. I don't understand from your description what the original
issue is. what is the problem? "ivy setttings don't persist" - i don't know what this means.


> Trunk build is failing
> ----------------------
>
>                 Key: ZOOKEEPER-637
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-637
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: build
>            Reporter: Flavio Paiva Junqueira
>            Assignee: Flavio Paiva Junqueira
>         Attachments: ZOOKEEPER-637.patch
>
>
> The trunk build is failing when Hudson runs it. The problem seems to be that ivy-init is executed only once, but its definitions (in particular ivy:settings) do not persist, and the failure occurs when we run ivy-retrieve a second time, which requires the definition of ivy:settings.
> It seems that the problem occur with ant 1.7.0, but not with 1.7.1, so it could be an ant issue. 

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