Hi,

I have setup a repository called 'jeroen-test-local' using the 'ivy-default' 
layout included with Artifactory 2.6.1:

Artifact Path Pattern:
[org]/[module]/[baseRev](-[folderItegRev])/[type]s/[module](-[classifier])-[baseRev](-[fileItegRev]).[ext]

Distinctive Descriptor Path Pattern:
[org]/[module]/[baseRev](-[folderItegRev])/[type]s/ivy-[baseRev](-[fileItegRev]).xml

Folder Integration Revision RegExp and File Integration Revision RegExp:
\d{14}

I am using the client settings generated by Artifactory (using ivy-default):

    <chain name="main">
      <url name="public" m2compatible="true">
        <artifact 
pattern="http://host:8081/artifactory/jeroen-test-local/[organization]/[module]/[revision]/[type]s/[module](-[classifier])-[revision].[ext]"
 />
        <ivy 
pattern="http://host:8081/artifactory/jeroen-test-local/[organization]/[module]/[revision]/[type]s/ivy-[revision].xml";
 />
      </url>
    </chain>


In that repository I published a file:
Repository Path: 
jeroen-test-local:com.rs.seagull/test/7.0-20120625150043/exes/test-legaclt-7.0-20120625150043.exe

And an ivy file:
Repository Path: 
jeroen-test-local:com.rs.seagull/test/7.0-20120625150043/ivys/ivy-7.0-20120625150043.xml

I am using the following entry in my ivy file (as suggested by The dependency 
Declaration in Artifactory for the file I published):

<dependency org="com.rs.seagull" name="test" rev="7.0-20120625150043">


    <artifact name="test" type="exe" m:classifier="legaclt" ext="exe"/>


</dependency>


If I try to retrieve that published file using the generated client settings 
and dependency declarations (ivy:resolve) I get the following error message:

[ivy:resolve] :::: WARNINGS
[ivy:resolve]           module not found: com.rs.seagull#test;7.0-20120625150043

[ivy:resolve]   ==== jeroen-test-local: tried
[ivy:resolve]     
http://host:8081/artifactory/jeroen-test-local/com/rs/seagull/test/7.0-20120625150043/ivys/ivy-7.0-20120625150043.xml
[ivy:resolve]     -- artifact com.rs.seagull#test;7.0-20120625150043!legaclt.exe
:
[ivy:resolve]     
http://host:8081/artifactory/jeroen-test-local/com/rs/seagull/test/7.0-20120625150043/exes/legaclt-7.0-20120625150043.exe
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           :: com.rs.seagull#test;7.0-20120625150043: not found
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::

The urls in the error message seems ok? Apparently I am missing something? But 
what?

Thank you,

jeroen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to