You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

charter.xml 6.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <index value="1"/>
  19. <title>Ant Libraries - Charter</title>
  20. </properties>
  21. <body>
  22. <section name="Charter">
  23. <p>Below is the text of the proposal that has been accepted by
  24. the Ant PMC. Further amendments are expected.</p>
  25. <source>
  26. Proposal to Create a Ant-Libraries Sub-Project in Apache Ant
  27. ============================================================
  28. (0) rationale
  29. Ant itself has accumulated lots and lots of tasks over time. So many,
  30. that Ant developers have become reluctant to adding new
  31. task. Furthermore any new task in Ant would be tied to Ant's release
  32. schedule which is too slow for a thriving, fresh piece of code.
  33. The proposal allows Ant tasks and types to be developed under the Ant
  34. umbrella by Ant developers but have much shorter release cycles than
  35. Ant itself. In addition it would new committers who would have commit
  36. access to a single Ant library instead of the whole of Ant.
  37. (1) scope of the subproject
  38. The subproject shall create and maintain libraries of Ant tasks and
  39. types. Each library will be managed in the same manner as the Ant
  40. project itself, the PMC is ultimately responsible for it.
  41. Common Java libraries that only happen to provide Ant tasks as well
  42. are out of scope of the subproject. Providing the tasks or types has
  43. to be the primary goal of the library.
  44. To further this goal, the subproject shall also host a workplace for
  45. Ant committers.
  46. (1.5) interaction with other subprojects
  47. (1.5.1) the sandbox
  48. The subproject will host a SVN repository available to all Ant
  49. committers as a workplace for new Ant libraries.
  50. Before a library can have a public release it has to get promoted to
  51. the "proper" Ant libraries subproject. This also means it has to match
  52. the requirements of an Ant library as defined in section (4) under
  53. Guidelines below.
  54. The status of any library developed in the sandbox shall be reviewed
  55. after six months and the library gets either promoted or removed - or
  56. it has to be re-evaluated after another six months.
  57. (2) identify the initial source from which the subproject is to be populated
  58. Some Ant committers have developed tasks or libraries inside of the
  59. Ant CVS module under the proposal/sandbox directory. Committers are
  60. free to move them over to the new sandbox subproject or remove them
  61. completely.
  62. Libraries expected to move to the sandbox subproject initially are
  63. * the .NET tasks under proposal/sandbox/dotnet
  64. * the Subversion support tasks under proposal/sandbox/svn
  65. (3) identify the initial Apache resources to be created
  66. (3.1) mailing list(s)
  67. None. At least at the beginning we don't expect too much traffic and
  68. the existing mailing lists of the Ant projects will be used.
  69. (3.2) SVN repositories
  70. Create &lt;http://svn.apache.org/repos/asf/ant/>
  71. Expected are sub-directories
  72. antlibs/
  73. |
  74. -----> proper/
  75. | |
  76. | -----> library1
  77. | | |
  78. | | -----------> trunk
  79. | | -----------> tags
  80. | | -----------> branches
  81. | -----> library2
  82. | |
  83. | -----------> trunk
  84. | -----------> tags
  85. | -----------> branches
  86. |
  87. -----> sandbox/
  88. |
  89. -----> library1
  90. | |
  91. | -----------> trunk
  92. | -----------> tags
  93. | -----------> branches
  94. -----> library2
  95. |
  96. -----------> trunk
  97. -----------> tags
  98. -----------> branches
  99. And potentially collections of all-trunks using svn:external as shown
  100. by the current Jakarta Commons structure.
  101. (3.3) Bugzilla
  102. New components under product "Ant" for each new library.
  103. (4) identify the initial set of committers
  104. All current Ant PMC members plus the active Ant committers who are not
  105. PMC members yet.
  106. Guidelines
  107. ----------
  108. Note:
  109. * is, has, will, shall, must - required.
  110. * may, should, are encouraged - optional but recommended.
  111. (1) The primary unit of reuse and release is the Ant library.
  112. (2) The library is not a framework or a general library but a
  113. collection of Ant tasks and types.
  114. (3) Each library must have a clearly defined purpose, scope, and API.
  115. (4) Each library is treated as a product in its own right.
  116. (4.1) Each library has its own status file, release schedule, version
  117. number, QA tests, documentation, bug category, and individual
  118. JAR.
  119. (4.2) Each library must clearly specify any external dependencies,
  120. including any other libraries, and the earliest JDK version
  121. required.
  122. (4.3) Each library must maintain a list of its active committers in
  123. its status file.
  124. (4.4) The libraries should use a standard scheme for versioning, QA
  125. tests, and directory layouts, and a common format for
  126. documentation and Ant build files.
  127. (4.4) Each library will be hosted on its own page on the subproject
  128. Web site, and will also be indexed in a master directory.
  129. (4.5) Volunteers become committers to this subproject in the same way
  130. they are entered to any Apache subproject.
  131. Once the required infrastructure is in place, volunteers may
  132. become committers for a single Ant library only.
  133. (4.6) New libraries may be proposed to the Ant dev mailing list. To be
  134. accepted, a library proposal must receive majority approval of
  135. the Ant PMC. Proposals are to identify the rationale for the
  136. library, its scope, the initial source from which the library is
  137. to be created, and the initial set of committers.
  138. (4.7) As stated in the Ant guidelines, an action requiring majority
  139. approval must receive at least 3 binding +1 votes and more +1
  140. votes than -1 votes.
  141. (4.8) Each Ant library needs at least three committers, at least one
  142. of them has to be an Ant PMC member.
  143. </source>
  144. </section>
  145. </body>
  146. </document>