source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/Integration/jext-plugin.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.6 KB
Line 
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<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
8</head>
9<body>
10
11<h1>AntWork Plugin for the Jext - Java Text Editor</h1>
12 <a name="authors"></a>by<ul>
13 <li>Klaus Hartlage
14 (<a href="mailto:[email protected]">[email protected]</a>)</li>
15</ul>
16<hr>
17
18<p>You can download the plugin at: <a
19href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></p>
20
21<h2>Installation instructions from the Readme.txt:</h2>
22
23<p>You have to enable the Jext Console to see the Ant output (menu:
24Edit-&gt;Options... - General Panel), because the Ant messages are
25redirected to the Jext console.</p>
26
27<p>You can configure the Ant call in the Jext menu: Edit-&gt;Options... -
28Plugin Options - Antwork Plugin Panel; here you can set the ant home
29directory and the path to your build file.</p>
30
31<p>You can start AntWork in the menu: Plugins-&gt;Ant-&gt;Work Now! In the
32appearing dialog box you can enter the target which you want to
33compile.</p>
34
35<p>If a javac error occurs in the ant run an error-list opens within
36Jext. With a double-click on the error-message you jump to the error
37in the specified java text file.</p>
38
39<hr>
40<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
41Reserved.</p>
42</body></html>
Note: See TracBrowser for help on using the repository browser.