You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2008/04/23 13:43:48 UTC

Potential build break (was Re: svn commit: r650789 - common_resources/trunk/build/depends.properties)

If you have common_resources checked out but not drlvm then this might break
your build.  You should just need to rename:

  depends/jars/cpptasks-1.0b4/cpptasks-1.0b4.zip

to:

  depends/jars/cpptasks-1.0b4/cpptasks.zip

Regards,
-Mark

In message <20...@eris.apache.org>, hindessm@apache.org 
writes:
>
> Author: hindessm
> Date: Wed Apr 23 01:44:01 2008
> New Revision: 650789
> 
> URL: http://svn.apache.org/viewvc?rev=650789&view=rev
> Log:
> This download seems to fail because the source has gone away.  I'm not
> fixing that but I am fixing the fact that for the federation build it
> fails twice - once downloading to cpptasks-1.0b4.zip and once downloading
> to cpptasks.zip.
> 
> If people have common_resources checked out without drlvm then they might
> need to rename cpptasks-1.0b4.zip to cpptasks.zip.  (I'm fixing this
> rather than drlvm depends since this should affect fewer people.)
> 
> Modified:
>     harmony/enhanced/common_resources/trunk/build/depends.properties
> 
> Modified: harmony/enhanced/common_resources/trunk/build/depends.properties
> URL: http://svn.apache.org/viewvc/harmony/enhanced/common_resources/trunk/bui
> ld/depends.properties?rev=650789&r1=650788&r2=650789&view=diff
> =============================================================================
> =
> --- harmony/enhanced/common_resources/trunk/build/depends.properties (origina
> l)
> +++ harmony/enhanced/common_resources/trunk/build/depends.properties Wed Apr 
> 23 01:44:01 2008
> @@ -146,6 +146,6 @@
>  cpptasks.dir=${depends.jars}/cpptasks-1.0b4
>  cpptasks.jarname=cpptasks.jar
>  cpptasks.jar=${cpptasks.dir}/${cpptasks.jarname}
> -cpptasks.zip=${cpptasks.dir}/cpptasks-1.0b4.zip
> +cpptasks.zip=${cpptasks.dir}/cpptasks.zip
>  cpptasks.url=http://heanet.dl.sourceforge.net/sourceforge/ant-contrib/cpptas
> ks-1.0b4.zip
>  cpptasks.md5=118e601b58a48519208efa9893c7c5c0
>