nickchalko 2003/06/25 23:39:55 Modified: . gump.sh Log: Add ant nobuild-project to the gump sequence. PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.8 +16 -1 jakarta-gump/gump.sh Index: gump.sh =================================================================== RCS file: /home/cvs/jakarta-gump/gump.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gump.sh 2 Jun 2003 18:18:44 -0000 1.7 +++ gump.sh 26 Jun 2003 06:39:55 -0000 1.8 @@ -78,6 +78,8 @@ cp $GUMP_HOST.xml $GUMP_PROFILE_LOG_DIR cp `grep profile $GUMP_HOST.xml | cut -d\" -f2` $GUMP_PROFILE_LOG_DIR + + # # Do a CVS update # @@ -86,6 +88,12 @@ cvs -q update -dP >> $GUMP_LOG 2>&1 rm -f .timestamp +# +# generate nobuild projects +# +cd $GUMP +echo $SEPARATOR >> $GUMP_LOG +ant nobuild-projects >> $GUMP_LOG 2>&1 # # Check the projects @@ -133,6 +141,28 @@ pkill -P $$ # $Log$ +# Revision 1.8 2003/06/26 06:39:55 nickchalko +# Add ant nobuild-project to the gump sequence. +# PR: +# Obtained from: +# Submitted by: +# Reviewed by: +# CVS: ---------------------------------------------------------------------- +# CVS: PR: +# CVS: If this change addresses a PR in the problem report tracking +# CVS: database, then enter the PR number(s) here. +# CVS: Obtained from: +# CVS: If this change has been taken from another system, such as NCSA, +# CVS: then name the system in this line, otherwise delete it. +# CVS: Submitted by: +# CVS: If this code has been contributed to Apache by someone else; i.e., +# CVS: they sent us a patch or a new module, then include their name/email +# CVS: address here. If this is your work then delete this line. +# CVS: Reviewed by: +# CVS: If we are doing pre-commit code reviews and someone else has +# CVS: reviewed your changes, include their name(s) here. +# CVS: If you have not had it reviewed then delete this line. +# # Revision 1.7 2003/06/02 18:18:44 nickchalko # Fixed typo. $ should be inside the "" # PR:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
