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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <html>
  16. <head>
  17. <meta http-equiv="Content-Language" content="en-us">
  18. <link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
  19. <title>Apache AntWork Plugin for the Jext Java Text Editor</title>
  20. </head>
  21. <body>
  22. <h1 id="authors">AntWork Plugin for the Jext Java Text Editor</h1>
  23. by
  24. <ul>
  25. <li>Klaus Hartlage (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
  26. </ul>
  27. <hr/>
  28. <p>You can download the plugin
  29. at: <a href="http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download"
  30. target="_top">http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>
  31. <h2>Installation instructions from the Readme.txt</h2>
  32. <p>You have to enable the Jext Console to see the Apache Ant output (menu:
  33. Edit&rarr;Options&hellip;&ndash;General Panel), because Ant messages are redirected to the Jext
  34. console.</p>
  35. <p>You can configure the Ant call in the Jext menu: Edit&rarr;Options&hellip;&ndash; Plugin
  36. Options&ndash;Antwork Plugin Panel; here you can set Ant home directory and the path to your build
  37. file.</p>
  38. <p>You can start AntWork in the menu: Plugins&rarr;Ant&rarr;Work Now! In the appearing dialog box
  39. you can enter the target which you want to compile.</p>
  40. <p>If a <code>javac</code> error occurs in the Ant run, an error list opens within Jext. With a
  41. double click on the error message you jump to the error in the specified Java source file.</p>
  42. </body>
  43. </html>