Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1809 - in development/main: . home/transit/handler/etc/setup/authority/hosts

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: r1809 - in development/main: . home/transit/handler/etc/setup/authority/hosts
  • Date: Fri, 18 Feb 2005 10:21:41 +0100

Author: mcconnell
Date: Fri Feb 18 10:21:41 2005
New Revision: 1809

Added:
development/main/home/transit/handler/etc/setup/authority/hosts/local.host

development/main/home/transit/handler/etc/setup/authority/hosts/repository.dpml.net.host

development/main/home/transit/handler/etc/setup/authority/hosts/www.apache.org.host

development/main/home/transit/handler/etc/setup/authority/hosts/www.ibiblio.org.host
Modified:
development/main/build.bat
Log:
add separated hosts

Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Fri Feb 18 10:21:41 2005
@@ -11,7 +11,8 @@
REM where the first argument is product group and the second (optional)
argument is the
REM build revision identifier. Allowable product group names include:
REM
-REM all builds home (transit and util), magic and metro
+REM all builds home (transit and util), magic, metro and central
+REM core builds home (transit and util), magic and metro
REM home build the home group (transit and util)
REM transit an alias to the home group
REM magic the magic group
@@ -21,14 +22,25 @@

set ID=%2
set TARGET=%1
-IF "%TARGET%" == "" set TARGET=all
+IF "%TARGET%" == "" set TARGET=core
+IF "%TARGET%" == "core" CALL :core
IF "%TARGET%" == "home" CALL :home
IF "%TARGET%" == "transit" CALL :home
IF "%TARGET%" == "magic" CALL :magic
IF "%TARGET%" == "metro" CALL :metro
+IF "%TARGET%" == "central" CALL :central
IF "%TARGET%" == "all" CALL :all
goto end

+:core
+CALL :home
+IF ERRORLEVEL 1 goto fail
+CALL :magic
+IF ERRORLEVEL 1 goto fail
+CALL :metro
+if ERRORLEVEL 1 goto fail
+GOTO :EOF
+
:all
CALL :home
IF ERRORLEVEL 1 goto fail
@@ -36,6 +48,8 @@
IF ERRORLEVEL 1 goto fail
CALL :metro
if ERRORLEVEL 1 goto fail
+CALL :central
+if ERRORLEVEL 1 goto fail
GOTO :EOF

:fail
@@ -70,6 +84,12 @@
POPD
GOTO :EOF

+:central
+PUSHD central
+CALL :build clean install
+POPD
+GOTO :EOF
+
:build
IF not "%ID%" == "" set BUILD_ID=-Ddpml.release.signature=%ID%
ECHO building project with release ID [%ID%]

Added:
development/main/home/transit/handler/etc/setup/authority/hosts/local.host
==============================================================================
--- (empty file)
+++
development/main/home/transit/handler/etc/setup/authority/hosts/local.host
Fri Feb 18 10:21:41 2005
@@ -0,0 +1,10 @@
+dpml.transit.resourcehost.enabled=true
+dpml.transit.resourcehost.class=net.dpml.transit.artifact.ClassicResourceHost
+dpml.transit.resourcehost.base=file:${dpml.system}/local
+dpml.transit.resourcehost.knowngroups=
+dpml.transit.resourcehost.priority=10
+dpml.transit.resourcehost.trusted=true
+dpml.transit.resourcehost.policy=timestamp
+dpml.transit.resourcehost.username=
+dpml.transit.resourcehost.password=
+

Added:
development/main/home/transit/handler/etc/setup/authority/hosts/repository.dpml.net.host
==============================================================================
--- (empty file)
+++
development/main/home/transit/handler/etc/setup/authority/hosts/repository.dpml.net.host
Fri Feb 18 10:21:41 2005
@@ -0,0 +1,10 @@
+dpml.transit.resourcehost.enabled=true
+dpml.transit.resourcehost.class=net.dpml.transit.artifact.ClassicResourceHost
+dpml.transit.resourcehost.base=http://repository.dpml.net/classic
+dpml.transit.resourcehost.knowngroups=
+dpml.transit.resourcehost.priority=40
+dpml.transit.resourcehost.trusted=false
+dpml.transit.resourcehost.policy=fast
+dpml.transit.resourcehost.username=
+dpml.transit.resourcehost.password=
+

Added:
development/main/home/transit/handler/etc/setup/authority/hosts/www.apache.org.host
==============================================================================
--- (empty file)
+++
development/main/home/transit/handler/etc/setup/authority/hosts/www.apache.org.host
Fri Feb 18 10:21:41 2005
@@ -0,0 +1,7 @@
+dpml.transit.resourcehost.enabled=true
+dpml.transit.resourcehost.class=net.dpml.transit.artifact.ClassicResourceHost
+dpml.transit.resourcehost.base=http://www.apache.org/dist/java-repository
+dpml.transit.resourcehost.priority=100
+dpml.transit.resourcehost.trusted=false
+dpml.transit.resourcehost.policy=fast
+

Added:
development/main/home/transit/handler/etc/setup/authority/hosts/www.ibiblio.org.host
==============================================================================
--- (empty file)
+++
development/main/home/transit/handler/etc/setup/authority/hosts/www.ibiblio.org.host
Fri Feb 18 10:21:41 2005
@@ -0,0 +1,7 @@
+dpml.transit.resourcehost.enabled=true
+dpml.transit.resourcehost.class=net.dpml.transit.artifact.ClassicResourceHost
+dpml.transit.resourcehost.base=http://www.ibiblio.org/maven
+dpml.transit.resourcehost.priority=70
+dpml.transit.resourcehost.trusted=false
+dpml.transit.resourcehost.policy=fast
+



  • svn commit: r1809 - in development/main: . home/transit/handler/etc/setup/authority/hosts, mcconnell, 02/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page