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:06:22 UTC

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

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


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.


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

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901612#action_12901612 ] 

Olga Natkovich commented on PIG-1558:
-------------------------------------

+1

> 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.


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

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates resolved PIG-1558.
-----------------------------

    Resolution: Fixed

Patch checked in.

> 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.