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.



Reply via email to