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.xml 3.1 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2003-2004 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <index value="1"/>
  17. <author email="christoph.wilhelms@t-online.de">Christoph Wilhelms</author>
  18. <title>About Antidote</title>
  19. </properties>
  20. <body>
  21. <section name="About">
  22. <h3>ANTidote is the GUI for Ant...</h3>
  23. <p>... in fact it is the Ant GUI by the Apache Ant project itself, because,
  24. as you might know, there are several other graphical user interfaces covering Ant.
  25. Most of them are integrated in IDEs such as <a href="http://ant.netbeans.org">NetBeans</a>
  26. or <a href="http://www.eclipse.org">Eclipse</a>. To be honest Antidote
  27. has started a long time ago (spring 2000) and was designed to become integrable into
  28. IDEs by it's original Author Simeon H. K. Fitch, who did the most work on Antidote.
  29. Unfortunately the Antidote community never came really "to speed" and so the IDE-guys
  30. where faster with their integrations.
  31. </p>
  32. <p>With these other Ant GUIs Antidote became less important and it seemed there was not much
  33. interest in such a tool...
  34. </p>
  35. <p>Anyways: The "sleeping beauty" Antidote has been awaken and is now being developed to
  36. a full featured, stand alone, JFC/Swing-based Ant GUI to graphically create, edit and run
  37. build-files to be quite useful for the developer who do not use an IDE at all. So one of
  38. the goals of Antidote development is to make it small, fast and really neat :)!
  39. </p>
  40. </section>
  41. <section name="Get a glimpse">
  42. <p>
  43. <img src="images/screenshot.jpg" width="648" height="595" alt="Screenshot"/>
  44. </p>
  45. <p>This is a screenshot of how Antidote looks today. Still there is, of course, a lot to do
  46. and you are welcome to contribute! It shows Antidote using a custom look and feel called
  47. "Metouia" which you can find <a href="http://mlf.sourceforge.net">here</a> if you want to try it!
  48. </p>
  49. </section>
  50. <section name="Get Involved">
  51. <p>Antidote is discussed on the main Ant mailing lists you can find here:
  52. </p>
  53. <ul>
  54. <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
  55. <li><a href="../../mail.html">Join Mailing Lists</a></li>
  56. <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
  57. </li>
  58. <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
  59. </li>
  60. </ul>
  61. </section>
  62. </body>
  63. </document>