Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1880 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1880 - development/main
  • Date: Tue, 22 Feb 2005 21:31:53 +0100

Author: mcconnell
Date: Tue Feb 22 21:31:53 2005
New Revision: 1880

Modified:
development/main/build.bat
Log:
add convinience planet target

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Tue Feb 22 21:31:53 2005
@@ -29,6 +29,7 @@
IF "%TARGET%" == "magic" CALL :magic
IF "%TARGET%" == "metro" CALL :metro
IF "%TARGET%" == "central" CALL :central
+IF "%TARGET%" == "planet" CALL :planet
IF "%TARGET%" == "site" CALL :site
IF "%TARGET%" == "all" CALL :all
goto end
@@ -51,6 +52,8 @@
if ERRORLEVEL 1 goto fail
CALL :central
if ERRORLEVEL 1 goto fail
+CALL :planet
+if ERRORLEVEL 1 goto fail
GOTO :EOF

:fail
@@ -91,6 +94,13 @@
POPD
GOTO :EOF

+:planet
+PUSHD planet
+CALL :build install
+POPD
+GOTO :EOF
+
+
:build
IF not "%ID%" == "" set BUILD_ID=-Ddpml.release.signature=%ID%
ECHO building project with release ID [%ID%]
@@ -105,6 +115,7 @@
echo transit -- build the transit distribution
echo magic -- build the magic distribution
echo metro -- build the metro distribution
+echo planet -- build the planet facilities
echo main -- build transit, magic and metro distributions
echo all -- builds transit, magic, metro, central distributions
echo [revision] optional build revision identified used when



  • svn commit: r1880 - development/main, mcconnell, 02/22/2005

Archive powered by MHonArc 2.6.24.

Top of Page