Hi all,

I'm trying to publish a .lib file to a repository.  But I keep getting error 
message saying that the jar file can't be found.  Here is the content of 
ivy.xml:

<ivy-module version="2.0">
  <info organisation="bfg" module="libcurl" revision="7.19.7" />
  <publications>
    <artifact name="libcurl" ext="lib" type="lib" />
  </publications>
</ivy-module>

Here is the Ant publish task:

  <target name="publish">
    <ivy:resolve />
    <ivy:publish resolver="artifactory-publish" revision="7.19.7" 
organisation="bfg" module="libcurl">
      <artifacts pattern="target/[artifact].[ext]" />
    </ivy:publish>
  </target>

Am I missing something here?

Thanks.

Reply via email to