HBASE-1167 JSP doesn't work in a git checkout
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a579f449e0
commit
4d56aebba2
@ -35,6 +35,8 @@ Release 0.20.0 - Unreleased
|
||||
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
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user