source: release-kits/lirk3/bin/ant-installer/web/template.html@ 14982

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

initial import of LiRK3

File size: 3.5 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" rel="stylesheet">
6 <link rel="SHORTCUT ICON" href="images/antinstaller-icon.png"/>
7 <meta name="keywords"
8 content="Ant, installer, AntInstall, gui, console, input, parameters, properties, swing, user interface, valiation, configuration">
9</head>
10<body>
11<table cellspacing="0" width="100%">
12 <tbody>
13 <tr class="tpheader">
14 <th class="tpleft">
15 <img src="images/space.gif" height="14" width="125"><br>
16 <img src="images/ant-install-small.png" alt="AntInstaller"/><br>
17 <img src="images/space.gif" height="6" width="125">
18 </th>
19 <th class="tptop" valign="bottom">
20 <img src="space.gif" height="1" width="440"><br>
21
22 <table>
23 <tr>
24 <td valign="top">
25 <div class="tpheadertitle">AntInstaller</div>
26 <!--img src="images/ant-install-title.png" alt="AntInstaller"/-->
27 </td>
28 <td width="100%" align="right" valign="bottom" nowrap="true">
29 <div class="tpraised">
30 <a class="tpbutton" href="index.html">home</a>
31 <a class="tpbutton" href="http://sourceforge.net/project/showfiles.php?group_id=123466&amp;package_id=134917">download</a>
32 <a class="tpbutton" href="http://sf.net">sourceforge</a>
33 <a class="tpbutton" href="manual/manual/index.html">antmanual</a>
34 <a class="tpbutton" href="http://sourceforge.net/tracker/?group_id=123466&atid=696615">RFEs</a>
35 <a class="tpbutton" href="http://sourceforge.net/tracker/?group_id=123466&atid=696612">Bugs</a></div>
36 </td>
37 </tr>
38 </table>
39 </th>
40 </tr>
41 <tr class="tpbody">
42 <td valign="bottom">
43 <br>
44 <a 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>
45 <br><br>
46 <span class="tpsmall">Designed for FireFox</span><br/>
47 <a href="http://getfirefox.com/"
48 title="Get Firefox - The Browser, Reloaded."><img
49 src="http://www.mozilla.org/products/firefox/buttons/firefox_80x15.png"
50 width="80" height="15" border="0" alt="Get Firefox"></a>
51 <br/>
52 <script language="JavaScript">
53 function addSidebar(title, link){
54 if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")){
55 window.sidebar.addPanel (title, link, "");
56 }
57 }
58 </script>
59 <span class="tpsmall">
60 If you have Mozilla<br/>
61 <a href="javascript:addSidebar('AntInstaller', 'http://antinstaller.sourceforge.net/contents.htm')">Add a sidebar</a>
62 <br/>for this site.
63 </span><br/><br/>
64 </td>
65 <td class="tpright" valign="top">
66 <div class="tpcontent">
67 <!--[segment-content] page content start -->
68 <h2>Validation of configuration</h2>A tool exists to help validate the configuration file created. A scriptcalled <code>checkConfig.sh</code> is included to run the tool. Thetool only checks that the input types have the required values. In
69future versions it will perform more extensive validation.<br>
70 <br>
71To use the validation tool run the script on the command line and check
72any error messages. The demo app comes with a slightly modified script
73because the classpath is different, it is not complicated to edit the
74script for your own projects.
75<!-- content end [segment-end]-->
76
77 </div>
78 </td>
79 </tr>
80 </tbody>
81</table>
82</body>
83</html>
Note: See TracBrowser for help on using the repository browser.