You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Per Hermansson (JIRA)" <ji...@apache.org> on 2008/03/18 19:39:24 UTC

[jira] Created: (IVY-778) multiple cleancache and inline retrive error

multiple cleancache and inline retrive error
--------------------------------------------

                 Key: IVY-778
                 URL: https://issues.apache.org/jira/browse/IVY-778
             Project: Ivy
          Issue Type: Bug
          Components: Ant
    Affects Versions: 2.0.0-beta-2, 2.0.0-beta-1
         Environment: Windows XP, Java 1.6.0, Ant 1.7
Ubuntu, Java 1.5.0, Ant 1.6.5
            Reporter: Per Hermansson


Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retreive inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


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


[jira] Updated: (IVY-778) multiple cleancache and inline retrive error

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Hermansson updated IVY-778:
-------------------------------

    Attachment: build.patch

Patch to make the multi-project fail when calling the retreive-test task from ant.


> multiple cleancache and inline retrive error
> --------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>         Attachments: build.patch
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retreive inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Updated: (IVY-778) multiple cleancache and inline retrieve error

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Hermansson updated IVY-778:
-------------------------------

    Description: 
Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retrieve inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


  was:
Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retreive inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


        Summary: multiple cleancache and inline retrieve error  (was: multiple cleancache and inline retrive error)

> multiple cleancache and inline retrieve error
> ---------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>         Attachments: build.patch, debug.log, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retrieve inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Assigned: (IVY-778) multiple cleancache and inline retrieve error

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene reassigned IVY-778:
---------------------------------

    Assignee: Maarten Coene

> multiple cleancache and inline retrieve error
> ---------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>         Attachments: build.patch, debug.log, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retrieve inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Resolved: (IVY-778) multiple cleancache and inline retrieve error

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene resolved IVY-778.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-RC1

Fixed in trunk I think, could you give it a try?

> multiple cleancache and inline retrieve error
> ---------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>         Attachments: build.patch, debug.log, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retrieve inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Updated: (IVY-778) multiple cleancache and inline retrive error

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Hermansson updated IVY-778:
-------------------------------

    Attachment: output.log

Normal output during execution of the patched build file, including the error message.


> multiple cleancache and inline retrive error
> --------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>         Attachments: build.patch, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retreive inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Commented: (IVY-778) multiple cleancache and inline retrieve error

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583296#action_12583296 ] 

Per Hermansson commented on IVY-778:
------------------------------------

Yes excellent. When using Ivy from the trunk the error no longer occurs.


> multiple cleancache and inline retrieve error
> ---------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>         Attachments: build.patch, debug.log, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retrieve inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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


[jira] Updated: (IVY-778) multiple cleancache and inline retrive error

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Hermansson updated IVY-778:
-------------------------------

    Attachment: debug.log

Debug output when executing example target that triggers the error. Including exception stack trace.


> multiple cleancache and inline retrive error
> --------------------------------------------
>
>                 Key: IVY-778
>                 URL: https://issues.apache.org/jira/browse/IVY-778
>             Project: Ivy
>          Issue Type: Bug
>          Components: Ant
>    Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
>         Environment: Windows XP, Java 1.6.0, Ant 1.7
> Ubuntu, Java 1.5.0, Ant 1.6.5
>            Reporter: Per Hermansson
>         Attachments: build.patch, debug.log, output.log
>
>
> Ant build script fails when multiple <ivy:retrieve> inline calls are being called after each other and separated by <ivy:cleancache> between each call. Calling multiple <ivy:retreive inline="true" ...> tasks without any <ivy:cleancache> in between does not make the build fail.
> The error can be tested by patching the example project: multi-project.
> The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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