buildframework/helium/tools/publish/nwiki.ant.xml
changeset 640 ac0bbc1e5d79
parent 628 7c4a911dc066
equal deleted inserted replaced
639:0e65f93be3cb 640:ac0bbc1e5d79
    88               - it wraps the BOM.txt in "pre" tags for
    88               - it wraps the BOM.txt in "pre" tags for
    89                 the wiki to interpret the text verbatim
    89                 the wiki to interpret the text verbatim
    90               - nwiki.domain is typically nwiki.nokia.com
    90               - nwiki.domain is typically nwiki.nokia.com
    91               - location could be, MBPVancouver for example
    91               - location could be, MBPVancouver for example
    92     -->
    92     -->
    93     <target name="create-wiki-bom" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="publish">
    93     <target name="create-wiki-bom" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="internal.publish.enabled">
       
    94         
    94         <loadfile property="temp-bom-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM.txt" failonerror="false">
    95         <loadfile property="temp-bom-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM.txt" failonerror="false">
    95         </loadfile>
    96         </loadfile>
    96         <if>
    97         <if>
    97             <isset property="temp-bom-data" />
    98             <isset property="temp-bom-data" />
    98             <then>
    99             <then>
   107               - it wraps the BOM_delta.txt in "pre" tags for
   108               - it wraps the BOM_delta.txt in "pre" tags for
   108                 the wiki to interpret the text verbatim
   109                 the wiki to interpret the text verbatim
   109               - nwiki.domain is typically nwiki.nokia.com
   110               - nwiki.domain is typically nwiki.nokia.com
   110               - location could be, MBPVancouver for example
   111               - location could be, MBPVancouver for example
   111     -->
   112     -->
   112     <target name="create-wiki-bom-delta" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="publish">
   113     <target name="create-wiki-bom-delta" depends="remove-build-version-dots,get-nwiki-username,get-nwiki-password" if="internal.publish.enabled">
       
   114         
   113         <loadfile property="temp-bom-delta-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM_delta.txt" failonerror="false">
   115         <loadfile property="temp-bom-delta-data" srcfile="${prep.log.dir}/${build.name}_${build.version}_BOM_delta.txt" failonerror="false">
   114         </loadfile>
   116         </loadfile>
   115 
   117 
   116         <if>
   118         <if>
   117             <isset property="temp-bom-delta-data" />
   119             <isset property="temp-bom-delta-data" />