Richárd Antal created PHOENIX-6680:
--------------------------------------
Summary: Can't build phoenix website from build.sh
Key: PHOENIX-6680
URL: https://issues.apache.org/jira/browse/PHOENIX-6680
Project: Phoenix
Issue Type: Bug
Reporter: Richárd Antal
Running build.sh fails with the following exception:
{code:java}
Exception in thread "main" java.io.FileNotFoundException:
../../../../../phoenix-docs/docs/html/index.html (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at mergehtml.getFileAsString(mergehtml.java:33)
at mergehtml.main(mergehtml.java:15)
Exception in thread "main" java.io.FileNotFoundException:
../../../../../phoenix-docs/docs/html/functions.html (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at mergehtml.getFileAsString(mergehtml.java:33)
at mergehtml.main(mergehtml.java:15)
Exception in thread "main" java.io.FileNotFoundException:
../../../../../phoenix-docs/docs/html/datatypes.html (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at mergehtml.getFileAsString(mergehtml.java:33)
at mergehtml.main(mergehtml.java:15){code}
It makes the Gramma/Functions/Data Types pages basically empty
[https://phoenix.apache.org/language/index.html]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)