From 753a6c60f47f3ac4f270005b65e9d6481de8eb68 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:00:02 -0700 Subject: Adding maven and ant source trees Change-Id: I0a39b9add833a31b9c3f98d193983ae2f3a5a445 Signed-off-by: Ashlee Young --- .../manual/Integration/anttool1.gif | Bin 0 -> 4211 bytes .../manual/Integration/jext-plugin.html | 56 +++++++++++++++++++++ .../apache-ant-1.9.6/manual/Integration/remacc.gif | Bin 0 -> 10931 bytes .../manual/Integration/toolmenu.gif | Bin 0 -> 17569 bytes 4 files changed, 56 insertions(+) create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Integration/anttool1.gif create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Integration/jext-plugin.html create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Integration/remacc.gif create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Integration/toolmenu.gif (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Integration') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Integration/anttool1.gif b/framework/src/ant/apache-ant-1.9.6/manual/Integration/anttool1.gif new file mode 100644 index 00000000..ad450ba6 Binary files /dev/null and b/framework/src/ant/apache-ant-1.9.6/manual/Integration/anttool1.gif differ diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Integration/jext-plugin.html b/framework/src/ant/apache-ant-1.9.6/manual/Integration/jext-plugin.html new file mode 100644 index 00000000..84e88c08 --- /dev/null +++ b/framework/src/ant/apache-ant-1.9.6/manual/Integration/jext-plugin.html @@ -0,0 +1,56 @@ + + + + + + + +Apache AntWork Plugin for the Jext Java Text Editor + + + +

AntWork Plugin for the Jext Java Text Editor

+ by +
+ +

You can download the plugin at: ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip

+ +

Installation instructions from the Readme.txt:

+ +

You have to enable the Jext Console to see the Apache Ant output (menu: +Edit->Options... - General Panel), because the Ant messages are +redirected to the Jext console.

+ +

You can configure the Ant call in the Jext menu: Edit->Options... - +Plugin Options - Antwork Plugin Panel; here you can set the ant home +directory and the path to your build file.

+ +

You can start AntWork in the menu: Plugins->Ant->Work Now! In the +appearing dialog box you can enter the target which you want to +compile.

+ +

If a javac 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 text file.

+ + + diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Integration/remacc.gif b/framework/src/ant/apache-ant-1.9.6/manual/Integration/remacc.gif new file mode 100644 index 00000000..e02e0488 Binary files /dev/null and b/framework/src/ant/apache-ant-1.9.6/manual/Integration/remacc.gif differ diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Integration/toolmenu.gif b/framework/src/ant/apache-ant-1.9.6/manual/Integration/toolmenu.gif new file mode 100644 index 00000000..164db44d Binary files /dev/null and b/framework/src/ant/apache-ant-1.9.6/manual/Integration/toolmenu.gif differ -- cgit 1.2.3-korg