On Thu, Dec 27, 2012 at 11:55 PM, 周梦想 <[email protected]> wrote:
> hi Stack, > > how do you generate the home page of http://hbase.apache.com?I found it's > character code is ok, the charset code is utf8. > > I run 'mvn site'. See http://hbase.apache.org/book.html#hbase.org > But after I updated from your new code, it still generate unicode16 > code,just corrected the meta content. > [zhouhh@Hadoop48 trunk]$ mvn clean -Donepage docbkx:generate-html > > book.html: > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> > Oh. So I managed to set the charset as UTF-8 but it is generating UTF-16 output? I could set the book to be UTF-16? Else need to figure how to get docbkx to do UTF-8. > org.apache.maven.reporting.exec.DefaultMavenReportExecutor > java.lang.NoClassDefFoundError: org/apache/maven/reporting/MavenReport > Hmm... It looks like you are mvn3. What happens if you google the error? Any luck? This issue has some suggestions that seemed to fix things: https://jira.codehaus.org/browse/MCOBERTURA-166 St.Ack
