ant/manual/Integration/jext-plugin.html

55 lines
2.2 KiB
HTML
Raw Normal View History

<!--
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.
-->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
<title>Apache AntWork Plugin for the Jext Java Text Editor</title>
</head>
<body>
<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>
</ul>
2018-03-04 10:36:45 +01:00
<hr/>
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>
2018-02-28 07:58:59 +01:00
<h2>Installation instructions from the Readme.txt</h2>
<p>You have to enable the Jext Console to see the Apache Ant output (menu:
2018-02-28 07:58:59 +01:00
Edit&rarr;Options&hellip;&ndash;General Panel), because Ant messages are
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&rarr;Options&hellip;&ndash;
Plugin Options&ndash;Antwork Plugin Panel; here you can set Ant home
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&rarr;Ant&rarr;Work Now! In the
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>
</body>
</html>