Browse Source

Start on the new site :-)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273846 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
630beee3ba
10 changed files with 727 additions and 716 deletions
  1. +74
    -74
      proposal/ant-site/anakia/docs/ant15_todo.html
  2. +6
    -6
      proposal/ant-site/anakia/docs/antnews.html
  3. +418
    -418
      proposal/ant-site/anakia/docs/external.html
  4. +33
    -33
      proposal/ant-site/anakia/docs/faq.html
  5. +4
    -4
      proposal/ant-site/anakia/docs/index.html
  6. +2
    -2
      proposal/ant-site/anakia/docs/legal.html
  7. +4
    -4
      proposal/ant-site/anakia/docs/problems.html
  8. +66
    -66
      proposal/ant-site/anakia/docs/projects.html
  9. +104
    -104
      proposal/ant-site/anakia/docs/resources.html
  10. +16
    -5
      proposal/ant-site/anakia/xdocs/stylesheets/templates.vm

+ 74
- 74
proposal/ant-site/anakia/docs/ant15_todo.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Ant 1.5 Release To-Do List</title> <title>Apache Ant - Ant 1.5 Release To-Do List</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Erik Hatcher">
<meta name="email" value="ehatcher@apache.org">
<meta name="author" content="Erik Hatcher">
<meta name="email" content="ehatcher@apache.org">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
@@ -217,102 +217,102 @@


<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Item Item
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Details Details
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Assigned Assigned
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Bugzilla bugs under 30 Bugzilla bugs under 30
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
or at least address most of them in some way or at least address most of them in some way
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
All Committers All Committers
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Document Path datatype Document Path datatype
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
It's documented, but more hidden than the other types It's documented, but more hidden than the other types
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Erik Erik
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Novell NetWare support Novell NetWare support
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Jeff Tulley Jeff Tulley
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
XMLCatalog more integrated XMLCatalog more integrated
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Several tasks could still use XMLCatalog integration Several tasks could still use XMLCatalog integration
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Make default excludes customizable Make default excludes customizable
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
With the setting of an ant.default.excludes property? With the setting of an ant.default.excludes property?
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Erik Erik
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Fully functional on Java 1.4 Fully functional on Java 1.4
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Fix outstanding java1.4 defects, maybe add an Fix outstanding java1.4 defects, maybe add an
assertions datatype for java and other tasks (junit?) assertions datatype for java and other tasks (junit?)
which lets people turn on asserts. which lets people turn on asserts.
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Steve + any other help he can get Steve + any other help he can get
</td> </td>
@@ -333,39 +333,39 @@


<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Item Item
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Details Details
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Assigned Assigned
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Selectors Selectors
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Bruce Bruce
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Extension utilities Extension utilities
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Port across task that prints out details of extensions for Port across task that prints out details of extensions for
a certain library/jar, or all jars in a path. Port across task a certain library/jar, or all jars in a path. Port across task
@@ -374,123 +374,123 @@
that checks that the list of pre-req extensions are present in that checks that the list of pre-req extensions are present in
path. path.
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Peter Peter
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
XmlLogger implements BuildLogger XmlLogger implements BuildLogger
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Its currently a BuildListener, lets remove the confusion Its currently a BuildListener, lets remove the confusion
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Erik Erik
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Dotnet library tweaks Dotnet library tweaks
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
update to release, add uptodateness, add a web service update to release, add uptodateness, add a web service
import (for Axis interop testing) import (for Axis interop testing)
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Steve, in a really long meeting Steve, in a really long meeting
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
compiler attribute for rmic compiler attribute for rmic
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
PGP signing task if possible PGP signing task if possible
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Not done, but deemed impossible - at least in the 1.5 Not done, but deemed impossible - at least in the 1.5
time frame. time frame.
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
JUnit's System.err/.out handling JUnit's System.err/.out handling
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
showoutput attribute has been added - doesn't work in showoutput attribute has been added - doesn't work in
some cases yet (same reason as bug PR 7980) some cases yet (same reason as bug PR 7980)
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Base compiler command line switches on the selected Base compiler command line switches on the selected
compiler, not the current JDK compiler, not the current JDK
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&lt;input&gt; &lt;input&gt;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Make javadoc a real directory based task Make javadoc a real directory based task
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
&nbsp; &nbsp;
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Stefan
</td> </td>
@@ -512,124 +512,124 @@
<p>Note: You can sort the report results by clicking on the column-headings.</p> <p>Note: You can sort the report results by clicking on the column-headings.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
New|Assigned|Reopened Bug Reports: New|Assigned|Reopened Bug Reports:
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;component=Core&amp;component=Core+tasks&amp;component=Documentation&amp;component=Optional+Tasks&amp;component=Other&amp;component=Wrapper+scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">All</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;component=Core&amp;component=Core+tasks&amp;component=Documentation&amp;component=Optional+Tasks&amp;component=Other&amp;component=Wrapper+scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">All</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;component=Core&amp;component=Core+tasks&amp;component=Documentation&amp;component=Optional+Tasks&amp;component=Other&amp;component=Wrapper+scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;component=Core&amp;component=Core+tasks&amp;component=Documentation&amp;component=Optional+Tasks&amp;component=Other&amp;component=Wrapper+scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
New|Assigned|Reopened Bug Reports by Component: New|Assigned|Reopened Bug Reports by Component:
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Build Process</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Build Process</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Build+Process&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Core</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Core</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Core Tasks</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Core Tasks</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Core+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Documentation&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Documentation</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Documentation&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Documentation</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Documentation&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Documentation&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Optional+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Optional Tasks</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Optional+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Optional Tasks</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Optional+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Optional+Tasks&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Other&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Other</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Other&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Other</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Other&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Other&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Wrapper+Scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Wrapper Scripts</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Wrapper+Scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">Wrapper Scripts</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Wrapper+Scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_severity=Blocker&amp;bug_severity=Critical&amp;bug_severity=Major&amp;bug_severity=Normal&amp;bug_severity=Minor&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Ant&amp;component=Wrapper+Scripts&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit">- minus Enhancements</a>


+ 6
- 6
proposal/ant-site/anakia/docs/antnews.html View File

@@ -7,12 +7,12 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - News</title> <title>Apache Ant - News</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Conor MacNeill">
<meta name="email" value="">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="stefan.bodewig@epost.de">
<meta name="author" value="Magesh Umasankar">
<meta name="email" value="">
<meta name="author" content="Conor MacNeill">
<meta name="email" content="">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="stefan.bodewig@epost.de">
<meta name="author" content="Magesh Umasankar">
<meta name="email" content="">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">


+ 418
- 418
proposal/ant-site/anakia/docs/external.html
File diff suppressed because it is too large
View File


+ 33
- 33
proposal/ant-site/anakia/docs/faq.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Frequently Asked Questions</title> <title>Apache Ant - Frequently Asked Questions</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="bodewig@apache.org">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="bodewig@apache.org">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
@@ -568,81 +568,81 @@
history:</p> history:</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant Version Ant Version
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Release Date Release Date
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.1 1.1
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
19 July 2000 19 July 2000
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.2 1.2
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
24 October 2000 24 October 2000
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.3 1.3
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
3 March 2001 3 March 2001
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.4 1.4
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
3 September 2001 3 September 2001
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.4.1 1.4.1
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
11 October 2001 11 October 2001
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.5 1.5
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
10 July 2002 10 July 2002
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.5.1 1.5.1
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
3 October 2002 3 October 2002
</td> </td>
@@ -748,74 +748,74 @@
properties:</p> properties:</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
switch switch
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
property property
</th> </th>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
default default
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
+E +E
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
build.compiler.emacs build.compiler.emacs
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
false == not set false == not set
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
+P +P
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
build.compiler.pedantic build.compiler.pedantic
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
false == not set false == not set
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
+F +F
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
build.compiler.fulldepend build.compiler.fulldepend
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
false == not set false == not set
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<strong>(Only for Ant &lt; 1.4; replaced by the <strong>(Only for Ant &lt; 1.4; replaced by the
<code><strong>nowarn</strong></code> <code><strong>nowarn</strong></code>
attribute of the <code><strong>&lt;javac&gt;</strong></code> attribute of the <code><strong>&lt;javac&gt;</strong></code>
task after that.)</strong><br />-nowarn task after that.)</strong><br />-nowarn
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
build.compiler.warnings build.compiler.warnings
</td> </td>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
true == not set true == not set
</td> </td>


+ 4
- 4
proposal/ant-site/anakia/docs/index.html View File

@@ -7,10 +7,10 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Welcome</title> <title>Apache Ant - Welcome</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Conor MacNeill">
<meta name="email" value="">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="stefan.bodewig@epost.de">
<meta name="author" content="Conor MacNeill">
<meta name="email" content="">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="stefan.bodewig@epost.de">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">


+ 2
- 2
proposal/ant-site/anakia/docs/legal.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Legal</title> <title>Apache Ant - Legal</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Jon S. Stevens">
<meta name="email" value="jon@latchkey.com">
<meta name="author" content="Jon S. Stevens">
<meta name="email" content="jon@latchkey.com">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">


+ 4
- 4
proposal/ant-site/anakia/docs/problems.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Having Problems?</title> <title>Apache Ant - Having Problems?</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Conor MacNeill">
<meta name="email" value="">
<meta name="author" content="Conor MacNeill">
<meta name="email" content="">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
@@ -263,7 +263,7 @@
This will produce output that starts like the following:</p> This will produce output that starts like the following:</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant version 1.4.1 compiled on October 11 2001<br /> Ant version 1.4.1 compiled on October 11 2001<br />
@@ -312,7 +312,7 @@ Complete build sequence is [debug, gensrc, compile, jar, test]<br />
</p> </p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
[javac] Test.java omitted as D:\classes\Test.class is up to date.<br /> [javac] Test.java omitted as D:\classes\Test.class is up to date.<br />


+ 66
- 66
proposal/ant-site/anakia/docs/projects.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Related Projects</title> <title>Apache Ant - Related Projects</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="bodewig@apache.org">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="bodewig@apache.org">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
@@ -224,41 +224,41 @@
task for different compilers.</p> task for different compilers.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.4.1 and above 1.4.1 and above
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://sourceforge.net/projects/ant-contrib/">http://sourcefoge.net/projects/ant-contrib/</a> <a href="http://sourceforge.net/projects/ant-contrib/">http://sourcefoge.net/projects/ant-contrib/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a> <a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Apache Software Foundation license Apache Software Foundation license
</td> </td>
@@ -286,41 +286,41 @@
via an Ant task, or via a JVM launch.</p> via an Ant task, or via a JVM launch.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant 1.4.1 and higher Ant 1.4.1 and higher
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://mapage.noos.fr/antdoc">http://mapage.noos.fr/antdoc</a> <a href="http://mapage.noos.fr/antdoc">http://mapage.noos.fr/antdoc</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:antdoc@noos.fr">Edouard Mercier</a> <a href="mailto:antdoc@noos.fr">Edouard Mercier</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
At the moment, no license is being attached to the tool. At the moment, no license is being attached to the tool.
</td> </td>
@@ -348,41 +348,41 @@
latest build.</p> latest build.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1 bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a> <a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a> <a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Mozilla-like license Mozilla-like license
</td> </td>
@@ -408,41 +408,41 @@
the current build, as well as previous build results.</p> the current build, as well as previous build results.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant 1.2 and higher Ant 1.2 and higher
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a> <a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists and Administrators</a> <a href="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists and Administrators</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Release 1.0 has been licensed under the GNU General Public Release 1.0 has been licensed under the GNU General Public
License. Starting with release 1.1 the license has been License. Starting with release 1.1 the license has been
@@ -477,41 +477,41 @@
others.</p> others.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
1.4.1 an later 1.4.1 an later
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://krysalis.org/centipede/">http://krysalis.org/centipede/</a> <a href="http://krysalis.org/centipede/">http://krysalis.org/centipede/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=36516">mailing lists</a> <a href="http://sourceforge.net/mail/?group_id=36516">mailing lists</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
The Krysalis Patchy Software License, based on and The Krysalis Patchy Software License, based on and
fully compatible with the Apache Software Foundation fully compatible with the Apache Software Foundation
@@ -537,41 +537,41 @@
Ant.</p> Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
compatible in spirit. compatible in spirit.
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a> <a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a> <a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
GNU General Public License GNU General Public License
</td> </td>
@@ -595,41 +595,41 @@
systems and receive exceptions should they occur.</p> systems and receive exceptions should they occur.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant 1.4 Ant 1.4
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a> <a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:cnelson@einnovation.com">Chris Nelson</a> <a href="mailto:cnelson@einnovation.com">Chris Nelson</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
MIT License MIT License
</td> </td>
@@ -653,41 +653,41 @@
XSLT and Ant.</p> XSLT and Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Compatibility: Compatibility:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Ant 1.4 Ant 1.4
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://XMLpublication.org/">http://XMLpublication.org/</a> <a href="http://XMLpublication.org/">http://XMLpublication.org/</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Contact: Contact:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:jmvanel@free.fr">Jean-Marc Vanel</a> <a href="mailto:jmvanel@free.fr">Jean-Marc Vanel</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
License: License:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
GNU General Public License. GNU General Public License.
</td> </td>


+ 104
- 104
proposal/ant-site/anakia/docs/resources.html View File

@@ -7,8 +7,8 @@
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Resources</title> <title>Apache Ant - Resources</title>
<link type="text/css" href="page.css" rel="stylesheet"> <link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Stefan Bodewig">
<meta name="email" value="bodewig@apache.org">
<meta name="author" content="Stefan Bodewig">
<meta name="email" content="bodewig@apache.org">
</head> </head>


<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff"> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
@@ -220,11 +220,11 @@
always be found at the website.</p> always be found at the website.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
FAQ: FAQ:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="faq.html">http://jakarta.apache.org/ant/faq.html</a> <a href="faq.html">http://jakarta.apache.org/ant/faq.html</a>
</td> </td>
@@ -246,21 +246,21 @@
<p>jGuru hosts an interactive Ant discussion forum and FAQ system</p> <p>jGuru hosts an interactive Ant discussion forum and FAQ system</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Forum: Forum:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a> <a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
FAQ: FAQ:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a> <a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a>
</td> </td>
@@ -309,21 +309,21 @@
</p> </p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Authors: Authors:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Erik Hatcher and Steve Loughran Erik Hatcher and Steve Loughran
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a> <a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a>
</td> </td>
@@ -345,21 +345,21 @@
<p>Covers Ant release 1.4.1.</p> <p>Covers Ant release 1.4.1.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Authors: Authors:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Jesse E. Tilly and Eric M. Burke Jesse E. Tilly and Eric M. Burke
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a> <a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a>
</td> </td>
@@ -389,21 +389,21 @@
Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre> Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks. </pre>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Stefan Edlich Stefan Edlich
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a> <a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a>
</td> </td>
@@ -433,21 +433,21 @@
</p> </p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Authors: Authors:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Richard Hightower and Nicholas Lesiecki Richard Hightower and Nicholas Lesiecki
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a> <a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
</td> </td>
@@ -485,21 +485,21 @@
use Ant in larger team development projects.</p> use Ant in larger team development projects.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:steve_l@iseran.com">Steve Loughran</a> <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a> <a href="ant_in_anger.html">http://jakarta.apache.org/ant/ant_in_anger.html</a>
</td> </td>
@@ -522,21 +522,21 @@
them to potentially be included in Ant.</p> them to potentially be included in Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:steve_l@iseran.com">Steve Loughran</a> <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a> <a href="ant_task_guidelines.html">http://jakarta.apache.org/ant/ant_task_guidelines.html</a>
</td> </td>
@@ -558,21 +558,21 @@
<p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p> <p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:ehatcher@apache.org">Erik Hatcher</a> <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a> <a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
</td> </td>
@@ -596,21 +596,21 @@
into your build process.</p> into your build process.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:malcolm@nuearth.com">Malcolm Davis</a> <a href="mailto:malcolm@nuearth.com">Malcolm Davis</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java">http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a> <a href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java">http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a>
</td> </td>
@@ -633,21 +633,21 @@
examples and by highlighting some of the important tasks.</p> examples and by highlighting some of the important tasks.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a> <a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html">http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a> <a href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html">http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a>
</td> </td>
@@ -671,21 +671,21 @@
with Cactus.</p> with Cactus.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Cactus development team Cactus development team
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a> <a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a>
</td> </td>
@@ -709,21 +709,21 @@
integrated debugger.</p> integrated debugger.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:glenn@somanetworks.com">Glenn McAllister</a> <a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a> <a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a>
</td> </td>
@@ -746,21 +746,21 @@
VisualAge for Java repository.</p> VisualAge for Java repository.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:glenn@somanetworks.com">Glenn McAllister</a> <a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a> <a href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a>
</td> </td>
@@ -783,21 +783,21 @@
Sun's Dot-Com Builder Site.</p> Sun's Dot-Com Builder Site.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Laura Geele Wang Laura Geele Wang
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a> <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a>
</td> </td>
@@ -821,21 +821,21 @@
article.</p> article.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Neal Ford Neal Ford
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06">http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a> <a href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06">http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a>
</td> </td>
@@ -858,21 +858,21 @@
some workarounds for issues you may encounter.</p> some workarounds for issues you may encounter.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Jesse E. Tilly Jesse E. Tilly
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html">http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a> <a href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html">http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a>
</td> </td>
@@ -895,21 +895,21 @@
concepts of Ant.</p> concepts of Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Jayakrishnan Nair Jayakrishnan Nair
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://varnam.org/articles/ant.html">http://varnam.org/articles/ant.html</a> <a href="http://varnam.org/articles/ant.html">http://varnam.org/articles/ant.html</a>
</td> </td>
@@ -931,21 +931,21 @@
<p>A tutorial about using JavaScript and XSLT with Ant.</p> <p>A tutorial about using JavaScript and XSLT with Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Dylan Schiemann Dylan Schiemann
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a> <a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a>
</td> </td>
@@ -968,21 +968,21 @@
application development based on Ant and JUnit.</p> application development based on Ant and JUnit.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:alexc@purpletech.com">Alex Chaffee</a> <a href="mailto:alexc@purpletech.com">Alex Chaffee</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Introduction: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html</a><br /> Introduction: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12065_989631,00.html</a><br />
Directory Structure: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html</a><br /> Directory Structure: <a href="http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html">http://softwaredev.earthweb.com/sdtech/article/0,,12082_994991,00.html</a><br />
@@ -1007,21 +1007,21 @@
the Java API for XML Binding (JAXB).</p> the Java API for XML Binding (JAXB).</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Joseph Shelby Joseph Shelby
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html">http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html</a><br /> <a href="http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html">http://www.onjava.com/pub/a/onjava/2002/03/06/jaxant1.html</a><br />
<a href="http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html">http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html</a> <a href="http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html">http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html</a>
@@ -1050,21 +1050,21 @@
<p>A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using &lt;antcall&gt; to get around it, build listeners, and writing custom tasks.</p> <p>A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using &lt;antcall&gt; to get around it, build listeners, and writing custom tasks.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:ehatcher@apache.org">Erik Hatcher</a> <a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a> <a href="http://erik.hatcher.net/ant-jug.zip">http://erik.hatcher.net/ant-jug.zip</a>
</td> </td>
@@ -1087,21 +1087,21 @@
of Ant's capabilities.</p> of Ant's capabilities.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:chanezon@netscape.com">Patrick Chanezon</a> <a href="mailto:chanezon@netscape.com">Patrick Chanezon</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a> <a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a>
</td> </td>
@@ -1126,21 +1126,21 @@
Available in PDF format now.</p> Available in PDF format now.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Mark Volkmann Mark Volkmann
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a> <a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a>
</td> </td>
@@ -1164,21 +1164,21 @@
Ant.</p> Ant.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:steve_l@iseran.com">Steve Loughran</a> <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a> <a href="http://www.iseran.com/Steve/modern_development_processes.html">http://www.iseran.com/Steve/modern_development_processes.html</a>
</td> </td>
@@ -1201,21 +1201,21 @@
DevCon</a> in March 2002.</p> DevCon</a> in March 2002.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4"> <table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
Author: Author:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:steve_l@iseran.com">Steve Loughran</a> <a href="mailto:steve_l@iseran.com">Steve Loughran</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<th colspan="" rowspan=""
<th colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
URL: URL:
</th> </th>
<td colspan="" rowspan=""
<td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html">http://www.iseran.com/Steve/papers/when_web_services_go_bad.html</a> <a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html">http://www.iseran.com/Steve/papers/when_web_services_go_bad.html</a>
</td> </td>


+ 16
- 5
proposal/ant-site/anakia/xdocs/stylesheets/templates.vm View File

@@ -75,9 +75,13 @@
#macro ( td $value) #macro ( td $value)
#if ($value.getAttributeValue("colspan")) #if ($value.getAttributeValue("colspan"))
#set ($colspan = $value.getAttributeValue("colspan")) #set ($colspan = $value.getAttributeValue("colspan"))
#else
#set ($colspan = 1)
#end #end
#if ($value.getAttributeValue("rowspan")) #if ($value.getAttributeValue("rowspan"))
#set ($rowspan = $value.getAttributeValue("rowspan")) #set ($rowspan = $value.getAttributeValue("rowspan"))
#else
#set ($rowspan = 1)
#end #end
<td colspan="$!colspan" rowspan="$!rowspan" <td colspan="$!colspan" rowspan="$!rowspan"
valign="top" align="left"> valign="top" align="left">
@@ -92,9 +96,13 @@
#macro ( th $value) #macro ( th $value)
#if ($value.getAttributeValue("colspan")) #if ($value.getAttributeValue("colspan"))
#set ($colspan = $value.getAttributeValue("colspan")) #set ($colspan = $value.getAttributeValue("colspan"))
#else
#set ($colspan = 1)
#end #end
#if ($value.getAttributeValue("rowspan")) #if ($value.getAttributeValue("rowspan"))
#set ($rowspan = $value.getAttributeValue("rowspan")) #set ($rowspan = $value.getAttributeValue("rowspan"))
#else
#set ($rowspan = 1)
#end #end
<th colspan="$!colspan" rowspan="$!rowspan" <th colspan="$!colspan" rowspan="$!rowspan"
valign="top" align="left"> valign="top" align="left">
@@ -117,8 +125,8 @@
#end #end


#macro ( metaauthor $author $email ) #macro ( metaauthor $author $email )
<meta name="author" value="$author">
<meta name="email" value="$email">
<meta name="author" content="$author">
<meta name="email" content="$email">
#end #end


#macro ( image $value ) #macro ( image $value )
@@ -131,8 +139,11 @@
#if ($value.getAttributeValue("align")) #if ($value.getAttributeValue("align"))
#set ($align=$value.getAttributeValue("align")) #set ($align=$value.getAttributeValue("align"))
#end #end
#if ($value.getAttributeValue("alt"))
#set ($align=$value.getAttributeValue("alt"))
#end
<img src="$relativePath$value.getAttributeValue("src")" <img src="$relativePath$value.getAttributeValue("src")"
width="$!width" height="$!height" align="$!align">
width="$!width" height="$!height" align="$!align" alt="$!alt">
#end #end


#macro ( source $value) #macro ( source $value)
@@ -165,7 +176,7 @@
#macro (getProjectImage) #macro (getProjectImage)
#if ($project.getChild("logo")) #if ($project.getChild("logo"))
<td align="left"> <td align="left">
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" border="0"/></a>
<a href="http://jakarta.apache.org"><img src="images/jakarta-logo.gif" alt="Apache Jakarta Project" border="0"/></a>
</td> </td>
<td align="right"> <td align="right">
#set ( $logoString = $project.getChild("logo").getAttributeValue("href") ) #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
@@ -177,7 +188,7 @@
</td> </td>
#else #else
<td colspan="2"> <td colspan="2">
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="Apache Jakarta Project" align="left" border="0"/></a>
</td> </td>
#end #end
#end #end


Loading…
Cancel
Save