buildframework/helium/tools/common/docs.ant.xml
author wbernard
Fri, 13 Aug 2010 14:59:05 +0300
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
permissions -rw-r--r--
helium_11.0.0-e00f171ca185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     2
<!-- 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     3
============================================================================ 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     4
Name        : docs.ant.xml 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     5
Part of     : Helium 
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     6
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     8
All rights reserved.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
     9
This component and the accompanying materials are made available
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    11
which accompanies this distribution, and is available
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    13
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    14
Initial Contributors:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    16
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    17
Contributors:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    18
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    19
Description:
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    20
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    21
============================================================================
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    22
-->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    23
<!--* @package framework -->
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    24
<project name="internal.docs" xmlns:hlm="http://www.nokia.com/helium" xmlns:ivy="antlib:org.apache.ivy.ant">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    25
    <description>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    26
    Documentation generation targets.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    27
    </description>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    28
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    29
    <!-- Location of documentation source.
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    30
    This is set to work with IDO docs, to avoid updating their config.
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    31
    @type string
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    32
    @scope public
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    33
    -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    34
    <property name="doc.src.dir" location="${basedir}/docs/src" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    35
    <!-- Location of documentation API source.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    36
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    37
    @scope private
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    38
    -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    39
    <property name="api.doc.src.dir" location="${helium.dir}/doc/api" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    40
    
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    41
    <!-- Location of documentation API source for RST.
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    42
    @type string
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    43
    @scope private
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    44
    -->
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    45
    <property name="api.rst.doc.src.dir" location="${helium.dir}/doc/api_rst" />
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    46
    
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    47
    <!-- Location of helium database
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    48
    @type string
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    49
    @scope private
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    50
    -->
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    51
    <property name="public.database.file" location="${basedir}/build/public_database.xml"/>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    52
    
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    53
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    54
    <!-- A list of source paths for RST documentation to be built. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    55
    <resources id="textdoc.paths">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    56
        <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    57
            <pathelement path="${doc.src.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    58
        </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    59
    </resources>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    60
    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    61
    <!-- The location where the docs will be built.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    62
    @type string
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    63
    @scope private -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    64
    <property name="doc.build.dir" location="${basedir}/build/doc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    65
    <!-- A temp location for doc processing.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    66
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    67
    @scope private -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    68
    <property name="doc.temp.dir" location="${basedir}/build/temp/doc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    69
    <!-- A temp location for doc processing.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    70
    @type string
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    71
    @scope private -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    72
    <property name="doc_search.temp.dir" location="${basedir}/build/temp/doc_search" />
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    73
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    74
    <fileset id="static.doc.files" dir="${helium.dir}/doc/src">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    75
        <include name="conf.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    76
        <include name=".static"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    77
        <include name=".templates/**"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    78
        <include name="*.jpg"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    79
        <include name="*.css"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    80
    </fileset>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    81
        
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    82
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    83
    <!-- Cleans the Helium API documentation. -->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
    84
    <target name="clean-helium-apidocs">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    85
        <delete dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
    86
        <delete dir="${doc.temp.dir}/api/helium"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    87
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    88
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
    89
    
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    90
    <!-- Generates an Ant XML database file showing only public content.
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    91
    @scope private    
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    92
    -->    
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    93
    <target name="docs-database">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    94
        <hlm:database output="${public.database.file}" scope="public" filesetonly="true">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    95
            <fileset dir=".">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    96
                <include name="**/*.ant.xml"/>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    97
                <include name="**/build.xml"/>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    98
            </fileset>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    99
        </hlm:database>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   100
    </target>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   101
    
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   102
    
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   103
    <!-- Creates images of the dependencies for all Ant targets.
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   104
        
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   105
    This includes creating a cmap file that is included in the HTML document,
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   106
    so the boxes in the image are linked to their targets. -->
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   107
    <target name="helium-api-dependency-images">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   108
        <mkdir dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   109
        <mkdir dir="${doc.temp.dir}/api/helium"/>
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   110
        <fmpp sourceRoot="${api.rst.doc.src.dir}" includes="*.dot.ftl" outputRoot="${doc.temp.dir}/api/helium"
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   111
              replaceExtension="dot.ftl, dot">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   112
            <data expandProperties="yes">
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   113
                doc: xml(${public.database.file})
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   114
            </data>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   115
        </fmpp>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   116
        <for param="dot.file" parallel="true" threadCount="${number.of.threads}">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   117
            <fileset dir="${doc.temp.dir}/api/helium" includes="*.dot"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   118
            <sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   119
                <echo>Processing dot file: @{dot.file}</echo>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   120
                <exec executable="dot" dir="${doc.temp.dir}/api/helium">
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   121
                    <arg line="-Tcmap @{dot.file} -O"/>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   122
                </exec>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   123
                <exec executable="dot" dir="${doc.build.dir}/api">
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   124
                    <arg line="-Tpng @{dot.file} -O"/>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   125
                </exec>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   126
            </sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   127
        </for>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   128
        <move todir="${doc.build.dir}/api/helium" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   129
            <fileset dir="${doc.temp.dir}/api/helium" includes="*.dot.png"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   130
        </move>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   131
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   132
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   133
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   134
    <!-- Builds the HTML files for the Helium API documentation. -->
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   135
    <target name="helium-api-html-docs">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   136
        <mkdir dir="${doc.build.dir}/api/helium"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   137
        <copy todir="${doc.temp.dir}/api/helium" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   138
            <fileset dir="${api.doc.src.dir}"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   139
        </copy>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   140
        <fmpp sourceRoot="${doc.temp.dir}/api/helium" excludes="*.dot.png,*.dot.ftl,**/*.dot,**/*.cmap,*.bak"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   141
              outputRoot="${doc.build.dir}/api/helium"
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   142
              replaceExtension="html.ftl, html">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   143
            <data expandProperties="yes">
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   144
                ant: antProperties()
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   145
                doc: xml(${public.database.file})
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   146
            </data>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   147
        </fmpp>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   148
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   149
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   150
    
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   151
    <!-- Builds the RST files for the Helium API documentation. -->
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   152
    <target name="helium-api-rst-docs">
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   153
        <mkdir dir="${doc.temp.dir}/api/helium"/>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   154
        <fmpp sourceRoot="${api.rst.doc.src.dir}" excludes="*.dot.png,*.dot.ftl,**/*.dot,**/*.cmap,*.bak"
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   155
              outputRoot="${doc.temp.dir}/api/helium"
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   156
              replaceExtension="rst.ftl, rst">
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   157
            <data expandProperties="yes">
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   158
                ant: antProperties()
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   159
                doc: xml(${public.database.file})
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   160
            </data>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   161
        </fmpp>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   162
    </target>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   163
    
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   164
    
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   165
    <!-- Builds the Helium API documentation. -->
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   166
    <target name="helium-apidocs" depends="clean-helium-apidocs,docs-database,
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   167
                    helium-api-dependency-images,helium-api-rst-docs"/>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   168
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   169
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   170
    <!-- Generate API documentation from the source code. -->
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   171
    <target name="apidocs" depends="helium-apidocs"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   172
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   173
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   174
    <!-- Macro to generate HTML docs from rst. -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   175
    <macrodef name="rstPrepMacro" uri="http://www.nokia.com/helium">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   176
        <attribute name="destdir"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   177
        <element name="resources-elements" implicit="yes"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   178
        <sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   179
            <for param="dir">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   180
                <resources-elements/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   181
                <sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   182
                    <echo>Copying textdocs source directory: @{dir}</echo>
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   183
                    <fmpp sourceRoot="@{dir}" excludes="**/*.bak"
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   184
                          outputRoot="@{destdir}" removeExtensions="ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   185
                          modes="copy(**/*.rst, **/*.html)">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   186
                        <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   187
                            ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   188
                            project: antProject()
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   189
                            doc: xml(${public.database.file})
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   190
                        </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   191
                    </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   192
                </sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   193
            </for>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   194
        </sequential>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   195
    </macrodef>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   196
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   197
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   198
    <!-- Macro to generate HTML docs from rst. -->
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   199
    <macrodef name="rstMacro" uri="http://www.nokia.com/helium">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   200
        <attribute name="version" default="${helium.version}"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   201
        <attribute name="src" default="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   202
        <attribute name="output" default="${doc.build.dir}"/>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   203
        <sequential>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   204
            <property name="sphinx.lib.dir" location="${helium.dir}/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   205
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   206
                <available file="${nokia.python.tools}/sphinxfixsearch.diff"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   207
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   208
                    <patch patchfile="${nokia.python.tools}/sphinxfixsearch.diff" originalfile="${sphinx.lib.dir}/search.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   209
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   210
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   211
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   212
                <resourcecount when="greater" count="0">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   213
                    <fileset dir="@{src}" includes="**/*.rst"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   214
                </resourcecount>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   215
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   216
                    <exec executable="python" failonerror="true">        
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   217
                        <arg file="${python.dir}/common/sphinx-build.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   218
                        <arg value="-b" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   219
                        <arg value="html" />            
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   220
                        <arg value="-D" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   221
                        <arg value="version=@{version}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   222
                        <arg value="-D" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   223
                        <arg value="release=@{version}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   224
                        <arg file="@{src}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   225
                        <arg file="@{output}" />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   226
                    </exec>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   227
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   228
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   229
            <if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   230
                <available file="${nokia.python.tools}/sphinxfixsearch.diff"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   231
                <then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   232
                    <patch reverse="true" patchfile="${nokia.python.tools}/sphinxfixsearch.diff" originalfile="${sphinx.lib.dir}/search.py"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   233
                </then>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   234
            </if>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   235
        </sequential>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   236
    </macrodef>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   237
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   238
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   239
    <!-- Generate search index for apis -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   240
    <target name="apidocs-search">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   241
        <echo>Convert API docs to .rst files</echo>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   242
        <hlm:python>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   243
import html2rest
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   244
import os
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   245
import codecs
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   246
#import traceback
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   247
for root, dirs, files in os.walk(r'${doc.build.dir}/api', topdown=False):
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   248
    for fname in files:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   249
        if '.html' in fname:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   250
            filename = os.path.abspath(os.path.join(root, fname))
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   251
            rstfilename = filename.replace('.html', '.rst')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   252
            try:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   253
                out = open(rstfilename, 'w')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   254
                html2rest.html2rest(html2rest.readsoup(filename), out)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   255
            except:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   256
                #traceback.print_exc()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   257
                print filename + ' failed to be converted to rst'
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   258
            finally:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   259
                out.close()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   260
                
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   261
            try:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   262
                rstfile = codecs.open(rstfilename, 'r', 'utf8')
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   263
                rstfile.read()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   264
            except:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   265
                print rstfilename + ' has invalid unicode'
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   266
                rstfile.close()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   267
                os.remove(rstfilename)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   268
        </hlm:python>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   269
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   270
        <move todir="${doc_search.temp.dir}" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   271
            <fileset dir="${doc.build.dir}/api">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   272
                <include name="**/*.rst"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   273
            </fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   274
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   275
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   276
        <move todir="${doc.build.dir}/api_backup" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   277
            <fileset dir="${doc.build.dir}/api"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   278
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   279
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   280
        <hlm:rstPrepMacro destdir="${doc_search.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   281
            <resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   282
                <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   283
                    <pathelement path="${helium.dir}/doc/default"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   284
                </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   285
            </resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   286
        </hlm:rstPrepMacro>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   287
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   288
        <copy file="${api.doc.src.dir}/apisearchindex.rst" tofile="${doc_search.temp.dir}/index.rst" overwrite="true"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   289
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   290
        <!--<copy todir="${doc_search.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   291
            <fileset refid="static.doc.files"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   292
        </copy>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   293
        <copy todir="${doc_search.temp.dir}" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   294
            <fileset dir="${helium.dir}/doc/src_search" includes="**/*"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   295
        </copy>-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   296
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   297
        <hlm:rstMacro src="${doc_search.temp.dir}" output="${doc.build.dir}/api"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   298
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   299
        <move todir="${doc.build.dir}/api" overwrite="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   300
            <fileset dir="${doc.build.dir}/api_backup"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   301
        </move>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   302
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   303
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   304
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   305
    <!-- Generate rst files for docs -->
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   306
    <target name="prep-textdocs" depends="docs-database">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   307
        <echo>Building docs into ${doc.build.dir}.</echo>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   308
        
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   309
        <delete dir="${doc.build.dir}/.doctrees"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   310
        <delete file="${doc.build.dir}/searchindex.json"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   311
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   312
        <resources id="textdoc.all.paths">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   313
            <!-- default doc content is always processed first -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   314
            <path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   315
                <pathelement path="${helium.dir}/doc/default"/>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   316
                <pathelement path="${helium.dir}/doc/src/manual"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   317
            </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   318
            <resources refid="textdoc.paths"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   319
        </resources>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   320
        <hlm:rstPrepMacro destdir="${doc.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   321
            <resources refid="textdoc.all.paths"/>    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   322
        </hlm:rstPrepMacro>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   323
    </target>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   324
        
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   325
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   326
    <target name="build-textdocs-dot-images">
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   327
        <for param="dot.file">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   328
            <fileset dir="${doc.temp.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   329
                <include name="**/*.dot"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   330
                <exclude name="api/helium/**/*.dot"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   331
            </fileset>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   332
            <sequential>
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   333
                <echo>Building dot file: @{dot.file}</echo>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   334
                <exec executable="dot">
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   335
                    <arg line="-Tpng @{dot.file} -O"/>
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   336
                </exec>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   337
            </sequential>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   338
        </for>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   339
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   340
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   341
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   342
    <!-- Generate HTML documentation from .rst documents with Sphinx.
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   343
    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   344
    All doc .rst files should be generated or copied into build/temp/doc before being processed into HTML.    
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   345
    -->
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   346
    <target name="build-textdocs">
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   347
        <hlm:rstMacro />
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   348
    </target>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   349
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   350
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   351
    <target name="textdocs" depends="prep-textdocs,build-textdocs-dot-images,build-textdocs"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   352
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   353
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   354
    <!-- Cleans only the RST text docs -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   355
    <target name="clean-textdocs">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   356
        <mkdir dir="${doc.build.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   357
        <mkdir dir="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   358
        <mkdir dir="${doc_search.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   359
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   360
        <delete includeemptydirs="true">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   361
            <fileset dir="${doc.build.dir}">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   362
                <include name="**/*"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   363
                <exclude name="api/helium/**/*"/>
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   364
                <exclude name="doclet/**"/>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
   365
                <exclude name="javadoc/**"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   366
            </fileset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   367
            <fileset dir="${doc.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   368
            <fileset dir="${doc_search.temp.dir}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   369
        </delete>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   370
    </target>
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   371
    
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   372
    
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   373
    <!-- Cleans all documentation. -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   374
    <target name="clean-docs" depends="clean-helium-apidocs,clean-textdocs"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   375
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents: 217
diff changeset
   376
    
217
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   377
    <!-- generate all the user documentation for helium -->
0f5e3a7fb6af helium_8.0-r15308
wbernard
parents: 179
diff changeset
   378
    <target name="docs" depends="clean-docs,apidocs,textdocs"/>
1
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   379
be27ed110b50 Bringing in Helium, imaker and cmaker
Alex Gilkes <alex.gilkes@nokia.com>
parents:
diff changeset
   380
</project>