Enis Soztutar created PHOENIX-2843:
--------------------------------------
Summary: Phoenix-site does not build with JDK-8
Key: PHOENIX-2843
URL: https://issues.apache.org/jira/browse/PHOENIX-2843
Project: Phoenix
Issue Type: Bug
Reporter: Enis Soztutar
Assignee: Enis Soztutar
Fix For: 4.8.0
Trying to build the phoenix-site with JDK-8 fails with the following:
{code}
HW10676:phoenix-docs$ ./build.sh docs
src/tools/org/h2/build/BuildBase.java:136: error: no suitable method found for
replaceAll(String,String,String)
pattern = replaceAll(pattern, "/", File.separator);
^
method List.replaceAll(UnaryOperator<File>) is not applicable
(actual and formal argument lists differ in length)
method ArrayList.replaceAll(UnaryOperator<File>) is not applicable
(actual and formal argument lists differ in length)
1 error
Error: Could not find or load main class org.h2.build.Build
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)