Browse Source

Add pointer to MakeRunScript, submitted by Dan Kaplan

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@595553 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
0bde74aa36
2 changed files with 75 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -4238,6 +4238,55 @@
valign="top" align="left">
GNU GPL 2.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="MakeRunScript"></a>
MakeRunScript
</h4>
<p>MakeRunScript creates a run script for your application. Even if you are developing on windows,
you can make a run script for *nix and vice versa. If you've used the built-in java task before, you
already know how to use 90% of MakeRunScript.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7 and higher
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/projects/makerunscript/">http://sourceforge.net/projects/makerunscript/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/forum/?group_id=210204">MakeRunScript forums</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache 2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 26
- 0
xdocs/external.xml View File

@@ -2297,6 +2297,32 @@
</tr>
</table>
</subsection>
<subsection name="MakeRunScript">

<p>MakeRunScript creates a run script for your application. Even if you are developing on windows,
you can make a run script for *nix and vice versa. If you've used the built-in java task before, you
already know how to use 90% of MakeRunScript.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.7 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sourceforge.net/projects/makerunscript/">http://sourceforge.net/projects/makerunscript/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/forum/?group_id=210204">MakeRunScript forums</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache 2.0</td>
</tr>
</table>
</subsection>

<subsection name="mtxslt">



Loading…
Cancel
Save