80 |
80 |
81 |
81 |
82 <h2>Target sf-package-postbuild-rnd</h2> |
82 <h2>Target sf-package-postbuild-rnd</h2> |
83 |
83 |
84 <p><b>Location</b></p> |
84 <p><b>Location</b></p> |
85 <p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L230">D:\maintools\sf-config\common\build.postbuild.xml:230:</a></tt> |
85 <p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L244">d:\maintools\sf-config\common\build.postbuild.xml:244:</a></tt> |
86 </p> |
86 </p> |
87 |
87 |
88 <p><b>Conditional execution</b></p> |
88 <p><b>Conditional execution</b></p> |
89 <p>No conditions on target execution.</p> |
89 <p>No conditions on target execution.</p> |
90 <hr/> |
90 <hr/> |
118 <th class="head">Name</th><th class="head">Edit status</th> |
107 <th class="head">Name</th><th class="head">Edit status</th> |
119 </tr> |
108 </tr> |
120 <tr> |
109 <tr> |
121 <td colspan="2">User editable properties</td> |
110 <td colspan="2">User editable properties</td> |
122 </tr> |
111 </tr> |
123 <tr> |
|
124 <td><a href="property-build.drive.html" title="<p>Substed drive where the build is performed. if not defined then helium should search next available build drive letter and subst autometically</p>" target="classframe"><tt class="docutils literal">build.drive</tt></a></td><td><a href="help.html" title="Help" target="classframe">recommended</a></td> |
|
125 </tr> |
|
126 <tr> |
112 <tr> |
127 <td colspan="2">Internal properties</td> |
113 <td colspan="2">Internal properties</td> |
128 </tr> |
114 </tr> |
129 <tr> |
|
130 <td><a href="property-build.log.dir.html" title="<p>This is where the build logs are stored.</p>" target="classframe"><tt class="docutils literal">build.log.dir</tt></a></td><td><a href="help.html" title="Help" target="classframe">discouraged</a></td> |
|
131 </tr> |
|
132 </table> |
115 </table> |
133 </p> |
116 </p> |
134 |
117 |
135 <hr/> |
118 <hr/> |
136 |
119 |
138 <h3>Target dependencies</h3> |
121 <h3>Target dependencies</h3> |
139 <p align="center"> |
122 <p align="center"> |
140 <img src="target-sf-package-postbuild-rnd.dot.png" alt="sf-package-postbuild-rnd dependencies" usemap="#dependencies" |
123 <img src="target-sf-package-postbuild-rnd.dot.png" alt="sf-package-postbuild-rnd dependencies" usemap="#dependencies" |
141 style="border-style: none"/> |
124 style="border-style: none"/> |
142 <map name="dependencies" id="dependencies"> |
125 <map name="dependencies" id="dependencies"> |
143 <area shape="rect" id="node1" href="target-sf-package-postbuild-rnd.html" title="sf-package-postbuild-rnd" alt="" coords="200,5,395,53"> |
126 <area shape="rect" id="node1" href="target-sf-package-postbuild-rnd.html" title="sf-package-postbuild-rnd" alt="" coords="203,31,397,79"> |
144 <area shape="rect" id="node4" href="target-sf-preprocess-package-config.html" title="sf-preprocess-package-config" alt="" coords="444,5,673,53"> |
127 <area shape="rect" id="node5" href="target-sf-preprocess-package-config.html" title="sf-preprocess-package-config" alt="" coords="457,5,687,53"> |
145 <area shape="rect" id="node2" href="target-sf-package-binary.html" title="sf-package-binary" alt="" coords="5,5,152,53"> |
128 <area shape="rect" id="node7" href="target-sf-zip-content.html" title="sf-zip-content" alt="" coords="516,77,628,125"> |
|
129 <area shape="rect" id="node2" href="target-sf-package-binary.html" title="sf-package-binary" alt="" coords="5,31,152,79"> |
|
130 <area shape="rect" id="node8" href="target-preprocess-zip-config.html" title="preprocess-zip-config" alt="" coords="740,77,911,125"> |
146 </map> |
131 </map> |
147 </p> |
132 </p> |
148 <hr/> |
133 <hr/> |
149 |
134 |
150 |
135 |
151 <h3>Source code</h3> |
136 <h3>Source code</h3> |
152 <pre> |
137 <pre> |
153 <target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> |
138 <target name="sf-package-postbuild-rnd" depends="sf-preprocess-package-config"> |
154 |
139 <antcall target="sf-zip-content"> |
155 <!-- zip any RnD _includefile.txt files generated during source packaging --> |
140 <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> |
156 <exec executable="perl" dir="${build.drive}/" failonerror="false" output="${build.log.dir}/zip_postbuild.log"> |
141 <param name="zip.target.name" value="rnd-postbuild"/> |
157 <arg value="${sf.common.config.dir}/tools/zip_includefiles.pl"/> |
142 </antcall> |
158 </exec> |
|
159 <!-- cleanup my moving includefiles to logs and zips to zips\release --> |
|
160 <move todir="${build.log.dir}"> |
|
161 <fileset dir="${build.drive}"><include name="*_includefile.txt"/></fileset> |
|
162 </move> |
|
163 <move todir="${build.drive}/output/zips/release"> |
|
164 <fileset dir="${build.drive}"><include name="bin*.zip"/></fileset> |
|
165 </move> |
|
166 <!-- TODO: merge with release_metadata.xml ? --> |
|
167 </target> |
143 </target> |
168 </pre> |
144 </pre> |
169 |
145 |
170 |
146 |
171 <hr/> |
147 <hr/> |