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.

index.html 7.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  4. <head>
  5. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  6. <title>Apache Ant - Antlib</title>
  7. <link type="text/css" href="../../page.css" rel="stylesheet">
  8. <meta name="author" content="Jose Alberto Fernandez">
  9. <meta name="email" content="jalberto@cellectivity.com">
  10. <meta name="author" content="Antoine Levy-Lambert">
  11. <meta name="email" content="antoine@apache.org">
  12. </head>
  13. <body>
  14. <p class="navpath">
  15. <script src="../../breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
  16. </p>
  17. <div class="logobar">
  18. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  19. <tr>
  20. <td align="left"><img border="0" alt="Apache Ant site" src="../../images/group-logo.gif"></td>
  21. <td align="center" width="100%"><img alt="Apache Ant logo" border="0" src="../../images/project-logo.gif"></td>
  22. <td align="right">
  23. <form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
  24. <table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
  25. <tr>
  26. <td colspan="3"><img height="10" width="1" alt="" src="../../images/spacer.gif"></td>
  27. </tr>
  28. <tr>
  29. <td><img height="1" width="1" alt="" src="../../images/spacer.gif"></td>
  30. <td nowrap="nowrap" class="searchcaption">
  31. <input name="q" type="hidden">
  32. <input size="15" id="query" type="text">
  33. <img height="1" width="5" alt="" src="../../images/spacer.gif">
  34. <input name="Search" value="Search" type="submit">
  35. <br>
  36. the Apache Ant site
  37. </td>
  38. <td><img height="1" width="1" alt="" src="../../images/spacer.gif"></td>
  39. </tr>
  40. <tr>
  41. <td><img alt="" border="0" height="10" width="9" src="../../images/search-left.gif"></td>
  42. <td><img height="1" width="1" alt="" src="../../images/spacer.gif"></td>
  43. <td><img alt="" border="0" height="10" width="9" src="../../images/search-right.gif"></td>
  44. </tr>
  45. </table>
  46. </form>
  47. </td>
  48. </tr>
  49. </table>
  50. </div>
  51. <div class="tab">
  52. <table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
  53. <tr>
  54. <td width="5"><img alt="" height="8" width="8" src="../../images/spacer.gif"></td><td valign="bottom">
  55. <table summary="non selected tab" style="height: 1.4em" border="0" cellpadding="0" cellspacing="0">
  56. <tr>
  57. <td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../../images/tab-left.gif"></td><td valign="middle" bgcolor="#B2C4E0"><a href="../../index.html"><font size="2" face="Arial, Helvetica, Sans-serif">Home</font></a></td><td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../../images/tab-right.gif"></td>
  58. </tr>
  59. </table>
  60. </td>
  61. <td width="5"><img alt="" height="8" width="8" src="../../images/spacer.gif"></td><td valign="bottom">
  62. <table summary="non selected tab" style="height: 1.4em" border="0" cellpadding="0" cellspacing="0">
  63. <tr>
  64. <td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../../images/tab-left.gif"></td><td valign="middle" bgcolor="#B2C4E0"><a href="../../projects/index.html"><font size="2" face="Arial, Helvetica, Sans-serif">Projects</font></a></td><td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="../../images/tab-right.gif"></td>
  65. </tr>
  66. </table>
  67. </td>
  68. </tr>
  69. </table>
  70. </div>
  71. <div class="bluebar"></div>
  72. <div class="menucontainer">
  73. <div class="menu">
  74. <ul>
  75. </ul>
  76. </div>
  77. <img style="float: left" height="10" width="10" border="0" alt="" src="../../images/menu-left.gif">
  78. <img style="float: right" height="10" width="10" border="0" alt="" src="../../images/menu-right.gif">
  79. </div>
  80. <div class="lightbluebar">&nbsp;</div>
  81. <div class="main">
  82. <div class="content">
  83. <h1 class="title">Antlib</h1>
  84. <h3 class="section">
  85. <a name="Introduction"></a>
  86. Introduction
  87. </h3>
  88. <p>The purpose of this document is to summarize the discussions taking
  89. place concerning antlib. I will try to always give proper credit, and to represent
  90. honestly different views expressed on the ant development mailing list.
  91. Send comments/criticisms if you are not happy with these documents.
  92. </p>
  93. <h3 class="section">
  94. <a name="Overview"></a>
  95. Overview
  96. </h3>
  97. <p>
  98. Jose Alberto Fernandez 03.04.2003 18:25
  99. </p>
  100. <p>
  101. There are the following features in the antlib proposal:
  102. <ol>
  103. <li>
  104. antlib &amp; antjar
  105. </li>
  106. <li>
  107. type definitions that allow to define new implementations of mappers, selectors, paths, conditions, etc. That you can define in your antlib and a way to link this with the introspectors (I am not sure how complete this is).
  108. </li>
  109. <li>
  110. A scoping framework for the symbol tables needed to manage the antlib definitions (I think ANT has something on this regard)
  111. </li>
  112. <li>
  113. A framework for managing classloaders where you can specify which classloader to use when loading an antlib.
  114. </li>
  115. </ol>
  116. </p>
  117. <h3 class="section">
  118. <a name="Specific themes"></a>
  119. Specific themes
  120. </h3>
  121. <ol>
  122. <li>
  123. <a href="antlib_contract.html"> Antlib contract</a>
  124. </li>
  125. <li>
  126. <a href="antlib_descriptors.html"> Antlib descriptors</a>
  127. </li>
  128. <li>
  129. <a href="antlib_classloaders.html">Classloaders</a>
  130. </li>
  131. <li>
  132. <a href="roles.html">Roles, polymorphism, introspection</a>
  133. </li>
  134. <li>
  135. <a href="antlib_namespaces.html">XML namespaces</a>
  136. </li>
  137. <li>
  138. <a href="antlib_roadmap.html">Roadmap</a>
  139. </li>
  140. </ol>
  141. </div>
  142. </div>
  143. <p class="copyright">
  144. Copyright &copy; 2000-2003&nbsp;The Apache Software Foundation. All rights reserved.
  145. <script type="text/javascript" language="JavaScript"><!--
  146. document.write(" - "+"Last Published: " + document.lastModified);
  147. // -->
  148. </script>
  149. </p>
  150. </body>
  151. </html>