Stepan,

I don't see the full context of the change made here, so please correct
me if I'm wrong about what you did...

Remember that we cannot invoke "fetch-depends" as the default action of
running a build / test script etc. since the licenses for our
dependencies include things other than ALv2.

Retrieving these alternatively licensed pieces must require "an explicit
action by the user".

Regards,
Tim


[EMAIL PROTECTED] wrote:
> Author: smishura
> Date: Tue Aug 28 00:40:05 2007
> New Revision: 570339
> 
> URL: http://svn.apache.org/viewvc?rev=570339&view=rev
> Log:
> Classlib tests: add 'fetch-depends' target before running tests
> 
> Modified:
>     harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml
> 
> Modified: 
> harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml
> URL: 
> http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml?rev=570339&r1=570338&r2=570339&view=diff
> ==============================================================================
> --- 
> harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml 
> (original)
> +++ 
> harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml 
> Tue Aug 28 00:40:05 2007
> @@ -44,7 +44,7 @@
>          </tstamp>
>  
>          <exec-ant dir="${classlib-test.trunk.dir}"
> -                  targets="test"
> +                  targets="fetch-depends test"
>                    failonerror="false"
>                    failproperty="classlib-test.run.failed">
>              <jvmarg line="-Xmx800M"/>
> 
> 
> 

Reply via email to