dev@glassfish.java.net

Re: How to upgrade to commons-logging-1.0.4?

From: Dinesh Patil <dinesh.patil_at_Sun.COM>
Date: Fri, 19 Aug 2005 10:12:17 -0700

First thing is on java.net we don't have common-dependencies.mk file,
and the module (/m/jws/bootstrap/) you are referring to is internal
which is not used for this purpose now, so bootstrapping module is
glassfish/bootstrap.
so glassfish/bootstrap/project.properties need to be updated along with
staging of updated version of binary dependency by sending request to
workspace team.
thanks
Dinesh

Dave Bristor wrote:

> Perhaps you have to change it in glassfish/bootstrap/project.properties.
> Dave
>
> Jan Luehe wrote:
>
>> I am trying to take advantage of a new commons-logging API
>> available in the most recent commons-logging JAR (version 1.0.4)
>> that was staged yesterday.
>>
>> I made the following change in my common-dependencies.mk:
>>
>> Index: common-dependencies.mk
>> ===================================================================
>> RCS file: /m/jws/bootstrap/common-dependencies.mk,v
>> retrieving revision 1.132
>> diff -u -r1.132 common-dependencies.mk
>> --- common-dependencies.mk 29 Jul 2005 02:12:13 -0000 1.132
>> +++ common-dependencies.mk 19 Aug 2005 16:47:40 -0000
>> @@ -610,7 +610,7 @@
>> binary_dependencies += commons-logging
>> commons_logging_rootdir =
>> $(JWS_EXTERNAL_COMPONENTS_DIR)/jakarta-commons
>> commons_logging_dir = commons-logging
>> -commons_logging_version = 1.0.2
>> +commons_logging_version = 1.0.4
>> commons_logging_subdir= .
>> commons_logging_destdir=$(JAVA_OBJDIR)/jakarta-commons/commons-logging
>>
>> Still, when I bootstrap-all, I keep getting the older (1.0.2) version.
>>
>> What am I doing wrong?
>>
>> Thanks for any help.
>>
>>
>> Jan
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>