Browse Source

regenerate HTML version of TODO list

The usual 2002 cleanup


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
1d4c24c80f
6 changed files with 78 additions and 9 deletions
  1. +24
    -1
      docs/ant15_todo.html
  2. +1
    -1
      docs/manual/CoreTasks/sql.html
  3. +1
    -1
      docs/manual/CoreTypes/fileset.html
  4. +1
    -1
      docs/manual/OptionalTasks/perforce.html
  5. +50
    -4
      src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java
  6. +1
    -1
      src/script/ant.bat

+ 24
- 1
docs/ant15_todo.html View File

@@ -199,7 +199,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Its documented, but more hidden than the other types
It's documented, but more hidden than the other types
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
@@ -312,6 +312,29 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Peter
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Fully functional on Java 1.4
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Fix outstanding java1.4 defects, maybe add an
assertions datatype for java and other tasks (junit?)
which lets people turn on asserts.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Steve + any other help he can get
</font>
</td>
</tr>
</table>


+ 1
- 1
docs/manual/CoreTasks/sql.html View File

@@ -276,7 +276,7 @@ truncate table some_other_table;
</pre></blockquote>

<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>
</html>

+ 1
- 1
docs/manual/CoreTypes/fileset.html View File

@@ -100,7 +100,7 @@ a PatternSet that can be referenced in other
same patterns as the above example.</p>

<hr>
<p align="center">Copyright &copy; 2001,2002 Apache Software Foundation.
<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation.
All rights Reserved.</p>

</body>


+ 1
- 1
docs/manual/OptionalTasks/perforce.html View File

@@ -571,7 +571,7 @@ and submit
</tr>
</table>
<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>
</html>

+ 50
- 4
src/main/org/apache/tools/ant/taskdefs/cvslib/RedirectingStreamHandler.java View File

@@ -1,9 +1,55 @@
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
* The Apache Software License, Version 1.1
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
* Copyright (c) 2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
* any, must include the following acknowlegement:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
* nor may "Apache" appear in their names without prior written
* permission of the Apache Group.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
package org.apache.tools.ant.taskdefs.cvslib;



+ 1
- 1
src/script/ant.bat View File

@@ -1,6 +1,6 @@
@echo off

REM Copyright (c) 2001 The Apache Software Foundation. All rights
REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights
REM reserved.

if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"


Loading…
Cancel
Save