You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "David Rice (JIRA)" <ji...@codehaus.org> on 2005/11/15 22:59:06 UTC

[jira] Created: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
-------------------------------------------------------------------------------

         Key: MNG-1580
         URL: http://jira.codehaus.org/browse/MNG-1580
     Project: Maven 2
        Type: Bug
    Versions: 2.0    
 Environment: CentOS release 4.1 (Final)
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
    Reporter: David Rice


I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.

I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1580?page=all ]

Brett Porter updated MNG-1580:
------------------------------

    Fix Version: 2.0.1

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug
>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.0.1

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1580?page=all ]

John Casey updated MNG-1580:
----------------------------

    Fix Version:     (was: 2.0.1)
                 2.0.2

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug
>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.0.2

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "Matthew Daniel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1580?page=comments#action_53752 ] 

Matthew Daniel commented on MNG-1580:
-------------------------------------

I had to additionally copy commons-httpclient, commons-logging and commons-codec into my Maven2/lib directory before it would run. There is something funky going on with the authentication (bane of my existence), too, since our WebDAV repo does not require authentication but the DeployMojo is failing with a "denided" error:
Embedded error: Error deploying artifact: Authorization failed: Access denided to:
I have concluded that there are only a handful of people in the world who are using WebDAV for their repos, since all the Mavens have never had working WebDAV deployment out of the box. Sigh

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.0.3

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "Matthew Daniel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1580?page=comments#action_53753 ] 

Matthew Daniel commented on MNG-1580:
-------------------------------------

<p>
Sorry to follow myself up, but as it turns out, it was being "denided" because it wasn't creating the intermediate version directory:
<code>/groupId/artifactId/1.0</code> existed but<code>/groupId/artifactId/1.2</code> did not, and thus a <code>PUT</code> to<code>/groupId/artifactId/1.2/artifactId.jar</code> puked.
</p><p>
A simple MKCOL with cadaver cured its ills.
</p>

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.0.3

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1580?page=all ]

Jason van Zyl updated MNG-1580:
-------------------------------

    Fix Version:     (was: 2.1.1)
                 2.0.4

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.0.4

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1580?page=all ]

Jason van Zyl updated MNG-1580:
-------------------------------

    Fix Version:     (was: 2.0.3)
                 2.1.1

> Unable to enable http-wagon instead of http-wagon-lightweight using <extension>
> -------------------------------------------------------------------------------
>
>          Key: MNG-1580
>          URL: http://jira.codehaus.org/browse/MNG-1580
>      Project: Maven 2
>         Type: Bug

>     Versions: 2.0
>  Environment: CentOS release 4.1 (Final)
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
>     Reporter: David Rice
>      Fix For: 2.1.1

>
>
> I am attempting to deploy using http and in order to use the http-wagon plugin I had to remove the wagon-http-lightweight-1.0-alpha-5.jar jar from the lib directory and put in the wagon-http-1.0-alpha-5.jar.
> I attempted to refer to the wagon-http in the <build><extensions> section.  It downloaded the plugin, but continued to get the error "PUT operation is not supported by Light Weight  HTTP wagon".  Only removing the lightweight jar fixed this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org