You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/04/01 13:21:00 UTC

[jira] [Commented] (PHOENIX-6680) Can't build phoenix website from build.sh

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

Istvan Toth commented on PHOENIX-6680:
--------------------------------------

I know that we have some binary JARS for the grammar pages that we have probably lost the sources for, but build.sh "works for me" with JDK8.

What is your environment / JDK, [~richardantal]  ?

> 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
>            Priority: Major
>
> 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)