stevel 2002/06/23 15:37:43
Modified: docs/manual/Integration Tag: ANT_15_BRANCH VAJAntTool.html
Log:
couple of cut and paste errors
Revision Changes Path
No revision
No revision
1.10.2.1 +13 -20 jakarta-ant/docs/manual/Integration/VAJAntTool.html
Index: VAJAntTool.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/Integration/VAJAntTool.html,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- VAJAntTool.html 17 Apr 2002 14:59:12 -0000 1.10
+++ VAJAntTool.html 23 Jun 2002 22:37:43 -0000 1.10.2.1
@@ -57,8 +57,8 @@
To Tool API'. Therefore builds containing VAJ tasks can also be
executed
from the command line (Kudos to Glenn McAllister for describing the
concept and providing source code at
- <A
href="http://www7.software.ibm.com/vad.nsf/Data/Document4366">
-
http://www7.software.ibm.com/vad.nsf/Data/Document4366</A>.
+ <A href="http://www7.software.ibm.com/vad.nsf/Data/Document4366">
+ http://www7.software.ibm.com/vad.nsf/Data/Document4366</A>.
<LI>It is possible to cancel a running build
executed from the plugin
@@ -125,14 +125,7 @@
<td valign="top">version</TD>
<td valign="top">name of the requested version</TD>
<td valign="top" align="middle">yes</TD></TR>
- <tr>
- <td valign="top">remote</TD>
- <td valign="top">
- <P>name and port of a remote tool server. (format:
- <servername>:<port no>).<BR>If this
- attribute is set, the tasks will be executed on the specified tool
- server. </P></TD>
- <td valign="top" align="middle">no</TD></TR></TABLE>
+ </TABLE>
<h3>Example</H3>
<pre><vajload remote="localhost:32767">
@@ -246,11 +239,11 @@
packages starting with 'test'.
<h3>Default Excludes</H3>
The default excludes are:<br>
-<pre> IBM*/**
- Java class libraries/**
- Sun class libraries*/**
- JSP Page Compile Generated Code/**
- VisualAge*/**
+<pre> IBM*/**
+ Java class libraries/**
+ Sun class libraries*/**
+ JSP Page Compile Generated Code/**
+ VisualAge*/**
</PRE>
<hr>
<h2><a name="vajimport"></A>VAJImport</H2>
@@ -273,17 +266,17 @@
<td valign="top" align="middle">yes</TD></TR>
<tr>
<td valign="top">importSources</TD>
- <td valign="top">export source files (default:
+ <td valign="top">import source files (default:
"yes")</TD>
<td valign="top" align="middle">no</TD></TR>
<tr valign="top">
<td valign="top">importResources</TD>
- <td valign="top">export resource files (default:
+ <td valign="top">import resource files (default:
"yes")</TD>
<td valign="top" align="middle">no</TD></TR>
<tr valign="top">
<td valign="top">importClasses</TD>
- <td valign="top">export class files (default: "no")</TD>
+ <td valign="top">import class files (default: "no")</TD>
<td valign="top" align="middle">no</TD></TR>
<tr>
<td valign="top">remote</TD>
@@ -369,8 +362,8 @@
For
a good introduction into the VAJ Remote Tool Access see the
great introduction from Glenn McAllister at
- <A
href="http://www7.software.ibm.com/vad.nsf/Data/Document4366">
-
http://www7.software.ibm.com/vad.nsf/Data/Document4366</A>. It
+ <A href="http://www7.software.ibm.com/vad.nsf/Data/Document4366">
+ http://www7.software.ibm.com/vad.nsf/Data/Document4366</A>. It
is highly recommended to read this article before doing the installation
(to
understand what you do :-) ).
<LI>insert the following lines into
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>