On 13.10.2005 08:16:32 David Crossley wrote: > You are too fast. I was just getting around to answering all your > queries from yesterday. Go have a morning coffee.
My breakfast delivery service is delayed. Serious. I still don't have my breakfast. :-( > There is an additional gotcha with those special > mirror tokens as xml comments. There was a bug in > Forrest-0.7 release which is fixed in forrest_07_branch ... > > http://issues.apache.org/jira/browse/FOR-555 The branch indeed fixed the problem. I'll update guidelines.xml to mention this. Thanks for your help, David! > -David > > Jeremias Maerki wrote: > > David, > > > > I tried that, too, but the [if-any] and [for] commands still get > > swallowed. Confused. > > > > On 13.10.2005 07:18:24 crossley wrote: > > > Author: crossley > > > Date: Wed Oct 12 22:18:19 2005 > > > New Revision: 320663 > > > > > > URL: http://svn.apache.org/viewcvs?rev=320663&view=rev > > > Log: > > > The special mirror tokens need to be encompassed by xml comments. > > > > > > Modified: > > > xml/site/src/documentation/content/xdocs/mirrors.html > > > > > > Modified: xml/site/src/documentation/content/xdocs/mirrors.html > > > URL: > > > http://svn.apache.org/viewcvs/xml/site/src/documentation/content/xdocs/mirrors.html?rev=320663&r1=320662&r2=320663&view=diff > > > ============================================================================== > > > --- xml/site/src/documentation/content/xdocs/mirrors.html (original) > > > +++ xml/site/src/documentation/content/xdocs/mirrors.html Wed Oct 12 > > > 22:18:19 2005 > > > @@ -71,15 +71,15 @@ > > > <form action="[location]" method="get" id="SelectMirror"> > > > > > > Other mirrors: > > > <select name="Preferred"> > > > -[if-any http] > > > - [for http]<option value="[http]">[http]</option>[end] > > > -[end] > > > -[if-any ftp] > > > - [for ftp]<option value="[ftp]">[ftp]</option>[end] > > > -[end] > > > -[if-any backup] > > > - [for backup]<option value="[backup]">[backup] (backup)</option>[end] > > > -[end] > > > +<!--[if-any http] [for http]--> > > > +<option value="[http]">[http]</option> > > > +<!--[end] [end]--> > > > +<!--[if-any ftp] [for ftp]--> > > > +<option value="[ftp]">[ftp]</option> > > > +<!--[end] [end]--> > > > +<!--[if-any backup] [for backup]--> > > > +<option value="[backup]">[backup] (backup)</option> > > > +<!--[end] [end]--> > > > </select> > > > <input type="submit" value="Change"/> </form> > > > > > > > > > Jeremias Maerki > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]