2006-09-11 04:19:00 +00:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2001-03-05 13:07:15 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2005-04-29 18:58:16 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
|
2005-05-02 15:23:14 +00:00
|
|
|
<title>Apache AntWork Plugin for the Jext Java Text Editor</title>
|
2001-03-05 13:07:15 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2018-02-08 22:56:19 +01:00
|
|
|
<h1 id="authors">AntWork Plugin for the Jext Java Text Editor</h1>
|
|
|
|
by
|
|
|
|
<ul>
|
|
|
|
<li>Klaus Hartlage (<a href="mailto:KHartlage@t-online.de">KHartlage@t-online.de</a>)</li>
|
2001-03-05 13:07:15 +00:00
|
|
|
</ul>
|
2018-03-04 10:36:45 +01:00
|
|
|
<hr/>
|
2001-03-05 13:07:15 +00:00
|
|
|
|
2018-02-28 07:58:59 +01:00
|
|
|
<p>You can download the plugin
|
|
|
|
at: <a href="http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download">http://sourceforge.net/projects/jext/files/OldFiles/antwork_plugin.zip/download</a></p>
|
2001-03-05 13:07:15 +00:00
|
|
|
|
2018-02-28 07:58:59 +01:00
|
|
|
<h2>Installation instructions from the Readme.txt</h2>
|
2001-03-05 13:07:15 +00:00
|
|
|
|
2010-11-11 17:04:16 +00:00
|
|
|
<p>You have to enable the Jext Console to see the Apache Ant output (menu:
|
2018-02-28 07:58:59 +01:00
|
|
|
Edit→Options…–General Panel), because Ant messages are
|
2001-03-05 13:07:15 +00:00
|
|
|
redirected to the Jext console.</p>
|
|
|
|
|
2018-02-28 07:58:59 +01:00
|
|
|
<p>You can configure the Ant call in the Jext menu: Edit→Options…–
|
|
|
|
Plugin Options–Antwork Plugin Panel; here you can set Ant home
|
2001-03-05 13:07:15 +00:00
|
|
|
directory and the path to your build file.</p>
|
|
|
|
|
2018-02-28 07:58:59 +01:00
|
|
|
<p>You can start AntWork in the menu: Plugins→Ant→Work Now! In the
|
2001-03-05 13:07:15 +00:00
|
|
|
appearing dialog box you can enter the target which you want to
|
|
|
|
compile.</p>
|
|
|
|
|
2018-02-28 07:58:59 +01:00
|
|
|
<p>If a <code>javac</code> error occurs in the Ant run, an error list opens within
|
|
|
|
Jext. With a double click on the error message you jump to the error
|
|
|
|
in the specified Java source file.</p>
|
2001-03-05 13:07:15 +00:00
|
|
|
|
2018-02-08 22:56:19 +01:00
|
|
|
</body>
|
|
|
|
</html>
|