source: release-kits/lirk3/bin/ant-installer/web/index.jsp@ 14982

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

initial import of LiRK3

File size: 13.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4 <title>Ant Installer</title>
5 <link href="style.css" type="text/css" rel="stylesheet">
6 <link href="css/nav.css" rel="stylesheet" type="text/css">
7 <link rel="SHORTCUT ICON" type="image/png" href="images/antinstaller-icon.png">
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 <meta name="keywords"
10 content="Ant, installer, AntInstall, gui, console, input, parameters, properties, swing, user interface, validation, configuration">
11 <script type="text/javascript" src="js/menu.js"></script>
12 <script type="text/javascript" src="js/sstree.js"></script>
13 <script type="text/javascript" src="js/winfix.js"></script>
14</head>
15<body onload="collapseAll('contents-panel', ['ol']); "><div id="tpallcontent">
16<table cellspacing="0" width="100%">
17 <tbody>
18 <tr class="tpheader">
19 <th class="tpleft">
20 <a target="_top" href="index.html" title="home"><img src="images/ant-install-small.png" alt="AntInstaller" id="logo" width="76" height="50"/></a>
21 <script type="text/javascript">winFix();</script>
22 </th>
23 <th class="tptop" valign="bottom">
24 <img src="space.gif" height="1" width="440" alt="spacer"/><br/>
25
26 <table>
27 <tr>
28 <td valign="top">
29 <div class="tpheadertitle">AntInstaller</div>
30 <!--img src="images/ant-install-title.png" alt="AntInstaller"/-->
31 </td>
32 <td width="100%" align="right" valign="bottom" nowrap="NOWRAP">
33 <div class="tpraised">
34 <a class="tpbutton" target="_top" href="index.html">home</a>
35 <a class="tpbutton" target="_top" href="http://sourceforge.net/project/showfiles.php?group_id=123466&amp;package_id=134917">download</a>
36 <a class="tpbutton" target="_top" href="http://sf.net">sourceforge</a>
37 <a class="tpbutton" target="_top" href="manual-ant.html">antmanual</a>
38 <a class="tpbutton" target="_top" href="http://sourceforge.net/tracker/?group_id=123466&amp;atid=696615">RFEs</a>
39 <a class="tpbutton" target="_top" href="http://sourceforge.net/tracker/?group_id=123466&amp;atid=696612">Bugs</a></div>
40 </td>
41 </tr>
42 </table>
43 </th>
44 </tr>
45 <tr class="tpbody">
46 <td class="tpleft" valign="bottom">
47 <br/>
48 <div id="logoset">
49 <a target="_top" href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=123466&amp;type=2" alt="SourceForge.net Logo" border="0" height="37" width="125"></a>
50 <br/><br/>
51 <a target="_top" href="http://sourceforge.net/donate/index.php?group_id=123466">
52 <img src="http://sourceforge.net/images/project-support.jpg" alt="donate to AntInstaller"/>
53 </a>
54 </div>
55 </td>
56 <td class="tpright" valign="top">
57 <div class="tpcontent">
58 <!--[segment-content] page content start -->
59<script type="text/javascript">
60function gooSrch(){
61 var text = document.getElementById('gf').elements['q'].value;
62 document.getElementById('gf').elements['q'].value = text + " site:antinstaller.sourceforge.net";
63 document.getElementById('gf').submit();
64}
65collapseAll('frontpage-panel', ['ol']);
66</script>
67<%@page import="java.io.*" %><%@page import="java.util.*" %>
68 <div align="right">
69 <form action="http://www.google.com/search" method="get" id="gf" style="display:inline" onsubmit="return gooSrch();">
70 <input type="text" name="q" size="10" class="winFix" />
71 <input type="image" src="images/toolbar.gif" /><span class="tpsmall"> Google Search this site</span>
72 </form>
73 </div>
74 <hr/>
75 AntInstaller enables you to quickly build installers for your applications using an XML config file and all the power of <a href="http://ant.apache.org">Ant</a>.<br/><br/>
76
77 The beauty of AntInstaller, from a user point of view, is that it lets you install an app with a user friendly swing GUI. If working over ssh or without an X environment you can still install on the command line with no changes to the installer.<br/><br/>
78
79 To start using AntInstaller <a href="http://sourceforge.net/project/showfiles.php?group_id=123466&amp;package_id=134917" title="download">download</a> and install the binaries. Then either read the <a href="quickstart.html" title="AntInstaller quick start">quick start</a> page, or use the <a href="quickstart.html#wizard" title="AntInstaller wizard">wizard</a> provided to generate an initial installer for your project. You will need to edit the <code>antinstall-config.xml</code> file following instructions in the AntInstaller <a href="manual.html" title="AntInstaller manual">manual</a> and create an Ant <code>build.xml</code> file referencing the Ant <a href="manual/manual/index.html" title="Ant manual">manual</a>. You can include the custom Ant <a href="installertask.html" title="AntInstaller manual">task</a> into your project's build to generate the installer.<br/><br/>
80
81 In a move to be compatible with Apache projects the code in this project is now licensed under the less restrictive Apache 2.0 license. The new (18/05/2005) license can be viewed here <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
82 <br/><br/>
83 All core code is available in CVS, and can be browsed online <a href="http://antinstaller.cvs.sourceforge.net/antinstaller/" title="CVS Browse">here</a>.
84 <h2>Site map</h2>
85 <div id="frontpage-panel">
86 <jsp:include page="contents-include.html" flush="true"/>
87 </div>
88 <h2>Core Developers</h2>
89 <ul>
90 <li>Paul Hinds - project lead, core dev, and slacking for months on end ;)</li>
91 <li>Mark Wilson - core development, bug fixings RFEs</li>
92 </ul>
93 <br/>
94 <h2>Contributors</h2>
95
96 P.S. Big thanks to Contributors and bug fixers
97 <ul>
98 <li>Marcia Choy - for inital comments and corrections in the web pages</li>
99 <li>Dueringer Markus - for hints on showing hidden directories</li>
100 <li>Simon Brooke - for feedback and suggestions.</li>
101 <li>Mark Anderson - for the TargetSelectInput and -lib fix.</li>
102 <li>Mohan Kishore - for improvement to the build process.</li>
103 <li>Mike Watts - for comment and suggestions</li>
104 <li>Eddyrun - for suggestions for ifProperty enhancements</li>
105 <li>Upayavira - for help with Apache licensing</li>
106 <li>Dabintxi - for work on i18n</li>
107 <li>Michael Lipp - for german translation</li>
108 </ul>
109 <br/>
110
111 <h2>Contact</h2>
112
113 To get in contact the following channels are available.<br/><br/>
114
115 <ul>
116 <li><a href="http://sourceforge.net/tracker/?group_id=123466&atid=696615" title="Request for enhancements">RFEs</a> - Request for enhancements</li>
117 <li><a href="http://sourceforge.net/tracker/?group_id=123466&atid=696612" title="Bug reporting">Bugs</a> - Bug reporting</li>
118 <li><a href="http://sourceforge.net/forum/forum.php?forum_id=420821" title="Help Forum">Help Forum</a> - Help mailing list</li>
119 <li><a href="http://sourceforge.net/forum/forum.php?forum_id=420820" title="Open Forum">Open Forum</a> - Open discussion forum</li>
120 <li><a href="http://sourceforge.net/forum/forum.php?forum_id=420822" title="Dev Forum">Dev Forum</a> - Developers forum (closed group)</li>
121 <li><a href="http://sourceforge.net/sendmessage.php?touser=616485" title="General contact">General contact</a> - Drop me a line</li>
122 </ul>
123 <h2>Version</h2>
124 <%
125 String strJspDir = (String)application.getAttribute("myjasper.jsp.dir");
126 File fleJspDir = new File(strJspDir);
127 Properties versionProps = new Properties();
128 versionProps.load(new FileInputStream(new File(fleJspDir, "../build/version.properties")));
129 %>
130 CVS AntInstaller development version: <b><%=versionProps.getProperty("ant.install.version")%></b>
131 <br/><br/>
132
133 <h2>Firefox</h2>
134
135 Site designed for FireFox, other browsers should be ok see <a href="browsersupport.html" alt="Browser support" >Browser support</a> and report bugs if you find them.<br/><br/>
136
137 <a href="http://getfirefox.com/"
138 title="Get Firefox - The Browser, Reloaded."><img
139 src="images/browser/firefox-spread-btn-2.png"
140 width="180" height="60" alt="Get Firefox"></a>
141 <br/>
142 <script language="JavaScript" type="text/javascript">
143 function addSidebar(title, link){
144 if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")){
145 window.sidebar.addPanel (title, link, "");
146 }
147 }
148 </script>
149 <br/>
150 If you have Mozilla/Firefox
151 <a href="#" onclick="javascript:addSidebar('AntInstaller SideBar', 'http://antinstaller.sourceforge.net/contents.html');return false;">Add a sidebar</a> for this site.<br/><br/>
152
153
154
155 <hr/>
156 Site last generated: <b><%=new java.util.Date()%></b>
157
158<!-- content end [segment-end]-->
159 </div>
160 </td>
161 </tr>
162 </tbody>
163</table>
164<div id="contents-panel">
165<!--[segment-file://contents-include.html] menu start -->
166<div id="contents-menu">
167<ol class="sidebar" id="root">
168 <li class="panel"><a href="#default" class="folder" onclick="toggle(this)"></a><b>Site map</b>
169 <ol>
170 <li class="sidebar"><a href="introduction.html">Introduction</a></li>
171 <li class="panel"><a href="#default" class="folder" onclick="toggle(this)"></a><b>Developer References</b>
172 <ol>
173 <li class="sidebar"><a href="quickstart.html">Quick Start</a></li>
174 <li class="panel"><a href="#default" class="folder" onclick="toggle(this)"></a><a href="manual.html">Manual</a>
175 <ol class="init-hidden">
176 <li class="sidebar"><a href="manual.html#config">antinstall-config.xml</a></li>
177 <li class="panel"><a href="#default" class="folder" onclick="toggle(this)"></a><a href="manual.html#page">Pages</a>
178 <ol class="init-hidden">
179 <li class="sidebar"><a href="manual.html#pagesplash">Splash Page</a></li>
180 <li class="sidebar"><a href="manual.html#pagetext">Text Page</a></li>
181 <li class="sidebar"><a href="manual.html#pagelicense">License Page</a></li>
182 <li class="sidebar"><a href="manual.html#pageinput">Input Page</a></li>
183 <li class="sidebar"><a href="manual.html#pageprogress">Progress Page</a></li>
184 </ol>
185 </li>
186 <li class="panel"><a href="#default" class="folder" onclick="toggle(this)"></a><a href="manual.html#inputtypes">Input types</a>
187 <ol class="init-hidden">
188 <li class="sidebar"><a href="manual.html#app-root">Application Root</a></li>
189 <li class="sidebar"><a href="manual.html#checkbox">Checkbox</a></li>
190 <li class="sidebar"><a href="manual.html#comment">Comment</a></li>
191 <li class="sidebar"><a href="manual.html#date">Date</a></li>
192 <li class="sidebar"><a href="manual.html#directory">Directory</a></li>
193 <li class="sidebar"><a href="manual.html#file">File</a></li>
194 <li class="sidebar"><a href="manual.html#large-select">Large Select</a></li>
195 <li class="sidebar"><a href="manual.html#password">Password Text</a></li>
196 <li class="sidebar"><a href="manual.html#password-confirm">Confirm Password</a></li>
197 <li class="sidebar"><a href="manual.html#select">Select</a></li>
198 <li class="sidebar"><a href="manual.html#target">Target</a></li>
199 <li class="sidebar"><a href="manual.html#target-select">Target Select</a></li>
200 <li class="sidebar"><a href="manual.html#text">Unvalidated Text</a></li>
201 <li class="sidebar"><a href="manual.html#validated">Validated Text</a></li>
202 <li class="sidebar"><a href="manual.html#extvalidated">Externally Validated Text</a></li>
203 </ol>
204 </li>
205 <li class="sidebar"><a href="manual.html#extractor">Self Extractor</a></li>
206 <li class="sidebar"><a href="manual.html#non-extractor">Non Extractor</a></li>
207 <li class="sidebar"><a href="manual.html#scripts">Start Scripts</a></li>
208 <li class="sidebar"><a href="manual.html#refs">Dynamic References</a></li>
209 <li class="sidebar"><a href="manual.html#pagedisplay">Page Displaying</a></li>
210 </ol>
211 </li>
212 <li class="sidebar"><a href="installertask.html">Installer Ant task</a></li>
213 <li class="sidebar"><a href="validationofconfig.html">Validation of config</a></li>
214 <li class="sidebar"><a href="lookandfeels.html">LookAndFeels</a> <br/>(inc screenshots)</li>
215 <li class="sidebar"><a href="classpathresources.html">Resources/Classpath issues</a></li>
216 <li class="sidebar"><a href="i18n.html">Internationalisation</a></li>
217 <li class="sidebar"><a href="auto.html">Automated installs</a></li>
218 <li class="sidebar"><a href="installtypes.html">Multiple install types</a></li>
219 <li class="sidebar"><a href="posttargets.html">Post display targets</a></li>
220 <li class="sidebar"><a href="icons.html">Button Icons</a></li>
221 <li class="sidebar"><a href="antinstall-config-example.html">Example antinstall-config.xml</a></li>
222 </ol>
223 </li>
224 <li class="sidebar"><a href="manual-ant.html">Ant Manual</a></li>
225 <li class="sidebar"><a href="antlinks.html">Ant links</a></li>
226 <li class="sidebar"><a href="userusage.html">User usage</a></li>
227 <li class="sidebar"><a href="licenses.html">Licenses</a></li>
228 <li class="sidebar"><a href="potentialuses.html">Potential uses</a></li>
229 <li class="sidebar"><a href="roadmap.html">Road Map</a></li>
230 <li class="sidebar"><a href="wanted.html">Wanted</a></li>
231 <li class="sidebar"><a href="dtds.html">DTDs</a></li>
232 <li class="sidebar"><a href="changelog.html">Changelog</a></li>
233 <li class="sidebar"><a href="http://sourceforge.net/projects/antinstaller">Project page on SourceForge</a></li>
234 <li class="sidebar"><a href="java2html/antinstaller/index.html">Java2HTML (main)</a></li>
235 <li class="sidebar"><a href="java2html/ext/index.html">Java2HTML (extensions)</a></li>
236 <li class="sidebar"><a href="http://antinstaller.cvs.sourceforge.net/antinstaller">Public CVS over HTTP</a></li>
237 <li class="sidebar"><a href="http://sourceforge.net/sendmessage.php?touser=616485">Contact AntInstaller Admin</a></li>
238 </ol>
239 </li>
240</ol>
241<br/>
242<br/>
243</div>
244
245
246<!-- menu end [segment-end]-->
247</div>
248<div id="contents-options">
249<a id="toggle" href="#" onclick="toggleMenu(); return false;">show menu</a>
250</div>
251
252</div>
253</body>
254</html>
Note: See TracBrowser for help on using the repository browser.