Author: bayard
Date: Wed Nov 22 00:03:14 2006
New Revision: 478074
URL: http://svn.apache.org/viewvc?view=rev&rev=478074
Log:
Added a todo comment
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=478074&r1=478073&r2=478074
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Wed Nov 22
00:03:14 2006
@@ -108,6 +108,10 @@
maven -Dmaven.final.name=commons-$component-$time_stamp \
clean dist > $log_location/$component.log 2>&1
+ # TODO: Look at the error value of the above to determine success, not
+ # the existence of a jar file. We don't currently tell if a dist
+ # fails.
+
# Deploy dated jar manually to maven 1 snapshot repo
if [ -e "target/commons-$component-$time_stamp.jar" ] # build succeeded
then
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]