You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/03 16:52:19 UTC

svn commit: r391058 - /struts/current/nightly.sh

Author: wsmoak
Date: Mon Apr  3 07:52:17 2006
New Revision: 391058

URL: http://svn.apache.org/viewcvs?rev=391058&view=rev
Log:
Corrected path for Struts Action 1.3 nightly builds.

Modified:
    struts/current/nightly.sh

Modified: struts/current/nightly.sh
URL: http://svn.apache.org/viewcvs/struts/current/nightly.sh?rev=391058&r1=391057&r2=391058&view=diff
==============================================================================
--- struts/current/nightly.sh (original)
+++ struts/current/nightly.sh Mon Apr  3 07:52:17 2006
@@ -19,7 +19,7 @@
 export TARGET_HOST=svn.apache.org:/www/cvs.apache.org/builds/jakarta-struts/maven/
 export TARGET_1_2_URL=$TARGET_HOST/STRUTS_1_2_BRANCH/nightly
 export TARGET_1_3_URL=$TARGET_HOST/trunk/
-export NIGHTLIES=$SVN_DIR/struts/build/nightly
+export NIGHTLIES=$SVN_DIR/struts/action/build/nightly
 env
 
 echo "-------- Struts 1.2.x -------------"
@@ -53,8 +53,8 @@
 echo "--- get a fresh checkout from svn ---"
 svn co http://svn.apache.org/repos/asf/struts/current/ struts
 
-echo "--- build and deploy 1.3.x ---"
-cd $SVN_DIR/struts/build/
+echo "--- build and deploy Struts Action 1.3.x ---"
+cd $SVN_DIR/struts/action/build/
 maven nightly
 scp -r $NIGHTLIES $TARGET_1_3_URL
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org