cvs commit: ant/docs/manual/OptionalTasks junit.html

2004-05-11 Thread bodewig
bodewig 2004/05/11 04:46:49

  Modified:docs/manual/CoreTasks java.html
   docs/manual/OptionalTasks junit.html
  Log:
  Assertions require fork
  
  Revision  ChangesPath
  1.32  +2 -0  ant/docs/manual/CoreTasks/java.html
  
  Index: java.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- java.html 20 Apr 2004 12:48:43 -  1.31
  +++ java.html 11 May 2004 11:46:49 -  1.32
  @@ -250,6 +250,8 @@
   a href=../CoreTypes/assertions.htmlttlt;assertionsgt;/tt/a
   subelement./p

  +pAssertion statements are currently ignored in non-forked mode./p
  +
   pemsince Ant 1.6./em/p
   
   a name=redirectorh4redirector/h4/a
  
  
  
  1.37  +2 -0  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- junit.html27 Apr 2004 07:45:34 -  1.36
  +++ junit.html11 May 2004 11:46:49 -  1.37
  @@ -290,6 +290,8 @@
   a href=../CoreTypes/assertions.htmlttlt;assertionsgt;/tt/a
   subelement./p

  +pAssertion statements are currently ignored in non-forked mode./p
  +
   pemsince Ant 1.6./em/p
   
   h4formatter/h4
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks junit.html

2004-04-27 Thread bodewig
bodewig 2004/04/27 00:45:34

  Modified:docs/manual/OptionalTasks junit.html
  Log:
  @since
  
  Revision  ChangesPath
  1.36  +1 -1  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- junit.html27 Apr 2004 07:44:47 -  1.35
  +++ junit.html27 Apr 2004 07:45:34 -  1.36
  @@ -82,7 +82,7 @@
   codefailureproperty/code can share a VM, so even if you set
   codeforkmode/code to quot;oncequot;, Ant may have to create
   more than a single Java VM.  This attribute is ignored for tests
  -that don't get forked into a new Java VM./td
  +that don't get forked into a new Java VM.  emsince Ant 1.6.2/em/td
   td align=center valign=topNo; default is codeperTest/code./td
 /tr
 tr
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks junit.html

2004-04-06 Thread bodewig
bodewig 2004/04/06 07:09:25

  Modified:docs/manual conceptstypeslist.html
   docs/manual/CoreTasks java.html
   docs/manual/OptionalTasks junit.html
  Added:   docs/manual clonevm.html
  Log:
  Document build.clonevm
  
  Revision  ChangesPath
  1.17  +1 -0  ant/docs/manual/conceptstypeslist.html
  
  Index: conceptstypeslist.html
  ===
  RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- conceptstypeslist.html27 Mar 2004 21:22:58 -  1.16
  +++ conceptstypeslist.html6 Apr 2004 14:09:25 -   1.17
  @@ -11,6 +11,7 @@
   h2a href=toc.html target=navFrameTable of Contents/a/h2
   
   h3Concepts/h3
  +a href=clonevm.htmlbuild.clonevm/abr
   a href=sysclasspath.htmlbuild.sysclasspath/abr
   a href=CoreTasks/common.htmlCommon Attributes/abr
   
  
  
  
  1.1  ant/docs/manual/clonevm.html
  
  Index: clonevm.html
  ===
  html
  
  head
  meta http-equiv=Content-Language content=en-us
  titlebuild.clonevm/title
  /head
  
  body
  
  h2a name=clonevmbuild.clonevm/a/h2
  
  pemSince Ant 1.7/em/p
  
  pThe value of the build.clonevm system property controls how Ant
  instruments forked Java Virtual Machines.  The a
  href=CoreTasks/java.htmljava/a and a
  href=OptionalTasks/junit.htmljunit/a tasks support clonevm
  attributes to control the VMs on a task-by-task basis while the system
  property applies to all forked Java VMs./p
  
  pIf the value of the property is true, then all system properties
  and the bootclasspath of the forked Java Virtual Machine will be the
  same as those of the Java VM running Ant./p
  
  pNote that this has to be a system property, so it cannot be
  specified on the Ant command line.  Use the ANT_OPTS environment
  variable instead./p
  
  hr
  p align=centerCopyright copy; 2004 The Apache Software Foundation. All 
rights
  Reserved./p
  /body
  /html
  
  
  
  
  1.30  +9 -0  ant/docs/manual/CoreTasks/java.html
  
  Index: java.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- java.html 27 Mar 2004 21:22:58 -  1.29
  +++ java.html 6 Apr 2004 14:09:25 -   1.30
  @@ -178,6 +178,15 @@
   recommended to use this feature only if fork is enabled./strong/td
   td align=center valign=topNo/td
 /tr
  +  tr
  +td valign=topclonevm/td
  +td valign=topIf set to true true, then all system properties
  +  and the bootclasspath of the forked Java Virtual Machine will be
  +  the same as those of the Java VM running Ant.  Default is
  +  quot;falsequot; (ignored if fork is disabled).
  +  emsince Ant 1.7/em/td
  +td align=center valign=topNo/td
  +  /tr
   /table
   h3Parameters specified as nested elements/h3
   h4arg and jvmarg/h4
  
  
  
  1.33  +9 -0  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- junit.html9 Feb 2004 21:50:08 -   1.32
  +++ junit.html6 Apr 2004 14:09:25 -   1.33
  @@ -156,6 +156,15 @@
 emSince Ant 1.6/em./td
   td align=center valign=topNo; default is codetrue/code./td
 /tr
  +  tr
  +td valign=topclonevm/td
  +td valign=topIf set to true true, then all system properties
  +  and the bootclasspath of the forked Java Virtual Machine will be
  +  the same as those of the Java VM running Ant.  Default is
  +  quot;falsequot; (ignored if fork is disabled).
  +  emsince Ant 1.7/em/td
  +td align=center valign=topNo/td
  +  /tr
   /table
   
   pBy using the codeerrorproperty/code and codefailureproperty/code
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks junit.html

2003-09-10 Thread bodewig
bodewig 2003/09/10 03:00:14

  Modified:docs/manual/OptionalTasks junit.html
  Log:
  apos is not an HTML 4 entity, found by Larry Shatzer
  
  Revision  ChangesPath
  1.30  +1 -1  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- junit.html27 Aug 2003 14:23:16 -  1.29
  +++ junit.html10 Sep 2003 10:00:14 -  1.30
  @@ -97,7 +97,7 @@
 /tr
 tr
   td valign=toptimeout/td
  -td valign=topCancel the individual tests if they donapos;t finish
  +td valign=topCancel the individual tests if they don't finish
 in the given time (measured in milliseconds).  Ignored if
 codefork/code is disabled./td
   td align=center valign=topNo/td
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks junit.html

2003-05-12 Thread bodewig
bodewig 2003/05/12 08:19:18

  Modified:docs/manual conceptstypeslist.html
   docs/manual/CoreTasks ant.html antcall.html java.html
   docs/manual/OptionalTasks junit.html
  Added:   docs/manual/CoreTypes propertyset.html
  Log:
  Add documentation for propertyset
  
  Revision  ChangesPath
  1.10  +1 -0  ant/docs/manual/conceptstypeslist.html
  
  Index: conceptstypeslist.html
  ===
  RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- conceptstypeslist.html18 Apr 2003 22:02:58 -  1.9
  +++ conceptstypeslist.html12 May 2003 15:19:18 -  1.10
  @@ -25,6 +25,7 @@
   a href=CoreTypes/filterset.htmlFilterSet/abr
   a href=CoreTypes/patternset.htmlPatternSet/abr
   a href=using.html#pathPath-like Structures/abr
  +a href=CoreTypes/propertyset.htmlPropertySet/abr
   a href=CoreTypes/selectors.htmlSelectors/abr
   a href=CoreTypes/xmlcatalog.htmlXMLCatalog/abr
   a href=CoreTypes/zipfileset.htmlZipFileSet/abr
  
  
  
  1.17  +12 -2 ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ant.html  4 Sep 2002 11:05:16 -   1.16
  +++ ant.html  12 May 2003 15:19:18 -  1.17
  @@ -87,7 +87,9 @@
 /tr
   /table
   
  -h3Parameters specified as nested elements/h3 h4property/h4
  +h3Parameters specified as nested elements/h3
  +
  +h4property/h4
   pSee the description of the a href=property.htmlproperty
   task/a.  Note that the coderefid/code attribute points to a
   reference in the calling project, not in the new one./p
  @@ -114,6 +116,14 @@
 /tr
   /table
   
  +h4propertyset/h4
  +
  +pYou can specify a set of properties to be copied into the new
  +project with a
  +href=../CoreTypes/propertyset.htmlpropertyset/as./p
  +
  +pemsince Ant 1.6/em./p
  +
   h3Basedir of the new project/h3
   
   pThe basedir value of the new project is affected by the two
  @@ -222,7 +232,7 @@
   new project using the id codepath2/code./p
   
   hr
  -p align=centerCopyright copy; 2000-2002 Apache Software Foundation. All 
rights
  +p align=centerCopyright copy; 2000-2003 Apache Software Foundation. All 
rights
   Reserved./p
   
   /body
  
  
  
  1.15  +9 -1  ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- antcall.html  26 Sep 2002 16:06:13 -  1.14
  +++ antcall.html  12 May 2003 15:19:18 -  1.15
  @@ -101,6 +101,14 @@
 /tr
   /table
   
  +h4propertyset/h4
  +
  +pYou can specify a set of properties to be copied into the new
  +project with a
  +href=../CoreTypes/propertyset.htmlpropertyset/as./p
  +
  +pemsince Ant 1.6/em./p
  +
   h3Examples/h3
   pre
 lt;target name=quot;defaultquot;gt;
  @@ -124,7 +132,7 @@
   pwill copy the parent's definition of codepath1/code into the
   new project using the id codepath2/code./p
   
  -hrp align=centerCopyright copy; 2000-2002 Apache Software Foundation. 
All rights
  +hrp align=centerCopyright copy; 2000-2003 Apache Software Foundation. 
All rights
   Reserved./p
   
   /body
  
  
  
  1.18  +8 -0  ant/docs/manual/CoreTasks/java.html
  
  Index: java.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- java.html 22 Apr 2003 22:12:53 -  1.17
  +++ java.html 12 May 2003 15:19:18 -  1.18
  @@ -177,6 +177,14 @@
   of the class (either ANT's VM or the forked VM). The attributes
   for this element are the same as for a href=exec.html#envenvironment
   variables/a./p
  +
  +h4syspropertyset/h4
  +
  +pYou can specify a set of properties to be used as system properties
  +with a href=../CoreTypes/propertyset.htmlsyspropertyset/as./p
  +
  +pemsince Ant 1.6/em./p
  +
   h4classpath/h4
   pcodeJava/code's iclasspath/i attribute is a a
   href=../using.html#pathPATH like structure/a and can also be set via a 
nested
  
  
  
  1.1  ant/docs/manual/CoreTypes/propertyset.html
  
  Index: propertyset.html
  ===
  html
  
  head
  meta http-equiv=Content-Language content=en-us
  titlePropertySet Type/title
  /head
  
  body
  
  h2a name=propertysetPropertySet/a/h2
  pemSince Ant 1.6/em/p
  
  pGroups a set of properties to be used by reference in a task that
  supports this./p
  
  table border=1