You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2009/01/31 17:17:19 UTC

svn commit: r739573 - in /hadoop/hbase/trunk: CHANGES.txt build.xml

Author: apurtell
Date: Sat Jan 31 16:17:19 2009
New Revision: 739573

URL: http://svn.apache.org/viewvc?rev=739573&view=rev
Log:
HBASE-1167 JSP doesn't work in a git checkout

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/build.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=739573&r1=739572&r2=739573&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Sat Jan 31 16:17:19 2009
@@ -35,6 +35,8 @@
    HBASE-903   [shell] Can't set table descriptor attributes when I alter a table
    HBASE-1164  Remove HBase private copy of SequenceFile
    HBASE-1166  saveVersion.sh doesn't work with git (Nitay Joffe via Stack)
+   HBASE-1167  JSP doesn't work in a git checkout (Nitay Joffe via Andrew
+               Purtell)
 
 Release 0.19.0 - 01/21/2009
   INCOMPATIBLE CHANGES

Modified: hadoop/hbase/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/build.xml?rev=739573&r1=739572&r2=739573&view=diff
==============================================================================
--- hadoop/hbase/trunk/build.xml (original)
+++ hadoop/hbase/trunk/build.xml Sat Jan 31 16:17:19 2009
@@ -188,12 +188,14 @@
     <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" >
       <classpath refid="jspc.classpath"/>
     </taskdef>
+    <mkdir dir="${build.webapps}/master/WEB-INF"/>
     <jspcompiler
      uriroot="${src.webapps}/master"
      outputdir="${generated.webapps.src}"
      package="org.apache.hadoop.hbase.generated.master"
      webxml="${build.webapps}/master/WEB-INF/web.xml">
     </jspcompiler>
+    <mkdir dir="${build.webapps}/regionserver/WEB-INF"/>
     <jspcompiler
      uriroot="${src.webapps}/regionserver"
      outputdir="${generated.webapps.src}"