[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797249#action_12797249
 ] 

Flavio Paiva Junqueira commented on ZOOKEEPER-637:
--------------------------------------------------

Pat, If you check the error message we were getting before:

{noformat}
ZooKeepe doesn't reference an ivy:settings
{noformat}

and the piece of code that generates this message: 

http://www.java2s.com/Open-Source/Java-Document/Code-Analyzer/apache-ivy/org/apache/ivy/ant/IvyTask.java.htm

it seems that the following task has not been executed when we get the error 
message (it does seem that it has been executed before):

{noformat}
<ivy:settings id="${ant.project.name}" file="${ivysettings.xml}"/>
{noformat}

I believe my suspicion has been confirmed after I removed the the command 
above. 

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

Reply via email to