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.

jext-plugin.html 1.6 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <meta http-equiv="Content-Language" content="en-us">
  6. <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  7. <title>Apache AntWork Plugin for the Jext - Java Text Editor</title>
  8. </head>
  9. <body>
  10. <h1>AntWork Plugin for the Jext - Java Text Editor</h1>
  11. <a name="authors"></a>by<ul>
  12. <li>Klaus Hartlage
  13. (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
  14. </ul>
  15. <p>Version $Revision$ - $Date$</p>
  16. <hr>
  17. <p>You can download the plugin at: <a
  18. href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></p>
  19. <h2>Installation instructions from the Readme.txt:</h2>
  20. <p>You have to enable the Jext Console to see the Ant output (menu:
  21. Edit-&gt;Options... - General Panel), because the Ant messages are
  22. redirected to the Jext console.</p>
  23. <p>You can configure the Ant call in the Jext menu: Edit-&gt;Options... -
  24. Plugin Options - Antwork Plugin Panel; here you can set the ant home
  25. directory and the path to your build file.</p>
  26. <p>You can start AntWork in the menu: Plugins-&gt;Ant-&gt;Work Now! In the
  27. appearing dialog box you can enter the target which you want to
  28. compile.</p>
  29. <p>If a javac error occurs in the ant run an error-list opens within
  30. Jext. With a double-click on the error-message you jump to the error
  31. in the specified java text file.</p>
  32. <hr>
  33. <p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
  34. Reserved.</p>
  35. </body></html>