Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1829 - 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: r1829 - development/main
  • Date: Sat, 19 Feb 2005 22:27:37 +0100

Author: mcconnell
Date: Sat Feb 19 22:27:36 2005
New Revision: 1829

Modified:
development/main/build.bat
Log:
add help message to the build script

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Sat Feb 19 22:27:36 2005
@@ -20,6 +20,9 @@

set ID=%2
set TARGET=%1
+
+IF "%TARGET%" == "help" goto help
+
IF "%TARGET%" == "" set TARGET=core
IF "%TARGET%" == "main" CALL :main
IF "%TARGET%" == "transit" CALL :transit
@@ -87,3 +90,17 @@
CALL ant %BUILD_ID% %*
set BUILD_ID=""
goto :EOF
+
+:help
+echo Build one or more of the DPML products:
+echo build [product] [revision]
+echo [product] product name
+echo transit -- build the transit distribution
+echo magic -- build the magic distribution
+echo metro -- build the metro distribution
+echo main -- build transit, magic and metro distributions
+echo all -- builds transit, magic, metro, central distributions
+echo [revision] optional build revision identified used when
+echo building number releases.
+goto :EOF
+



  • svn commit: r1829 - development/main, mcconnell, 02/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page