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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!--
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
  16. <html>
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  19. <meta http-equiv="Content-Language" content="en-us">
  20. <link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
  21. <title>Apache AntWork Plugin for the Jext Java Text Editor</title>
  22. </head>
  23. <body>
  24. <h1>AntWork Plugin for the Jext Java Text Editor</h1>
  25. <a name="authors"></a>by<ul>
  26. <li>Klaus Hartlage
  27. (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
  28. </ul>
  29. <hr>
  30. <p>You can download the plugin at: <a
  31. href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></p>
  32. <h2>Installation instructions from the Readme.txt:</h2>
  33. <p>You have to enable the Jext Console to see the Ant output (menu:
  34. Edit-&gt;Options... - General Panel), because the Ant messages are
  35. redirected to the Jext console.</p>
  36. <p>You can configure the Ant call in the Jext menu: Edit-&gt;Options... -
  37. Plugin Options - Antwork Plugin Panel; here you can set the ant home
  38. directory and the path to your build file.</p>
  39. <p>You can start AntWork in the menu: Plugins-&gt;Ant-&gt;Work Now! In the
  40. appearing dialog box you can enter the target which you want to
  41. compile.</p>
  42. <p>If a javac error occurs in the ant run an error-list opens within
  43. Jext. With a double-click on the error-message you jump to the error
  44. in the specified java text file.</p>
  45. </body></html>