source: release-kits/lirk3/bin/ant-installer/web/manual/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: 2.2 KB
Line 
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
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
18<html>
19<head>
20 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
21 <meta http-equiv="Content-Language" content="en-us">
22 <link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
23<title>Apache AntWork Plugin for the Jext Java Text Editor</title>
24</head>
25<body>
26
27<h1>AntWork Plugin for the Jext Java Text Editor</h1>
28 <a name="authors"></a>by<ul>
29 <li>Klaus Hartlage
30 (<a href="mailto:[email protected]">[email protected]</a>)</li>
31</ul>
32<hr>
33
34<p>You can download the plugin at: <a
35href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></p>
36
37<h2>Installation instructions from the Readme.txt:</h2>
38
39<p>You have to enable the Jext Console to see the Ant output (menu:
40Edit-&gt;Options... - General Panel), because the Ant messages are
41redirected to the Jext console.</p>
42
43<p>You can configure the Ant call in the Jext menu: Edit-&gt;Options... -
44Plugin Options - Antwork Plugin Panel; here you can set the ant home
45directory and the path to your build file.</p>
46
47<p>You can start AntWork in the menu: Plugins-&gt;Ant-&gt;Work Now! In the
48appearing dialog box you can enter the target which you want to
49compile.</p>
50
51<p>If a javac error occurs in the ant run an error-list opens within
52Jext. With a double-click on the error-message you jump to the error
53in the specified java text file.</p>
54
55
56</body></html>
Note: See TracBrowser for help on using the repository browser.