You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Richard Liang <ri...@gmail.com> on 2006/06/25 18:08:47 UTC

Re: svn commit: r416240 - /incubator/harmony/enhanced/classlib/trunk/make/depends.xml

Hello Mark,

The url of ecj.jar has been changed to: 
http://archive.eclipse.org/eclipse/downloads/drops/S-3.2RC5-200605191206/ecj.jar. 
And I'm not sure if we still use the ecj.jar in 3.2RC5 or upgrade to 
3.2RC7 :-)

Richard.

hindessm@apache.org wrote:
> Author: hindessm
> Date: Wed Jun 21 22:09:51 2006
> New Revision: 416240
>
> URL: http://svn.apache.org/viewvc?rev=416240&view=rev
> Log:
> Uncomment ecj.jar dependency.
>
> Modified:
>     incubator/harmony/enhanced/classlib/trunk/make/depends.xml
>
> Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml
> URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.xml?rev=416240&r1=416239&r2=416240&view=diff
> ==============================================================================
> --- incubator/harmony/enhanced/classlib/trunk/make/depends.xml (original)
> +++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Wed Jun 21 22:09:51 2006
> @@ -48,9 +48,7 @@
>  
>  	<check-one-file src="${mx4j.remote.url}" dest="${mx4j.remote.jar}" />
>  
> -	<!-- Do not require the Eclipse compiler until the tools are integrated into the build
>  	<check-one-file src="${ecj.url}" dest="${ecj.jar}" />
> -	-->
>  
>  	<uptodate property="bcprov.uptodate"
>                    srcfile="${signed.bcprov.jar}"
>
>
>
>   

-- 
Richard Liang
China Software Development Lab, IBM 


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: svn commit: r416240 - /incubator/harmony/enhanced/classlib/trunk/make/depends.xml

Posted by Tim Ellison <t....@gmail.com>.
Nathan Beyer wrote:
> Actually, we probably want to use the 3.2 maintenance URL, at least until
> 3.2 is finalized.
> 
> I've updated the depends.properties to the latest 3.2 maintenance build of
> ecj.jar. Check it out and let me know if there are any issues.

The Continuum build machines do not automatically download new
dependencies (for security reasons), so the build was temporarily broken
but should be fixed now.

(And note to self: the javac tool code needs to be updated to cope with
these updates, since it is currently referencing the ECJ JAR by
hard-coded file name.)

Regards,
Tim


> -Nathan
> 
>> -----Original Message-----
>> From: Richard Liang [mailto:richard.liangyx@gmail.com]
>> Sent: Sunday, June 25, 2006 11:09 AM
>> To: harmony-dev@incubator.apache.org
>> Subject: Re: svn commit: r416240 -
>> /incubator/harmony/enhanced/classlib/trunk/make/depends.xml
>>
>> Hello Mark,
>>
>> The url of ecj.jar has been changed to:
>> http://archive.eclipse.org/eclipse/downloads/drops/S-3.2RC5-
>> 200605191206/ecj.jar.
>> And I'm not sure if we still use the ecj.jar in 3.2RC5 or upgrade to
>> 3.2RC7 :-)
>>
>> Richard.
>>
>> hindessm@apache.org wrote:
>>> Author: hindessm
>>> Date: Wed Jun 21 22:09:51 2006
>>> New Revision: 416240
>>>
>>> URL: http://svn.apache.org/viewvc?rev=416240&view=rev
>>> Log:
>>> Uncomment ecj.jar dependency.
>>>
>>> Modified:
>>>     incubator/harmony/enhanced/classlib/trunk/make/depends.xml
>>>
>>> Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml
>>> URL:
>> http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/mak
>> e/depends.xml?rev=416240&r1=416239&r2=416240&view=diff
>> ==========================================================================
>> ====
>>> --- incubator/harmony/enhanced/classlib/trunk/make/depends.xml
>> (original)
>>> +++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Wed Jun
>> 21 22:09:51 2006
>>> @@ -48,9 +48,7 @@
>>>
>>>  	<check-one-file src="${mx4j.remote.url}" dest="${mx4j.remote.jar}"
>> />
>>> -	<!-- Do not require the Eclipse compiler until the tools are
>> integrated into the build
>>>  	<check-one-file src="${ecj.url}" dest="${ecj.jar}" />
>>> -	-->
>>>
>>>  	<uptodate property="bcprov.uptodate"
>>>                    srcfile="${signed.bcprov.jar}"
>>>
>>>
>>>
>>>
>> --
>> Richard Liang
>> China Software Development Lab, IBM
>>
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


RE: svn commit: r416240 - /incubator/harmony/enhanced/classlib/trunk/make/depends.xml

Posted by Nathan Beyer <nb...@kc.rr.com>.
Actually, we probably want to use the 3.2 maintenance URL, at least until
3.2 is finalized.

I've updated the depends.properties to the latest 3.2 maintenance build of
ecj.jar. Check it out and let me know if there are any issues.

-Nathan

> -----Original Message-----
> From: Richard Liang [mailto:richard.liangyx@gmail.com]
> Sent: Sunday, June 25, 2006 11:09 AM
> To: harmony-dev@incubator.apache.org
> Subject: Re: svn commit: r416240 -
> /incubator/harmony/enhanced/classlib/trunk/make/depends.xml
> 
> Hello Mark,
> 
> The url of ecj.jar has been changed to:
> http://archive.eclipse.org/eclipse/downloads/drops/S-3.2RC5-
> 200605191206/ecj.jar.
> And I'm not sure if we still use the ecj.jar in 3.2RC5 or upgrade to
> 3.2RC7 :-)
> 
> Richard.
> 
> hindessm@apache.org wrote:
> > Author: hindessm
> > Date: Wed Jun 21 22:09:51 2006
> > New Revision: 416240
> >
> > URL: http://svn.apache.org/viewvc?rev=416240&view=rev
> > Log:
> > Uncomment ecj.jar dependency.
> >
> > Modified:
> >     incubator/harmony/enhanced/classlib/trunk/make/depends.xml
> >
> > Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml
> > URL:
> http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/mak
> e/depends.xml?rev=416240&r1=416239&r2=416240&view=diff
> >
> ==========================================================================
> ====
> > --- incubator/harmony/enhanced/classlib/trunk/make/depends.xml
> (original)
> > +++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Wed Jun
> 21 22:09:51 2006
> > @@ -48,9 +48,7 @@
> >
> >  	<check-one-file src="${mx4j.remote.url}" dest="${mx4j.remote.jar}"
> />
> >
> > -	<!-- Do not require the Eclipse compiler until the tools are
> integrated into the build
> >  	<check-one-file src="${ecj.url}" dest="${ecj.jar}" />
> > -	-->
> >
> >  	<uptodate property="bcprov.uptodate"
> >                    srcfile="${signed.bcprov.jar}"
> >
> >
> >
> >
> 
> --
> Richard Liang
> China Software Development Lab, IBM
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org