You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/05 15:40:47 UTC

svn commit: r1227613 - in /incubator/accumulo/trunk: ./ docs/src/user_manual/build.sh src/core/

Author: ecn
Date: Thu Jan  5 14:40:47 2012
New Revision: 1227613

URL: http://svn.apache.org/viewvc?rev=1227613&view=rev
Log:
ACCUMULO-247 add clue to install pdflatex

Modified:
    incubator/accumulo/trunk/   (props changed)
    incubator/accumulo/trunk/docs/src/user_manual/build.sh
    incubator/accumulo/trunk/src/core/   (props changed)

Propchange: incubator/accumulo/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  5 14:40:47 2012
@@ -1,3 +1,3 @@
-/incubator/accumulo/branches/1.3:1190280,1190413,1190420,1190427,1190500,1195622,1195625,1195629,1195635,1196044,1196054,1196057,1196071-1196072,1196106,1197066,1198935,1199383,1203683,1204625,1205547,1205880,1206169,1208031,1209124,1209526,1209532,1209539,1209541,1209587,1209657,1210518,1210571,1210596,1210598,1213424,1214320,1225006,1227215
+/incubator/accumulo/branches/1.3:1190280,1190413,1190420,1190427,1190500,1195622,1195625,1195629,1195635,1196044,1196054,1196057,1196071-1196072,1196106,1197066,1198935,1199383,1203683,1204625,1205547,1205880,1206169,1208031,1209124,1209526,1209532,1209539,1209541,1209587,1209657,1210518,1210571,1210596,1210598,1213424,1214320,1225006,1227215,1227231,1227611
 /incubator/accumulo/branches/1.3.5rc:1209938
-/incubator/accumulo/branches/1.4:1201902-1222706,1225007,1227202,1227216
+/incubator/accumulo/branches/1.4:1201902-1222706,1225007,1227202,1227216,1227289,1227611-1227612

Modified: incubator/accumulo/trunk/docs/src/user_manual/build.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/src/user_manual/build.sh?rev=1227613&r1=1227612&r2=1227613&view=diff
==============================================================================
--- incubator/accumulo/trunk/docs/src/user_manual/build.sh (original)
+++ incubator/accumulo/trunk/docs/src/user_manual/build.sh Thu Jan  5 14:40:47 2012
@@ -21,6 +21,7 @@ bin=`cd "$bin"; pwd`
 cd $bin
 
 if [ `which pdflatex | wc -l` -eq 0 ]; then
+  echo 'Missing pdflatex command. Please install.' 1>&2
   exit 0;
 fi
 

Propchange: incubator/accumulo/trunk/src/core/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  5 14:40:47 2012
@@ -1,3 +1,3 @@
-/incubator/accumulo/branches/1.3.5rc/src/core:1209938
 /incubator/accumulo/branches/1.3/src/core:1190280,1190413,1190420,1190427,1190500,1195622,1195625,1195629,1195635,1196044,1196054,1196057,1196071-1196072,1196106,1197066,1198935,1199383,1203683,1204625,1205547,1205880,1206169,1208031,1209124,1209526,1209532,1209539,1209541,1209587,1209657,1210518,1210571,1210596,1210598,1213424,1214320,1225006,1227215
-/incubator/accumulo/branches/1.4/src/core:1201902-1227271
+/incubator/accumulo/branches/1.3.5rc/src/core:1209938
+/incubator/accumulo/branches/1.4/src/core:1201902-1227271,1227611-1227612