On Sat, 2012-01-14 at 19:24 -0700, Daz DeBoer wrote:
> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-8+Migration+Guide

So how to upload to Codehaus using WebDav?

Currently I do this:

      it.repositories.add ( new WebdavResolver ( ) ) {
        name = 'gantDistributions'
        user = codehausUsername
        userPassword = codehausPassword
        addArtifactPattern 'https://dav.codehaus.org/' + ( gantVersion.contains 
( 'SNAPSHOT' ) ? 'snapshots.' : '' ) + 
'dist/gant/distributions/[artifact]-[revision](-[classifier]).[ext]'
      }


> On 13 January 2012 04:48, Russel Winder <rus...@russel.org.uk> wrote:
> 
> > I believe that org.gradle.api.artifacts.repositories.WebdavResolver used
> > to exist.  Sadly it has now gone away.  Is there a document advising
> > people on what to do to deal with this?

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to