You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by jonathan doklovic <jd...@ibsys.com> on 2008/01/28 20:02:17 UTC

post-download-artifact firing too soon

Hi,

I have a trigger that was working with alpha1, and today i installed
beta1 and it broke.

It's a post-download-artifact trigger that takes the downloaded artifact
and publishes it to my local repo if it was downloaded from my shared
repo.

Essentially, it looks like the trigger gets fired before the files are
actually downloaded and thus goes into a weird loop.

When it tries to publish mysql-connector, this is what's in my cache
when the trigger gets fired:

cache/mysql/mysql-connector-java
   ivydata-5.1.5.properties
   ivys
      ivy.original-5.1.5.xml


Any thoughts?

- Jonathan