bodewig     02/02/21 02:00:17

  Modified:    docs/manual using.html
               docs/manual/OptionalTasks sound.html
               src/main/org/apache/tools/ant/taskdefs GenerateKey.java
  Log:
  <path> is not a task but a data type - and all data types can be used
  outside of targets.
  
  <typedef> is another task that may be used outside of targets.
  
  I "fixed" that by replacing path with typedef in Steve's text, but we
  really should talk about data types here as well - unfortunatley we
  don't talk about data types in the manual at all, so it takes a bigger
  effort.
  
  Some year 2002 bugs.
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/using.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- using.html        21 Feb 2002 06:39:30 -0000      1.16
  +++ using.html        21 Feb 2002 10:00:17 -0000      1.17
  @@ -263,7 +263,7 @@
   </pre>
   
   Notice that we are declaring properties outside any target. The
  -<tt>&lt;property&gt;</tt>,<tt>&lt;path&gt;</tt> and <tt>&lt;taskdef&gt;</tt>
  +<tt>&lt;property&gt;</tt>,<tt>&lt;typedef&gt;</tt> and 
<tt>&lt;taskdef&gt;</tt>
   tasks are special in that they can be declared outside any target. When you
   do this they are evaluated before any targets are executed. No other tasks
   can be declared outside targets.
  
  
  
  1.8       +1 -1      jakarta-ant/docs/manual/OptionalTasks/sound.html
  
  Index: sound.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/sound.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sound.html        21 Feb 2002 06:24:54 -0000      1.7
  +++ sound.html        21 Feb 2002 10:00:17 -0000      1.8
  @@ -96,7 +96,7 @@
   randomly selects a sound-file to play when the build succeeds or fails.
   
   <hr>
  -<p align="center">Copyright &copy; 2001 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All 
rights
   Reserved.</p>
   
   </body>
  
  
  
  1.10      +1 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
  
  Index: GenerateKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- GenerateKey.java  21 Feb 2002 07:08:11 -0000      1.9
  +++ GenerateKey.java  21 Feb 2002 10:00:17 -0000      1.10
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights
  + * Copyright (c) 2000,2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

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

Reply via email to