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

[jira] Updated: (INFRA-1508) add stdcxx to www.apache.org

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

Martin Sebor updated INFRA-1508:
--------------------------------

    Attachment: build.log

Attached build.log produced by:

(export PATH=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/bin:$PATH; export JAVA_HOME=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0; find $JAVA_HOME -name tools.jar && ant -debug) > build.log 2>&1

> add stdcxx to www.apache.org
> ----------------------------
>
>                 Key: INFRA-1508
>                 URL: https://issues.apache.org/jira/browse/INFRA-1508
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Martin Sebor
>         Attachments: build.log
>
>
> The list of projects on the top level Apache page (http://www.apache.org/) needs to be updated to include the recently graduated C++ Standard Library (http://stdcxx.apache.org/). I couldn't find much in the way of documentation on how to update the site but I put together the patch below for project.xml that looks like the file that needs to be updated. I plan to commit the patch sometime this weekend but I'll check this issue for comments before doing so in case there are other files that need updating.
> https://svn.apache.org/repos/asf/infrastructure/site/trunk/xdocs/stylesheets/project.xml
> Index: project.xml
> ===================================================================
> --- project.xml (revision 617736)
> +++ project.xml (working copy)
> @@ -104,6 +104,8 @@
>           title="Web application framework based on JavaServer(tm) Faces">Shale</a></li>
>    <li><a href="http://spamassassin.apache.org/" 
>           title="Mail filter to identify spam">SpamAssassin</a></li>
> +  <li><a href="http://stdcxx.apache.org/" 
> +         title="Apache C++ Standard Library">STDCXX</a></li>
>    <li><a href="http://struts.apache.org/" 
>           title="Model 2 framework for building Java web applications">Struts</a></li>
>    <li><a href="http://tapestry.apache.org/" 

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