You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Geir Magnusson Jr." <ge...@apache.org> on 2005/10/02 06:13:09 UTC

Re: svn commit: r293067 - in /geronimo/branches/1.0-M5: etc/project.properties lib/ lib/axis-1.3-293059G1M5.jar

I think we should rename it to "geronimo-axis" or something to make  
it clear that this isn't something from the Axis project - so that in  
the event someone takes it and uses it, they know to whom to direct  
questions about it's origin.

geir

On Oct 1, 2005, at 11:55 PM, djencks@apache.org wrote:

> Author: djencks
> Date: Sat Oct  1 20:55:05 2005
> New Revision: 293067
>
> URL: http://svn.apache.org/viewcvs?rev=293067&view=rev
> Log:
> use jar override to get our private copy of axis
>
> Added:
>     geronimo/branches/1.0-M5/lib/
>     geronimo/branches/1.0-M5/lib/axis-1.3-293059G1M5.jar
>       - copied unchanged from r293061, geronimo/branches/1.0-M5/ 
> axis-1.3-293059G1M5.jar
> Modified:
>     geronimo/branches/1.0-M5/etc/project.properties
>
> Modified: geronimo/branches/1.0-M5/etc/project.properties
> URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0-M5/etc/ 
> project.properties?rev=293067&r1=293066&r2=293067&view=diff
> ====================================================================== 
> ========
> --- geronimo/branches/1.0-M5/etc/project.properties (original)
> +++ geronimo/branches/1.0-M5/etc/project.properties Sat Oct  1  
> 20:55:05 2005
> @@ -110,7 +110,7 @@
>  asm_version=1.4.3
>  asn1_version=0.3.2
>  axion_version=1.0-M3-dev
> -axis_version=1.3-SNAPSHOT
> +axis_version=1.3-293059G1M5
>  cglib_version=2.1_2
>  castor_version=0.9.5.3
>  commons_beanutils_version=1.6.1
> @@ -182,6 +182,10 @@
>  xmlpull_version=1.1.3.4d_b4_min
>  xpp3_version=1.1.3.3
>  xstream_version=1.0.2
> +
> +maven.jar.override=on
> +maven.jar.axis=${basedir}/../../lib/axis-1.3-293059G1M5.jar
> +
>
>  #####################################################
>  # Site Colors
>
>
>

-- 
Geir Magnusson Jr                                  +1-203-665-6437
geirm@apache.org



Re: svn commit: r293067 - in /geronimo/branches/1.0-M5: etc/project.properties lib/ lib/axis-1.3-293059G1M5.jar

Posted by "Geir Magnusson Jr." <ge...@apache.org>.
On Oct 2, 2005, at 12:27 AM, David Jencks wrote:

> well, we have a module called geronimo-axis so that won't fly.   
> Personally I think the G1M5 is fairly clear but I suppose we could try
> axis-1.3-svn293059-geronimo-private-build-for-M5.jar
>
> WDYT?

Erm...

I think up to -geronimo is just fine.  That will give people the  
idea.  And I assume we gave a heads-up to axis.

geir

>
> david jencks
>
>
> On Oct 1, 2005, at 9:13 PM, Geir Magnusson Jr. wrote:
>
>
>> I think we should rename it to "geronimo-axis" or something to  
>> make it clear that this isn't something from the Axis project - so  
>> that in the event someone takes it and uses it, they know to whom  
>> to direct questions about it's origin.
>>
>> geir
>>
>> On Oct 1, 2005, at 11:55 PM, djencks@apache.org wrote:
>>
>>
>>> Author: djencks
>>> Date: Sat Oct  1 20:55:05 2005
>>> New Revision: 293067
>>>
>>> URL: http://svn.apache.org/viewcvs?rev=293067&view=rev
>>> Log:
>>> use jar override to get our private copy of axis
>>>
>>> Added:
>>>     geronimo/branches/1.0-M5/lib/
>>>     geronimo/branches/1.0-M5/lib/axis-1.3-293059G1M5.jar
>>>       - copied unchanged from r293061, geronimo/branches/1.0-M5/ 
>>> axis-1.3-293059G1M5.jar
>>> Modified:
>>>     geronimo/branches/1.0-M5/etc/project.properties
>>>
>>> Modified: geronimo/branches/1.0-M5/etc/project.properties
>>> URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0-M5/etc/ 
>>> project.properties?rev=293067&r1=293066&r2=293067&view=diff
>>> ==================================================================== 
>>> ==========
>>> --- geronimo/branches/1.0-M5/etc/project.properties (original)
>>> +++ geronimo/branches/1.0-M5/etc/project.properties Sat Oct  1  
>>> 20:55:05 2005
>>> @@ -110,7 +110,7 @@
>>>  asm_version=1.4.3
>>>  asn1_version=0.3.2
>>>  axion_version=1.0-M3-dev
>>> -axis_version=1.3-SNAPSHOT
>>> +axis_version=1.3-293059G1M5
>>>  cglib_version=2.1_2
>>>  castor_version=0.9.5.3
>>>  commons_beanutils_version=1.6.1
>>> @@ -182,6 +182,10 @@
>>>  xmlpull_version=1.1.3.4d_b4_min
>>>  xpp3_version=1.1.3.3
>>>  xstream_version=1.0.2
>>> +
>>> +maven.jar.override=on
>>> +maven.jar.axis=${basedir}/../../lib/axis-1.3-293059G1M5.jar
>>> +
>>>
>>>  #####################################################
>>>  # Site Colors
>>>
>>>
>>>
>>>
>>
>> -- 
>> Geir Magnusson Jr                                  +1-203-665-6437
>> geirm@apache.org
>>
>>
>>
>
>

-- 
Geir Magnusson Jr                                  +1-203-665-6437
geirm@apache.org



Re: svn commit: r293067 - in /geronimo/branches/1.0-M5: etc/project.properties lib/ lib/axis-1.3-293059G1M5.jar

Posted by David Jencks <da...@yahoo.com>.
well, we have a module called geronimo-axis so that won't fly.   
Personally I think the G1M5 is fairly clear but I suppose we could try
axis-1.3-svn293059-geronimo-private-build-for-M5.jar

WDYT?

david jencks


On Oct 1, 2005, at 9:13 PM, Geir Magnusson Jr. wrote:

> I think we should rename it to "geronimo-axis" or something to make it  
> clear that this isn't something from the Axis project - so that in the  
> event someone takes it and uses it, they know to whom to direct  
> questions about it's origin.
>
> geir
>
> On Oct 1, 2005, at 11:55 PM, djencks@apache.org wrote:
>
>> Author: djencks
>> Date: Sat Oct  1 20:55:05 2005
>> New Revision: 293067
>>
>> URL: http://svn.apache.org/viewcvs?rev=293067&view=rev
>> Log:
>> use jar override to get our private copy of axis
>>
>> Added:
>>     geronimo/branches/1.0-M5/lib/
>>     geronimo/branches/1.0-M5/lib/axis-1.3-293059G1M5.jar
>>       - copied unchanged from r293061,  
>> geronimo/branches/1.0-M5/axis-1.3-293059G1M5.jar
>> Modified:
>>     geronimo/branches/1.0-M5/etc/project.properties
>>
>> Modified: geronimo/branches/1.0-M5/etc/project.properties
>> URL:  
>> http://svn.apache.org/viewcvs/geronimo/branches/1.0-M5/etc/ 
>> project.properties?rev=293067&r1=293066&r2=293067&view=diff
>> ====================================================================== 
>> ========
>> --- geronimo/branches/1.0-M5/etc/project.properties (original)
>> +++ geronimo/branches/1.0-M5/etc/project.properties Sat Oct  1  
>> 20:55:05 2005
>> @@ -110,7 +110,7 @@
>>  asm_version=1.4.3
>>  asn1_version=0.3.2
>>  axion_version=1.0-M3-dev
>> -axis_version=1.3-SNAPSHOT
>> +axis_version=1.3-293059G1M5
>>  cglib_version=2.1_2
>>  castor_version=0.9.5.3
>>  commons_beanutils_version=1.6.1
>> @@ -182,6 +182,10 @@
>>  xmlpull_version=1.1.3.4d_b4_min
>>  xpp3_version=1.1.3.3
>>  xstream_version=1.0.2
>> +
>> +maven.jar.override=on
>> +maven.jar.axis=${basedir}/../../lib/axis-1.3-293059G1M5.jar
>> +
>>
>>  #####################################################
>>  # Site Colors
>>
>>
>>
>
> -- 
> Geir Magnusson Jr                                  +1-203-665-6437
> geirm@apache.org
>
>