equal
deleted
inserted
replaced
82 |
82 |
83 All build configurations must import helium.ant.xml to use Helium. --> |
83 All build configurations must import helium.ant.xml to use Helium. --> |
84 <import file="${helium.dir}/helium.ant.xml"/> |
84 <import file="${helium.dir}/helium.ant.xml"/> |
85 </project> |
85 </project> |
86 |
86 |
87 Note that here the default target is :hlm-t:`product-build` so this would be used for a product build configuration. In reality it would need many more properties to be complete. |
87 Note that here the default target is ``product-build`` so this would be used for a product build configuration. In reality it would need many more properties to be complete. |
88 |
88 |
89 Refer to the `configuration reference`_ for a full list of all Helium Ant properties. |
89 Refer to the `configuration reference`_ for a full list of all Helium Ant properties. |
90 |
90 |
91 .. _`configuration reference`: ../api/helium/index.html |
91 .. _`configuration reference`: ../api/helium/index.html |
92 |
92 |
186 single: Viewing target dependencies |
186 single: Viewing target dependencies |
187 |
187 |
188 Viewing target dependencies |
188 Viewing target dependencies |
189 =========================== |
189 =========================== |
190 |
190 |
191 The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. See the `manual page`_ for more information. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line. |
191 The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line. |
192 |
|
193 .. _`manual page`: ../api/helium/target-deps.html |
|
194 |
192 |
195 |
193 |
196 .. index:: |
194 .. index:: |
197 single: Automating build number assignment |
195 single: Automating build number assignment |
198 |
196 |