stevel      2003/09/29 17:10:12

  Modified:    docs/manual/CoreTypes Tag: ANT_16_BRANCH assertions.html
               docs/manual Tag: ANT_16_BRANCH conceptstypeslist.html
  Log:
  assert docs go in
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.2   +14 -6     ant/docs/manual/CoreTypes/assertions.html
  
  Index: assertions.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/assertions.html,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- assertions.html   27 Sep 2003 03:19:49 -0000      1.2.2.1
  +++ assertions.html   30 Sep 2003 00:10:12 -0000      1.2.2.2
  @@ -147,11 +147,15 @@
   Example: set system assertions and all org.apache packages except
   for ant, and the class org.apache.tools.ant.Main.
   <pre>
  -&lt;assertions enableSystemAssertions="true" &gt;
  -  &lt;enable package="org.apache" /&gt;
  -  &lt;disable package="org.apache.ant" /&gt;
  -  &lt;enable class="org.apache.tools.ant.Main"/&gt;
  -&lt;/assertions&gt;
  +    &lt;java fork="true" failonerror="true"
  +      classname="${classname}"
  +      classpathref="assert.classpath"&gt;
  +      &lt;assertions enableSystemAssertions="true" &gt;
  +        &lt;enable package="org.apache" /&gt;
  +        &lt;disable package="org.apache.ant" /&gt;
  +        &lt;enable class="org.apache.tools.ant.Main"/&gt;
  +      &lt;/assertions&gt;
  +    &lt;/java&gt;
   </pre>
   
   <h5>Example: disabled and anonymous package assertions</h5>
  @@ -173,7 +177,11 @@
     &lt;enable package="org.apache.test" /&gt;
   &lt;/assertions&gt;
   
  -&lt;assertions refid="project.assertions" /&gt;
  +&lt;java fork="true" failonerror="true"
  +  classname="${classname}"
  +  classpathref="assert.classpath"&gt;
  +  &lt;assertions refid="project.assertions"/&gt;
  +&lt;/java&gt;
   </pre>
   
   <hr>
  
  
  
  No                   revision
  No                   revision
  1.13.2.1  +1 -0      ant/docs/manual/conceptstypeslist.html
  
  Index: conceptstypeslist.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
  retrieving revision 1.13
  retrieving revision 1.13.2.1
  diff -u -r1.13 -r1.13.2.1
  --- conceptstypeslist.html    1 Sep 2003 14:22:04 -0000       1.13
  +++ conceptstypeslist.html    30 Sep 2003 00:10:12 -0000      1.13.2.1
  @@ -15,6 +15,7 @@
   <a href="CoreTasks/common.html">Common Attributes</a><br>
   
   <h3>Core Types</h3>
  +<a href="CoreTypes/assertions.html">Assertions Type</a><br>
   <a href="CoreTypes/description.html">Description Type</a><br>
   <a href="dirtasks.html">Directory-based Tasks</a><br>
   <a href="CoreTypes/dirset.html">DirSet</a><br>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to