comparison doc/commands.txt @ 684:a9157ac17ff9 0.6.x

0.6dev: Merging [758:759] from trunk.
author osimons
date Fri, 11 Sep 2009 21:32:25 +0000
parents 9f5e9e0f6ac9
children 59e67e5df620
comparison
equal deleted inserted replaced
681:9d462b71e852 684:a9157ac17ff9
78 =========== 78 ===========
79 79
80 A bundle of generic tools that are not specific to any programming language or 80 A bundle of generic tools that are not specific to any programming language or
81 tool-chain. 81 tool-chain.
82 82
83 :Namespace: ``http://bitten.cmlenz.net/tools/sh`` 83 :Namespace: ``http://bitten.edgewall.org/tools/sh``
84 :Common prefix: ``sh`` 84 :Common prefix: ``sh``
85 85
86 86
87 ------------- 87 -------------
88 ``<sh:exec>`` 88 ``<sh:exec>``
150 ============ 150 ============
151 151
152 These commands provide support for tools commonly used for development of C/C++ 152 These commands provide support for tools commonly used for development of C/C++
153 applications on Unix platforms, such as ``make``. 153 applications on Unix platforms, such as ``make``.
154 154
155 :Namespace: ``http://bitten.cmlenz.net/tools/c`` 155 :Namespace: ``http://bitten.edgewall.org/tools/c``
156 :Common prefix: ``c`` 156 :Common prefix: ``c``
157 157
158 158
159 ------------------ 159 ------------------
160 ``<c:autoreconf>`` 160 ``<c:autoreconf>``
163 Executes ths autotool autoreconf. 163 Executes ths autotool autoreconf.
164 164
165 Parameters 165 Parameters
166 ---------- 166 ----------
167 167
168 :param force: consider all files obsolete 168 +----------------------+-----------------------------------------------------+
169 :param install: copy missing auxiliary files 169 | Name | Description |
170 :param symlink: install symbolic links instead of copies 170 +======================+=====================================================+
171 :param warnings: report the warnings falling in CATEGORY 171 | ``force`` | Consider all files obsolete |
172 :prepend_include: prepend directories to search path 172 +----------------------+-----------------------------------------------------+
173 :include: append directories to search path 173 | ``install`` | Copy missing auxiliary files |
174 174 +----------------------+-----------------------------------------------------+
175 175 | ``symlink`` | Install symbolic links instead of copies |
176 +--------------+-------------------------------------------------------------+ 176 +----------------------+-----------------------------------------------------+
177 | Name | Description | 177 | ``warnings`` | Report the warnings related to category |
178 +==============+=============================================================+ 178 | | (which can actually be a comma separated list) |
179 | ``force`` | Consider all files obsolete | 179 +----------------------+-----------------------------------------------------+
180 +--------------+-------------------------------------------------------------+
181 | ``install`` | Copy missing auxiliary files |
182 +--------------+-------------------------------------------------------------+
183 | ``symlink`` | Install symbolic links instead of copies |
184 +--------------+-------------------------------------------------------------+
185 | ``warnings`` | Report the warnings related to category |
186 | | (which can actually be a comma separated list) |
187 +--------------+-------------------------------------------------------------+
188 | ``prepend_include`` | Prepend directories to search path | 180 | ``prepend_include`` | Prepend directories to search path |
189 +--------------+-------------------------------------------------------------+ 181 +----------------------+-----------------------------------------------------+
190 | ``include`` | Append directories to search path | 182 | ``include`` | Append directories to search path |
191 +--------------+-------------------------------------------------------------+ 183 +----------------------+-----------------------------------------------------+
192 184
193 Examples 185 Examples
194 -------- 186 --------
195 187
196 .. code-block:: xml 188 .. code-block:: xml
366 Java Tools 358 Java Tools
367 ========== 359 ==========
368 360
369 A bundle of recipe commands that support tools commonly used by Java projects. 361 A bundle of recipe commands that support tools commonly used by Java projects.
370 362
371 :Namespace: ``http://bitten.cmlenz.net/tools/java`` 363 :Namespace: ``http://bitten.edgewall.org/tools/java``
372 :Common prefix: ``java`` 364 :Common prefix: ``java``
373 365
374 366
375 -------------- 367 --------------
376 ``<java:ant>`` 368 ``<java:ant>``
487 Mono Tools 479 Mono Tools
488 ========== 480 ==========
489 481
490 A bundle of recipe commands that support tools commonly used by Mono/.NET projects. 482 A bundle of recipe commands that support tools commonly used by Mono/.NET projects.
491 483
492 :Namespace: ``http://bitten.cmlenz.net/tools/mono`` 484 :Namespace: ``http://bitten.edgewall.org/tools/mono``
493 :Common prefix: ``mono`` 485 :Common prefix: ``mono``
494 486
495 ---------------- 487 ----------------
496 ``<mono:nunit>`` 488 ``<mono:nunit>``
497 ---------------- 489 ----------------
524 PHP Tools 516 PHP Tools
525 ========= 517 =========
526 518
527 A bundle of recipe commands for PHP_ projects. 519 A bundle of recipe commands for PHP_ projects.
528 520
529 :Namespace: ``http://bitten.cmlenz.net/tools/php`` 521 :Namespace: ``http://bitten.edgewall.org/tools/php``
530 :Common prefix: ``php`` 522 :Common prefix: ``php``
531 523
532 .. _php: http://php.net/ 524 .. _php: http://php.net/
533 525
534 --------------- 526 ---------------
626 ============ 618 ============
627 619
628 A bundle of recipe commands that support tools commonly used by Python_ 620 A bundle of recipe commands that support tools commonly used by Python_
629 projects. 621 projects.
630 622
631 :Namespace: ``http://bitten.cmlenz.net/tools/python`` 623 :Namespace: ``http://bitten.edgewall.org/tools/python``
632 :Common prefix: ``python`` 624 :Common prefix: ``python``
633 625
634 .. _python: http://www.python.org/ 626 .. _python: http://www.python.org/
635 627
636 628
872 control system. This commands are commonly used as the first step of a build 864 control system. This commands are commonly used as the first step of a build
873 recipe to actually pull the code that should be built from the repository. 865 recipe to actually pull the code that should be built from the repository.
874 866
875 .. _subversion: http://subversion.tigris.org/ 867 .. _subversion: http://subversion.tigris.org/
876 868
877 :Namespace: ``http://bitten.cmlenz.net/tools/svn`` 869 :Namespace: ``http://bitten.edgewall.org/tools/svn``
878 :Common prefix: ``svn`` 870 :Common prefix: ``svn``
879 871
880 872
881 ------------------ 873 ------------------
882 ``<svn:checkout>`` 874 ``<svn:checkout>``
1011 XML Tools 1003 XML Tools
1012 ========= 1004 =========
1013 1005
1014 A collection of recipe commands for XML processing. 1006 A collection of recipe commands for XML processing.
1015 1007
1016 :Namespace: ``http://bitten.cmlenz.net/tools/xml`` 1008 :Namespace: ``http://bitten.edgewall.org/tools/xml``
1017 :Common prefix: ``x`` 1009 :Common prefix: ``x``
1018 1010
1019 1011
1020 ----------------- 1012 -----------------
1021 ``<x:transform>`` 1013 ``<x:transform>``
1062 A collection of recipe commands for working with Mercurial_ (hg) repositories. 1054 A collection of recipe commands for working with Mercurial_ (hg) repositories.
1063 1055
1064 .. _mercurial: http://mercurial.selenic.com/ 1056 .. _mercurial: http://mercurial.selenic.com/
1065 1057
1066 1058
1067 :Namespace: ``http://bitten.cmlenz.net/tools/hg`` 1059 :Namespace: ``http://bitten.edgewall.org/tools/hg``
1068 :Common prefix: ``hg`` 1060 :Common prefix: ``hg``
1069 1061
1070 1062
1071 ------------- 1063 -------------
1072 ``<hg:pull>`` 1064 ``<hg:pull>``
Copyright (C) 2012-2017 Edgewall Software