You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Erik Abele (JIRA)" <ji...@apache.org> on 2008/02/07 13:08:10 UTC

[jira] Closed: (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 ]

Erik Abele closed INFRA-1448.
-----------------------------


Closing, done...

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