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.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <title>Apache AntWork Plugin for the Jext - Java Text Editor</title>
  7. </head>
  8. <body>
  9. <h1>AntWork Plugin for the Jext - Java Text Editor</h1>
  10. <a name="authors"></a>by<ul>
  11. <li>Klaus Hartlage
  12. (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
  13. </ul>
  14. <p>Version $Revision$ - $Date$</p>
  15. <hr>
  16. <p>You can download the plugin at: <a
  17. href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></p>
  18. <h2>Installation instructions from the Readme.txt:</h2>
  19. <p>You have to enable the Jext Console to see the Ant output (menu:
  20. Edit->Options... - General Panel), because the Ant messages are
  21. redirected to the Jext console.</p>
  22. <p>You can configure the Ant call in the Jext menu: Edit->Options... -
  23. Plugin Options - Antwork Plugin Panel; here you can set the ant home
  24. directory and the path to your build file.</p>
  25. <p>You can start AntWork in the menu: Plugins->Ant->Work Now! In the
  26. appearing dialog box you can enter the target which you want to
  27. compile.</p>
  28. <p>If a javac error occurs in the ant run an error-list opens within
  29. Jext. With a double-click on the error-message you jump to the error
  30. in the specified java text file.</p>
  31. </body></html>