I am getting the following issue on 2.3.1 artifactory...

 

C:\AAROOT\area1\ormlayer2\bldfiles\build.xml:394: impossible to publish
artifacts for broadridge#orm

layer;1.0: java.io.IOException: PUT operation to URL
http://206.88.41.159:8081/artifactory/libs-snap

shots-local/com.broadridge/ormlayer/1.0/ormlayer-1.0.jar failed with
status code 405: HTTP method PU

T is not supported by this URL

 

Is there some kind of setup missing from the docs on

http://wiki.jfrog.org/confluence/display/RTF/Working+with+Ivy

 

or does it not work with 2.2.0 of Ivy???

 

Here is my ivy settings file(though I have tried various combinations
since the link above was not completely clear there)

 

<?xml version="1.0" encoding="UTF-8"?>

<ivy-settings>

  <settings defaultResolver="main" />

  <!--Authentication required for publishing (deployment). 'Artifactory
Realm' is the realm used by Artifactory so don't change it.-->

  <CREDENTIALS HOST="192.168.1.1" REALM="Artifactory Realm"
USERNAME="admin" PASSWD="password" />

  <resolvers>

    <chain name="main">

      <ibiblio name="broadridge" m2compatible="true"
root="http://192.168.1.1:8081/artifactory/libs-release"; />

    </chain>

    <url name="artifactory-publish">

        <!-- You can use  m2compatible="true" instead of specifying your
own pattern -->

        <artifact pattern=

 
"http://192.168.1.1:8081/artifactory/libs-snapshots-local/[organization]
/[module]/[revision]/[artifact]-[revision].[ext]"/>

        <ivy
pattern="http://192.168.1.1:8081/artifactory/libs-snapshots-local/[organ
ization]/[module]/[revision]/ivy-[revision].xml" />

    </url>    

  </resolvers>

</ivy-settings>

 

Thanks for any help,

Dean

 

 

 


This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to