jefft       02/03/23 16:48:45

  Modified:    all      build.sh
               all/examples build.sh
               all/examples/altprofile build.sh
               all/examples/container build.sh
               all/examples/jdbcdatasource build.sh
               cache    build.sh
               cli      build.sh
               extension build.sh
               i18n     build.sh
               io       build.sh
               naming   build.sh
               tar      build.sh
               template-product build.sh
               zip      build.sh
  Log:
  Pass through params from the command-line
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-avalon-excalibur/all/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.8
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.9
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/all/examples/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.2
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.3
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../../build.sh -f $BASE/build.xml
  +$BASE/../../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/all/examples/altprofile/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/examples/altprofile/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../../../build.sh -f $BASE/build.xml
  +$BASE/../../../build.sh -f $BASE/build.xml $@
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/all/examples/container/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/examples/container/build.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.2
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.3
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../../../build.sh -f $BASE/build.xml
  +$BASE/../../../build.sh -f $BASE/build.xml $@
  
  
  
  1.5       +1 -1      
jakarta-avalon-excalibur/all/examples/jdbcdatasource/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/examples/jdbcdatasource/build.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.4
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.5
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../../../build.sh -f $BASE/build.xml
  +$BASE/../../../build.sh -f $BASE/build.xml $@
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/cache/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  23 Mar 2002 13:04:25 -0000      1.1
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.2
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/cli/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/extension/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/i18n/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:44 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/io/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:45 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/naming/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.3
  +++ build.sh  24 Mar 2002 00:48:45 -0000      1.4
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/tar/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.1
  +++ build.sh  24 Mar 2002 00:48:45 -0000      1.2
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/template-product/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.1
  +++ build.sh  24 Mar 2002 00:48:45 -0000      1.2
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/zip/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  23 Mar 2002 13:04:26 -0000      1.1
  +++ build.sh  24 Mar 2002 00:48:45 -0000      1.2
  @@ -2,4 +2,4 @@
   
   BASE=`dirname $0`  # Directory containing this script. Not the same as $PWD.
   
  -$BASE/../build.sh -f $BASE/build.xml
  +$BASE/../build.sh -f $BASE/build.xml $@
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to