Browse Source

add reference to stylesheet for CoreTypes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277823 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
1bf0f85441
20 changed files with 48 additions and 28 deletions
  1. +3
    -2
      docs/manual/CoreTypes/antlib.html
  2. +2
    -1
      docs/manual/CoreTypes/assertions.html
  3. +2
    -1
      docs/manual/CoreTypes/custom-programming.html
  4. +2
    -1
      docs/manual/CoreTypes/description.html
  5. +2
    -1
      docs/manual/CoreTypes/dirset.html
  6. +2
    -1
      docs/manual/CoreTypes/filelist.html
  7. +2
    -1
      docs/manual/CoreTypes/fileset.html
  8. +3
    -2
      docs/manual/CoreTypes/filterchain.html
  9. +2
    -1
      docs/manual/CoreTypes/filterset.html
  10. +1
    -0
      docs/manual/CoreTypes/mapper.html
  11. +3
    -2
      docs/manual/CoreTypes/namespace.html
  12. +2
    -1
      docs/manual/CoreTypes/patternset.html
  13. +2
    -1
      docs/manual/CoreTypes/permissions.html
  14. +2
    -1
      docs/manual/CoreTypes/propertyset.html
  15. +1
    -0
      docs/manual/CoreTypes/redirector.html
  16. +2
    -1
      docs/manual/CoreTypes/regexp.html
  17. +8
    -7
      docs/manual/CoreTypes/selectors-program.html
  18. +2
    -1
      docs/manual/CoreTypes/selectors.html
  19. +2
    -1
      docs/manual/CoreTypes/xmlcatalog.html
  20. +3
    -2
      docs/manual/CoreTypes/zipfileset.html

+ 3
- 2
docs/manual/CoreTypes/antlib.html View File

@@ -2,7 +2,8 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"></meta> <meta http-equiv="Content-Language" content="en-us"></meta>
<title>AntLib</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>AntLib</title>
</head> </head>


<body> <body>
@@ -185,7 +186,7 @@
</blockquote> </blockquote>
<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 Apache Software
<p align="center">Copyright &copy; 2003-2005 Apache Software
Foundation. All rights Reserved.</p> Foundation. All rights Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/CoreTypes/assertions.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Assertions type</title> <title>Assertions type</title>
</head> </head>


@@ -187,7 +188,7 @@ This type is a datatype, so you can declare assertions and use them later
</pre> </pre>


<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body> </body>
</html> </html>

+ 2
- 1
docs/manual/CoreTypes/custom-programming.html View File

@@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"></meta> <meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Custom Components</title> <title>Custom Components</title>
</head> </head>
<body> <body>
@@ -393,7 +394,7 @@ public class AddLineNumber extends ChainableReaderFilter {




<hr></hr> <hr></hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>
</body> </body>
</html> </html>


+ 2
- 1
docs/manual/CoreTypes/description.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Apache Ant User Manual</title> <title>Apache Ant User Manual</title>
</head> </head>


@@ -23,7 +24,7 @@ the large, complex Bar project.
&lt;/description&gt; &lt;/description&gt;
</pre> </pre>
<hr> <hr>
<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/CoreTypes/dirset.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>DirSet Type</title> <title>DirSet Type</title>
</head> </head>


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


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


</body> </body>


+ 2
- 1
docs/manual/CoreTypes/filelist.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>FileList Type</title> <title>FileList Type</title>
</head> </head>


@@ -97,7 +98,7 @@ actually exist.
<p>Same files as the example above.</p> <p>Same files as the example above.</p>


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


</body> </body>


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

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>FileSet Type</title> <title>FileSet Type</title>
</head> </head>


@@ -140,7 +141,7 @@ same patterns as the above example.</p>
selector container.</p> selector container.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>


</body> </body>


+ 3
- 2
docs/manual/CoreTypes/filterchain.html View File

@@ -2,7 +2,8 @@


<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>FilterChains and FilterReaders</TITLE>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>FilterChains and FilterReaders</TITLE>
</HEAD> </HEAD>


<BODY> <BODY>
@@ -1342,5 +1343,5 @@ This may be used as follows:


<HR> <HR>


<P align=center>Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
<P align=center>Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
Reserved.</P></BODY></HTML> Reserved.</P></BODY></HTML>

+ 2
- 1
docs/manual/CoreTypes/filterset.html View File

@@ -2,7 +2,8 @@


<html> <html>
<head> <head>
<title>FilterSet Type</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>FilterSet Type</title>
</head> </head>


<body> <body>


+ 1
- 0
docs/manual/CoreTypes/mapper.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Mapper Type</title> <title>Mapper Type</title>
</head> </head>




+ 3
- 2
docs/manual/CoreTypes/namespace.html View File

@@ -1,5 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html><head><title>XmlNamespaceSupport</title></head>
<html><head><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>XmlNamespaceSupport</title></head>
<body> <body>
<h2><a name="namespace">XML Namespace Support</a></h2> <h2><a name="namespace">XML Namespace Support</a></h2>
Ant 1.6 introduces support for XML namespaces. Ant 1.6 introduces support for XML namespaces.
@@ -199,7 +200,7 @@
scheme for the namespace URI: the <tt>antlib</tt> scheme, which expects the package name in which a special <tt>antlib.xml</tt> file is located. scheme for the namespace URI: the <tt>antlib</tt> scheme, which expects the package name in which a special <tt>antlib.xml</tt> file is located.
</p> </p>
<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 Apache Software
<p align="center">Copyright &copy; 2003-2005 Apache Software
Foundation. All rights Reserved.</p> Foundation. All rights Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/CoreTypes/patternset.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>PatternSet Type</title> <title>PatternSet Type</title>
</head> </head>


@@ -163,7 +164,7 @@ that it should be used only if a property is not set.</p>
<code>some-other-file</code> points to, if a property of that name has <code>some-other-file</code> points to, if a property of that name has
been defined.</p> been defined.</p>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 2
- 1
docs/manual/CoreTypes/permissions.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Permissions type</title> <title>Permissions type</title>
</head> </head>


@@ -143,7 +144,7 @@ Grants the base set of permissions with the addition of a SocketPermission to co
to foo.bar.com and the permission to read and write the user.home system property. to foo.bar.com and the permission to read and write the user.home system property.
</p> </p>
<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>
</body> </body>
</html> </html>

+ 2
- 1
docs/manual/CoreTypes/propertyset.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>PropertySet Type</title> <title>PropertySet Type</title>
</head> </head>


@@ -120,7 +121,7 @@ changes the names to start with &quot;bar&quot; instead.</p>
subsequent to any negation of matched properties.</p> subsequent to any negation of matched properties.</p>


<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 0
docs/manual/CoreTypes/redirector.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Redirector Type</title> <title>Redirector Type</title>
</head> </head>




+ 2
- 1
docs/manual/CoreTypes/regexp.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Regexp Type</title> <title>Regexp Type</title>
</head> </head>


@@ -92,7 +93,7 @@ These string filters also use the mechanism of regexp to choose a regular expres
<li><a href="filterchain.html#replaceregex">ReplaceRegex string filter</a></li> <li><a href="filterchain.html#replaceregex">ReplaceRegex string filter</a></li>
</ul> </ul>
<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>
</body> </body>
</html> </html>

+ 8
- 7
docs/manual/CoreTypes/selectors-program.html View File

@@ -1,7 +1,8 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Programming Selectors in Ant</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Programming Selectors in Ant</title>
</head> </head>


<body> <body>
@@ -121,7 +122,7 @@


<h3>Testing Selectors</h3> <h3>Testing Selectors</h3>


<p>For a robust component (and selectors are (Project)Component´s) tests are
<p>For a robust component (and selectors are (Project)Components) tests are
necessary. For testing Tasks we use JUnit TestCases - more specific necessary. For testing Tasks we use JUnit TestCases - more specific
<tt>org.apache.tools.ant.BuildFileTest extends junit.framework.TestCase</tt>. <tt>org.apache.tools.ant.BuildFileTest extends junit.framework.TestCase</tt>.
Some of its features like configure the (test) project by reading its buildfile and Some of its features like configure the (test) project by reading its buildfile and
@@ -131,10 +132,10 @@
extend <tt>BaseExtendSelector</tt> its features have to be tested also (e.g. setError()). extend <tt>BaseExtendSelector</tt> its features have to be tested also (e.g. setError()).
</p> </p>


<p>That´s why we have a base class for doing our selector tests:
<p>That's why we have a base class for doing our selector tests:
<tt>org.apache.tools.ant.types.selectors.BaseSelectorTest</tt>.</p> <tt>org.apache.tools.ant.types.selectors.BaseSelectorTest</tt>.</p>


<p>This class extends TestCase and therefore can included in the set of Ant´s
<p>This class extends TestCase and therefore can included in the set of Ant's
unit tests. It holds an instance of preconfigured BuildFileTest. Configuration unit tests. It holds an instance of preconfigured BuildFileTest. Configuration
is done by parsing the src/etc/testcases/types/selectors.xml. BaseSelectorTest is done by parsing the src/etc/testcases/types/selectors.xml. BaseSelectorTest
then gives us helper methods for handling multiple selections. </p> then gives us helper methods for handling multiple selections. </p>
@@ -209,7 +210,7 @@ public class MySelectorTest extends BaseSelectorTest {
</pre></p> </pre></p>


<p>Described above the test class should provide a <tt>getInstance()</tt> <p>Described above the test class should provide a <tt>getInstance()</tt>
method. But that isn´t used here. The used <tt>getSelector()</tt> method is
method. But that isn't used here. The used <tt>getSelector()</tt> method is
implemented in the base class and gives an instance of an Ant Project to implemented in the base class and gives an instance of an Ant Project to
the selector. This is usually done inside normal build file runs, but not the selector. This is usually done inside normal build file runs, but not
inside this special environment, so this method gives the selector the inside this special environment, so this method gives the selector the
@@ -242,8 +243,8 @@ public class MySelectorTest extends BaseSelectorTest {
</p> </p>


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


</html>
</html>

+ 2
- 1
docs/manual/CoreTypes/selectors.html View File

@@ -1,7 +1,8 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Selectors in Ant</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>Selectors in Ant</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
</head> </head>




+ 2
- 1
docs/manual/CoreTypes/xmlcatalog.html View File

@@ -2,6 +2,7 @@


<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>XMLCatalog Type</title> <title>XMLCatalog Type</title>
</head> </head>


@@ -284,7 +285,7 @@ formats:</p>
</pre></blockquote> </pre></blockquote>


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




+ 3
- 2
docs/manual/CoreTypes/zipfileset.html View File

@@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>ZipFileSet Type</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<title>ZipFileSet Type</title>
</head> </head>
<body> <body>
<h2><a name="fileset">ZipFileSet</a></h2> <h2><a name="fileset">ZipFileSet</a></h2>
@@ -90,7 +91,7 @@ docs/ChangeLog.txt<br>
docs/examples/index.html<br> docs/examples/index.html<br>
</code></blockquote> </code></blockquote>
<hr> <hr>
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All
rights Reserved.</p> rights Reserved.</p>
</body> </body>
</html> </html>

Loading…
Cancel
Save