source: other-projects/trunk/realistic-books/packages/AntInstaller/web/template.htmltemplate@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

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