Author: bayard
Date: Tue Nov 21 16:21:08 2006
New Revision: 477988
URL: http://svn.apache.org/viewvc?view=rev&rev=477988
Log:
Stretched the maven-1 build fail/succeed block to cover more so it doesn't try
to do things with tar.gz/zips that don't exist
Modified:
jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh
Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh?view=diff&rev=477988&r1=477987&r2=477988
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Tue Nov 21
16:21:08 2006
@@ -102,6 +102,10 @@
maven -Dmaven.final.name=commons-$component-$time_stamp \
clean dist > $log_location/$component.log 2>&1
+ # Deploy dated jar manually to maven 1 snapshot repo
+ if [ -e "target/commons-$component-$time_stamp.jar" ] # build succeeded
+ then
+
# javadoc should be sitting in target/docs/apidocs/
if [ -d target/docs/apidocs/ ]
then
@@ -149,9 +153,6 @@
rm -r rat
- # Deploy dated jar manually to maven 1 snapshot repo
- if [ -e "target/commons-$component-$time_stamp.jar" ] # build succeeded
- then
# Create checksum file
md5sum -b target/commons-$component-$time_stamp.jar > \
target/commons-$component-$time_stamp.jar.md5
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]