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 3.8 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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://ant.apache.org/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, particularly 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:</p>
  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>Current development tasks include:</p>
  34. <UL>
  35. <LI>A more complete set of target and task editing
  36. capabilities.</LI>
  37. <LI>A wizard for creating basic build files, including importing
  38. existing code bases.</LI>
  39. <LI>Better build progress monitoring.</LI>
  40. </UL>
  41. <P>The Antidote source distribution comes with requirements and
  42. design documentation that better cover the details of application
  43. architecture, how to develop against it, and what the long term
  44. goals are. Furthermore, there is a <code>TODO</code> file listing
  45. the detailed, near-term tasks that need accomplishing.</P>
  46. <H2>Getting Involved</H2>
  47. <P>The source code for Antidote is located in a separate Module
  48. (<a href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>) in CVS.
  49. All the existing documentation can
  50. be found there where new contributors should read:</p>
  51. <UL>
  52. <LI><A HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/design-overview.html">Design Overview</A></LI>
  53. <LI><A HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/gui-requirements.html">Feature List</A></LI>
  54. <LI><A HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/gui-ideas.txt">Idea Refinement</A></LI>
  55. <LI><A HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/new-module-howto.html">New Module HOWTO</A></LI>
  56. <LI><A HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/uml/index.html">Static Class Diagrams</A></LI>
  57. </UL>
  58. <P>Online discussions about Antidote occur on the <A
  59. HREF="http://ant.apache.org/mail.html">Ant developer
  60. mailing list</A>. The application infrastructure is fairly
  61. complete, but there are almost unlimited opportunities for feature
  62. contributions.</p>
  63. <P>Aspiring contributors new to the project should
  64. (carefully) read the following for details on the contribution
  65. process:</p>
  66. <UL>
  67. <LI><A
  68. HREF="http://jakarta.apache.org/site/getinvolved.html">Get
  69. Involved</A></LI>
  70. <LI><A
  71. HREF="http://ant.apache.org/guidelines.html">Project
  72. Guidelines</A></LI>
  73. <LI><A HREF="http://jakarta.apache.org/site/source.html">Source
  74. Repositories (how to contribute patches)</A></LI>
  75. </UL>
  76. <HR>
  77. <P ALIGN="center">Copyright &copy; 2001,2003 Apache Software Foundation. All
  78. rights Reserved.</P>
  79. </BODY>
  80. </HTML>