Skip to Content.
Sympa Menu

notify-dpml - r2048 - trunk

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: davidoff at BerliOS <davidoff AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r2048 - trunk
  • Date: Tue, 18 Sep 2007 16:20:39 +0200

Author: davidoff
Date: 2007-09-18 16:20:39 +0200 (Tue, 18 Sep 2007)
New Revision: 2048

Added:
trunk/bootstrap.sh
Removed:
trunk/bootstrap
Log:
rename bootstrap script to bootstrap.sh for consistency

Deleted: trunk/bootstrap
===================================================================
--- trunk/bootstrap 2007-09-18 13:50:33 UTC (rev 2047)
+++ trunk/bootstrap 2007-09-18 14:20:39 UTC (rev 2048)
@@ -1,79 +0,0 @@
-#!/bin/sh
-# DPML system bootstrap scrip.
-#
-
-executeAnt()
-{
- STATUS=99
- while [ "$STATUS" -eq 99 ] ; do
- ant -Ddpml.signature=BOOTSTRAP "$@"
- STATUS="$?"
- done
- if [ "$STATUS" == 0 ] ; then
- echo ""
- else
- exit 1
- fi
-}
-
-dpmlLibrary()
-{
- cd main/depot/library
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlPart()
-{
- cd main/metro/part
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlTransit()
-{
- cd main/transit/core
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlCli()
-{
- cd main/util/cli
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlBuild()
-{
- cd main/depot/build
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlTools()
-{
- cd main/depot/tools
- executeAnt -f bootstrap.xml clean install
- cd ../../..
-}
-
-dpmlExternal()
-{
- cd main/external
- bash ../depot/build/target/bin/build clean install
- cd ../..
-}
-
-source setup.sh
-dpmlTransit
-dpmlPart
-dpmlLibrary
-dpmlCli
-dpmlBuild
-dpmlTools
-dpmlExternal
-
-echo "BOOTSTRAP SUCCESSFUL"
-
-

Copied: trunk/bootstrap.sh (from rev 2044, trunk/bootstrap)




  • r2048 - trunk, davidoff at BerliOS, 09/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page