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

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