You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2010/08/23 23:44:16 UTC

[jira] Updated: (PIG-1558) build.xml for site directory does not work

     [ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates updated PIG-1558:
----------------------------

    Attachment: PIG-1558.patch

Attached patch makes it so that the ant invocation requires the user to specify the location of forrest.  Also, the validation phase of forrest is disabled so that Java 1.6 can be used.

Removal of the validation phase does not seem to impact creation of the web pages.

> build.xml for site directory does not work
> ------------------------------------------
>
>                 Key: PIG-1558
>                 URL: https://issues.apache.org/jira/browse/PIG-1558
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.8.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: PIG-1558.patch
>
>
> Going to the site directory and running ant produces:  
> {code}
> ant 
> Buildfile: build.xml
> clean:
>    [delete] Deleting directory /Users/gates/src/pig/apache/site/author/build
> update:
> BUILD FAILED
> /Users/gates/src/pig/apache/site/build.xml:6: Execute failed: java.io.IOException: Cannot run program "forrest" (in directory "/Users/gates/src/pig/apache/site/author"): error=2, No such file or directory
> {code}
> Also, forrest here still requires Java 1.5, which can be fixed (see PIG-1508).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.