You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/02/16 23:24:19 UTC

[jira] [Comment Edited] (HBASE-10488) 'mvn site' is broken due to org.apache.jasper.JspC not found

    [ https://issues.apache.org/jira/browse/HBASE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902856#comment-13902856 ] 

Andrew Purtell edited comment on HBASE-10488 at 2/16/14 10:23 PM:
------------------------------------------------------------------

This comes from hbase-server and hbase-thrift modules, in the poms: 
{noformat}
<taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/>
{noformat}


was (Author: apurtell):
This comes from hbase-thrift:
{noformat}
/hbase-thrift/pom.xml:100:                <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/>
{noformat}

> 'mvn site' is broken due to org.apache.jasper.JspC not found
> ------------------------------------------------------------
>
>                 Key: HBASE-10488
>                 URL: https://issues.apache.org/jira/browse/HBASE-10488
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Andrew Purtell
>             Fix For: 0.99.0
>
>
> From https://builds.apache.org/job/PreCommit-HBASE-Build/8642/artifact/trunk/patchprocess/patchSiteOutput.txt :
> {code}
> [WARNING] The POM for org.apache.hbase:hbase-server:jar:0.99.0-20140127.165302-1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
> [WARNING] The POM for org.apache.hbase:hbase-server:jar:tests:0.99.0-20140127.165302-1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project hbase: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (generate) on project hbase-thrift: An Ant BuildException has occured: taskdef class org.apache.jasper.JspC cannot be found
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)