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.

Antidote.html 4.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "strict.dtd">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>About Antidote</TITLE>
  5. </HEAD>
  6. <BODY>
  7. <H1>About Antidote</H1>
  8. <P>Version 0.1 (2001/02/13)</P>
  9. <P>Authors:
  10. <A HREF="mailto:simeon@fitch.net">Simeon H.K. Fitch</A>
  11. </P>
  12. <H2>Overview</H2>
  13. <P>Antidote is the <A
  14. HREF="http://jakarta.apache.org/ant/index.html">Ant</A> subproject
  15. for developing a graphical user interface to facilitate the
  16. efficient use of Ant. In general, its purpose is to allow the
  17. quick generation, modification, and use of Ant build files,
  18. helping the user define a build process and track down build
  19. problems. It is not meant to be an IDE, but an enabler for the
  20. powerful features available in Ant, particularlyl for novice
  21. users, or users who want a rapid way of controlling their build
  22. process.</P>
  23. <H2>Status</H2>
  24. <P>Antidote is still in the early stages of development, but does
  25. have a set of usable features, including:
  26. <UL>
  27. <LI>Reading Ant build files.</LI>
  28. <LI>Selecting targets and executing them.</LI>
  29. <LI>Context highlighted build status console.</LI>
  30. <LI>Modification of (some) build file components.</LI>
  31. <LI>Saving modified build file.</LI>
  32. </UL>
  33. </P>
  34. <P>Current development tasks include:
  35. <UL>
  36. <LI>A more complete set of target and task editing
  37. capabilities.</LI>
  38. <LI>A wizard for creating basic build files, including importing
  39. existing code bases.</LI>
  40. <LI>Better build progress monitoring.</LI>
  41. </UL>
  42. </P>
  43. <P>The Antidote source distribution comes with requirements and
  44. design documentation that better cover the details of application
  45. architecture, how to develop against it, and what the long term
  46. goals are. Furthermore, there is a <code>TODO</code> file listing
  47. the detailed, near-term tasks that need accomplishing.</P>
  48. <H2>Getting Involved</H2>
  49. <P>The source code for Antidote is included with the <A
  50. HREF="http://jakarta.apache.org/site/cvsindex.html">CVS</A>
  51. version of <A
  52. HREF="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ant">Ant</A>,
  53. starting in the directory <A
  54. HREF="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ant/src/antidote">
  55. jakarta-ant/src/antidote</A>. All the existing documentation can
  56. be found there where new contributors should read:
  57. <UL>
  58. <LI><A
  59. HREF="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/src/antidote/docs/design-overview.html">Design
  60. Overview</A></LI>
  61. <LI><A HREF="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/src/antidote/docs/gui-requirements.html">Feature List</A></LI>
  62. <LI><A
  63. HREF="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/src/antidote/docs/gui-ideas.txt">Idea Refinement</A></LI>
  64. <LI><A
  65. HREF="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/src/antidote/docs/new-module-howto.html">New Module HOWTO</A></LI>
  66. <LI><A
  67. HREF="http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/src/antidote/docs/uml/index.html">Static
  68. Class Diagrams</A></LI>
  69. </UL>
  70. <P>Online discussions about Antidote occur on the <A
  71. HREF="http://jakarta.apache.org/site/mail.html">jakarta-ant
  72. mailing list</A>. The application infrastructure is fairly
  73. complete, but there are almost unlimited oppotunities for feature
  74. contributions.
  75. <P>Asipring contributors new to the Jakarta Project should
  76. (carefully) read the following for details on the contribution
  77. process:
  78. <UL>
  79. <LI><A
  80. HREF="http://jakarta.apache.org/site/getinvolved.html">Get
  81. Involved</A></LI>
  82. <LI><A
  83. HREF="http://jakarta.apache.org/site/guidelines.html">Project
  84. Guidelines</A></LI>
  85. <LI><A HREF="http://jakarta.apache.org/site/source.html">Source
  86. Repositories (how to contribute patches)</A></LI>
  87. </UL>
  88. <HR>
  89. <P ALIGN="center">Copyright &copy; 2000 Apache Software Foundation. All
  90. rights Reserved.</P>
  91. </BODY>
  92. </HTML>