Хранилища Subversion ant

Редакция

Редакция 69 | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 69 Редакция 87
1
<commands version="1.0">
1
<commands version="1.0">
2
 <pickle>
2
 <pickle>
3
  <summary>Build PECL Package</summary>
3
  <summary>Build PECL Package</summary>
4
  <function>doPackage</function>
4
  <function>doPackage</function>
5
  <shortcut>pi</shortcut>
5
  <shortcut>pi</shortcut>
6
  <options>
6
  <options>
7
   <nocompress>
7
   <nocompress>
8
    <shortopt>Z</shortopt>
8
    <shortopt>Z</shortopt>
9
    <doc>Do not gzip the package file</doc>
9
    <doc>Do not gzip the package file</doc>
10
   </nocompress>
10
   </nocompress>
11
   <showname>
11
   <showname>
12
    <shortopt>n</shortopt>
12
    <shortopt>n</shortopt>
13
    <doc>Print the name of the packaged file.</doc>
13
    <doc>Print the name of the packaged file.</doc>
14
   </showname>
14
   </showname>
15
  </options>
15
  </options>
16
  <doc>[descfile] [descfile2]
16
  <doc>[descfile] [descfile2]
17
Creates a PECL package from its description file (usually called
17
Creates a PECL package from its description file (usually called
18
package.xml).  If a second packagefile is passed in, then
18
package.xml).  If a second packagefile is passed in, then
19
the packager will check to make sure that one is a package.xml
19
the packager will check to make sure that one is a package.xml
20
version 1.0, and the other is a package.xml version 2.0.  The
20
version 1.0, and the other is a package.xml version 2.0.  The
21
package.xml version 1.0 will be saved as &quot;package.xml&quot; in the archive,
21
package.xml version 1.0 will be saved as &quot;package.xml&quot; in the archive,
22
and the other as &quot;package2.xml&quot; in the archive&quot;
22
and the other as &quot;package2.xml&quot; in the archive&quot;
23
23
24
If no second file is passed in, and [descfile] is a package.xml 2.0,
24
If no second file is passed in, and [descfile] is a package.xml 2.0,
25
an automatic conversion will be made to a package.xml 1.0.  Note that
25
an automatic conversion will be made to a package.xml 1.0.  Note that
26
only simple package.xml 2.0 will be converted.  package.xml 2.0 with:
26
only simple package.xml 2.0 will be converted.  package.xml 2.0 with:
27
27
28
 - dependency types other than required/optional PECL package/ext/php/pearinstaller
28
 - dependency types other than required/optional PECL package/ext/php/pearinstaller
29
 - more than one extsrcrelease/zendextsrcrelease
29
 - more than one extsrcrelease/zendextsrcrelease
30
 - zendextbinrelease, extbinrelease, phprelease, or bundle release type
30
 - zendextbinrelease, extbinrelease, phprelease, or bundle release type
31
 - dependency groups
31
 - dependency groups
32
 - ignore tags in release filelist
32
 - ignore tags in release filelist
33
 - tasks other than replace
33
 - tasks other than replace
34
 - custom roles
34
 - custom roles
35
35
36
will cause pickle to fail, and output an error message.  If your package2.xml
36
will cause pickle to fail, and output an error message.  If your package2.xml
37
uses any of these features, you are best off using PEAR_PackageFileManager to
37
uses any of these features, you are best off using PEAR_PackageFileManager to
38
generate both package.xml.</doc>
38
generate both package.xml.</doc>
39
 </pickle>
39
 </pickle>
40
</commands>
40
</commands>