added update step to get the libs up to date.
authorChris Koeritz <fred@gruntose.com>
Thu, 16 May 2013 20:15:08 +0000 (16:15 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 May 2013 20:15:08 +0000 (16:15 -0400)
customizing/fred/build_xsedes.sh

index 25ae50e6efe8e0f397328288d5dc7edd6da0dccc..dd153024e13f99dcd896dca1a5d0ec8b609a1fd6 100644 (file)
@@ -8,6 +8,10 @@ function build_xsede()
   if [ $? -ne 0 ]; then return 1; fi
   echo "Build starting at: $(date)"
   \rm -rf unit-test-reports
+  # update the libs first.
+  ant update
+  if [ $? -ne 0 ]; then return 1; fi
+  # then build the trunk.
   ant -Dbuild.targetArch=64 build
   if [ $? -ne 0 ]; then return 1; fi
   # fix memory limits.