You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/01/24 00:16:34 UTC

[jira] Resolved: (INFRA-1448) /tools/xdocs2/scripts/build.pl bugs

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

Sebb resolved INFRA-1448.
-------------------------

    Resolution: Fixed

Thanks

commit -m "INFRA-1448 - fix log error and conditional assignment bugs" 
    Committed revision 614728.

> /tools/xdocs2/scripts/build.pl bugs
> -----------------------------------
>
>                 Key: INFRA-1448
>                 URL: https://issues.apache.org/jira/browse/INFRA-1448
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>            Priority: Critical
>         Attachments: build.patch
>
>
> https://svn.apache.org/repos/asf/infrastructure/trunk/tools/xdocs2/scripts/build.pl has some bugs:
> - printf(FH,...) should be printf FH (...)
> This causes a syntax error- unexpected '(' - on Unix.
> - $dir |= $xdocsDir; should be $dir ||= $xdocsDir; - i.e. conditional assignment rather than logical OR.
> This does not cause a problem on Unix at present.
> - add new line to tidy output.

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