stevel 2002/06/27 23:12:43
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH rpm.html
script.html serverdeploy.html
Log:
followon from the javadoc exercise
Revision Changes Path
No revision
No revision
1.4.2.1 +7 -1 jakarta-ant/docs/manual/OptionalTasks/rpm.html
Index: rpm.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/rpm.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- rpm.html 10 Jan 2002 08:48:31 -0000 1.4
+++ rpm.html 28 Jun 2002 06:12:43 -0000 1.4.2.1
@@ -37,7 +37,7 @@
</tr>
<tr>
<td valign="top">cleanBuildDir</td>
- <td valign="top">his will remove the generated files in the BUILD
+ <td valign="top">This will remove the generated files in the BUILD
directory.</td>
<td align="center" valign="top">No</td>
</tr>
@@ -47,6 +47,12 @@
<td align="center" valign="top">No</td>
</tr>
<tr>
+ <td valign="top">removeSource</td>
+ <td valign="top"> Flag (optional, default=false)
+ to remove the sources after the build.
+ See the the <tt>--rmsource</tt> option of rpmbuild.</td>
+ <td align="center" valign="top">No</td>
+ </tr> <tr>
<td valign="top">command</td>
<td valign="top">very similar idea to the cvs task. the default is
"-bb"</td>
<td align="center" valign="top">No</td>
1.8.2.3 +1 -1 jakarta-ant/docs/manual/OptionalTasks/script.html
Index: script.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/script.html,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -r1.8.2.2 -r1.8.2.3
--- script.html 29 May 2002 11:13:45 -0000 1.8.2.2
+++ script.html 28 Jun 2002 06:12:43 -0000 1.8.2.3
@@ -35,7 +35,7 @@
<td valign="top">language</td>
<td valign="top">The programming language the script is written in.
Must be a supported BSF language</td>
- <td valign="top" align="center">No</td>
+ <td valign="top" align="center">Yes</td>
</tr>
<tr>
<td valign="top">src</td>
1.2.2.1 +2 -2 jakarta-ant/docs/manual/OptionalTasks/serverdeploy.html
Index: serverdeploy.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/serverdeploy.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- serverdeploy.html 30 Mar 2002 13:15:52 -0000 1.2
+++ serverdeploy.html 28 Jun 2002 06:12:43 -0000 1.2.2.1
@@ -190,7 +190,7 @@
It is in the form
<code><component>:<target1>,<target2>...</code>
Where component is the archive name (minus the .jar, .ear, .war
extension). Targets are the servers where the components will be
deployed</td>
- <td>Yes</td>
+ <td>no</td>
</tr>
<tr>
<td valign="top">debug</td>
@@ -222,7 +222,7 @@
<pre>
<serverdeploy action="delete"
source="${lib.dir}/ejb_myApp.jar"/>
- <weblogic application="myapp"
+ <weblogic application="myapp"
server="t3://myserver:7001"
classpath="${weblogic.home}/lib/weblogic.jar"
username="${user.name}"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>