Make sure the external libraries are downloaded before the build.
authorJan Lahoda <jlahoda@netbeans.org>
Fri, 27 Jan 2012 13:04:04 +0100
changeset 730529a3dda50e1
parent 729 cd4870f4fa8f
child 731 27f6e619f984
Make sure the external libraries are downloaded before the build.
hudson/trunk
     1.1 --- a/hudson/trunk	Fri Jan 27 12:39:54 2012 +0100
     1.2 +++ b/hudson/trunk	Fri Jan 27 13:04:04 2012 +0100
     1.3 @@ -37,6 +37,7 @@
     1.4  
     1.5  (cd borrowedtests; call_ant clean && call_ant) || exit
     1.6  call_ant copy-from-platform
     1.7 +(cd server; ant -f download.xml) || exit
     1.8  (cd remoting; ./build-indexing-backend -Dnbplatform.default.harness.dir=$PLATFORM/harness -Dnbplatform.default.netbeans.dest.dir=$PLATFORM -Dnbplatform.active.dir=$PLATFORM) || exit 1
     1.9  (cd remoting/server/tests; ./run-declarative-tests  -Dnbplatform.default.harness.dir=$PLATFORM/harness -Dnbplatform.default.netbeans.dest.dir=$PLATFORM -Dnbplatform.active.dir=$PLATFORM) || exit 1
    1.10  call_ant clean || exit