Re: svn commit: r477764 - /maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: svn commit: r477764 - /maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Did we ever fix the c-logging 1.1 POM, or do we need to add  
exclusions here? Shouldn't this only be an -api reference anyway?

- Brett

On 22/11/2006, at 4:30 AM, joakime@... wrote:

> Author: joakime
> Date: Tue Nov 21 09:30:39 2006
> New Revision: 477764
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=477764
> Log:
> upgrading to commons-logging to 1.1 to correct misleading  
> classloader exception from commons-logging 1.0.3
>
> Modified:
>     maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
>
> Modified: maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
> URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/ 
> wagon-webdav/pom.xml?view=diff&rev=477764&r1=477763&r2=477764
> ======================================================================
> ========
> --- maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml (original)
> +++ maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml Tue Nov  
> 21 09:30:39 2006
> @@ -29,6 +29,11 @@
>        <version>2.1</version>
>      </dependency>
>      <dependency>
> +      <groupId>commons-logging</groupId>
> +      <artifactId>commons-logging</artifactId>
> +      <version>1.1</version>
> +    </dependency>
> +    <dependency>
>        <groupId>it.could</groupId>
>        <artifactId>webdav</artifactId>
>        <version>0.4</version>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wagon-commits-unsubscribe@...
> For additional commands, e-mail: wagon-commits-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@...
For additional commands, e-mail: wagon-dev-help@...


Re: svn commit: r477764 - /maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ping.

(Joakim, are you on wagon-dev@?)

- Brett

On 22/11/2006, at 11:15 AM, Brett Porter wrote:

> Did we ever fix the c-logging 1.1 POM, or do we need to add  
> exclusions here? Shouldn't this only be an -api reference anyway?
>
> - Brett
>
> On 22/11/2006, at 4:30 AM, joakime@... wrote:
>
>> Author: joakime
>> Date: Tue Nov 21 09:30:39 2006
>> New Revision: 477764
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=477764
>> Log:
>> upgrading to commons-logging to 1.1 to correct misleading  
>> classloader exception from commons-logging 1.0.3
>>
>> Modified:
>>     maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
>>
>> Modified: maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon- 
>> providers/wagon-webdav/pom.xml?
>> view=diff&rev=477764&r1=477763&r2=477764
>> =====================================================================
>> =========
>> --- maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml (original)
>> +++ maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml Tue Nov  
>> 21 09:30:39 2006
>> @@ -29,6 +29,11 @@
>>        <version>2.1</version>
>>      </dependency>
>>      <dependency>
>> +      <groupId>commons-logging</groupId>
>> +      <artifactId>commons-logging</artifactId>
>> +      <version>1.1</version>
>> +    </dependency>
>> +    <dependency>
>>        <groupId>it.could</groupId>
>>        <artifactId>webdav</artifactId>
>>        <version>0.4</version>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: wagon-commits-unsubscribe@...
>> For additional commands, e-mail: wagon-commits-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wagon-dev-unsubscribe@...
> For additional commands, e-mail: wagon-dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@...
For additional commands, e-mail: wagon-dev-help@...


Re: svn commit: r477764 - /maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml

by Joakim Erdfelt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Man, this mailing list is way out in the boonies of my IMAP tree ...

Anyhoo, yes, the c-logging 1.1 upgrade was in response to a reported
problem with c-logging in #maven.
All commons-logging versions prior to 1.0.4 ... uhm ... lie/mislead the
user with their exception messages.

It was reported that upgrading to c-logging 1.1 presented a proper error
message to the user (indicating a configuration file problem).
I just expected the c-logging 1.1 pom to be correct, I did not know that
there was a problem with it's pom.

- Joakim

Brett Porter wrote:

> Did we ever fix the c-logging 1.1 POM, or do we need to add exclusions
> here? Shouldn't this only be an -api reference anyway?
>
> - Brett
>
> On 22/11/2006, at 4:30 AM, joakime@... wrote:
>
>> Author: joakime
>> Date: Tue Nov 21 09:30:39 2006
>> New Revision: 477764
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=477764
>> Log:
>> upgrading to commons-logging to 1.1 to correct misleading classloader
>> exception from commons-logging 1.0.3
>>
>> Modified:
>>     maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
>>
>> Modified: maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml?view=diff&rev=477764&r1=477763&r2=477764
>>
>> ==============================================================================
>>
>> --- maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml (original)
>> +++ maven/wagon/trunk/wagon-providers/wagon-webdav/pom.xml Tue Nov 21
>> 09:30:39 2006
>> @@ -29,6 +29,11 @@
>>        <version>2.1</version>
>>      </dependency>
>>      <dependency>
>> +      <groupId>commons-logging</groupId>
>> +      <artifactId>commons-logging</artifactId>
>> +      <version>1.1</version>
>> +    </dependency>
>> +    <dependency>
>>        <groupId>it.could</groupId>
>>        <artifactId>webdav</artifactId>
>>        <version>0.4</version>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: wagon-commits-unsubscribe@...
>> For additional commands, e-mail: wagon-commits-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wagon-dev-unsubscribe@...
> For additional commands, e-mail: wagon-dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@...
For additional commands, e-mail: wagon-dev-help@...