You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Sambit Tripathy (JIRA)" <ji...@apache.org> on 2014/12/29 12:43:13 UTC

[jira] [Commented] (CALCITE-549) Broken links in the web page

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

Sambit Tripathy commented on CALCITE-549:
-----------------------------------------

I did this 

{code}
$ svn co https://svn.apache.org/repos/asf/incubator/calcite
$ cd calcite
$ mvn site
{code} 

The code is not compiling and throwing me the error below
{code}
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Child module D:\Root\Project\2015\opensource\calcite\releases\0.9.2-incubating of D:\Root\Project\2015\opensource\calcite\releases\pom.xml does not exist @

        at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:405)
        at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:663)
        at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:654)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:243)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR]
[ERROR]   The project org.apache.calcite:calcite-website-releases:0.1 (D:\Root\Project\2015\opensource\calcite\releases\pom.xml) has 1 error
[ERROR]     Child module D:\Root\Project\2015\opensource\calcite\releases\0.9.2-incubating of D:\Root\Project\2015\opensource\calcite\releases\pom.xml does not exist
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}

Actually I could not find a directory under "0.9.2-incubating" under /releases

> Broken links in the web page
> ----------------------------
>
>                 Key: CALCITE-549
>                 URL: https://issues.apache.org/jira/browse/CALCITE-549
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 0.9.0-incubating, 0.9.1-incubating, 0.8, 0.9.1, 0.9.2-incubating, 1.0.0-incubating
>            Reporter: Sambit Tripathy
>            Assignee: Julian Hyde
>            Priority: Minor
>              Labels: documentation, newbie, webpage
>             Fix For: 0.9.1-incubating
>
>
> Links are broken at the site http://calcite.incubator.apache.org/  and the website content is not accessible.
> More importantly links like getting started, user guide and how to contribute is broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)