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 Justin Teems <jt...@quantumsignal.com> on 2013/05/15 14:40:05 UTC

ivy:publish - artifacts child element not finding artifact

I have an ivy:publish statement that looks like this in my build.xml:

<ivy:publish resolver="ivysvn" pubrevision="0.0" status="release">
     <artifacts pattern="[conf]/[module]-[conf]-[revision].[ext]"/>
</ivy:publish>

Yet, I get the following error when I publish:

impossible to publish artifacts for myOrg#myModule;working@localhost: 
java.io.IOException: missing artifact 
myOrg#myModule;0.0.0!myModule-debug.tar.gz(source)

I echo the ivy.local.default.artifact.pattern before I call 
<ivy:publish> and get the following:
     [echo] ivy.local.default.artifact.pattern: 
[conf]/[module]-[conf]-[revision].[ext]

Why can't ivy find my artifacts? They do indeed exist.