You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/12/16 17:23:22 UTC

cvs commit: ant/docs/manual using.html

mbenson     2004/12/16 08:23:22

  Modified:    docs/manual using.html
  Log:
  Mark project's default attribute as optional (again!).
  PR: 32732
  
  Revision  Changes    Path
  1.36      +6 -1      ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/using.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- using.html	2 Oct 2004 23:39:59 -0000	1.35
  +++ using.html	16 Dec 2004 16:23:22 -0000	1.36
  @@ -30,7 +30,12 @@
     <tr>
       <td valign="top">default</td>
       <td valign="top">the default target to use when no target is supplied.</td>
  -    <td align="center" valign="top"><!-- No.  No target will be run if omitted.--> Yes.</td>
  +    <td align="center" valign="top">No; however, <b>since Ant 1.6.0</b>,
  +        every project includes an implicit target that contains any and
  +        all top-level tasks and/or types. This target will always be
  +        executed as part of the project's initialization, even when Ant is
  +        run with the <a href="running.html#options">-projecthelp</a> option.
  +    </td>
     </tr>
     <tr>
       <td valign="top">basedir</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org