On Fri, 2008-09-12 at 10:47 -0400, Grant Ingersoll wrote: > Not sure what you do for site generation, so...
I am using Apache Forrest (like Solr). > > Index: src/documentation/content/xdocs/site.xml > =================================================================== > --- src/documentation/content/xdocs/site.xml (revision 694687) > +++ src/documentation/content/xdocs/site.xml (working copy) > @@ -44,7 +44,7 @@ > description="You find here how to personalize your own Apache > Droids."/> > <default label="Default crawler" href="default.html" > description="How to use the default crawler?"/> > - <develope label="Develope" href="develope.html" > + <develope label="Develop" href="develope.html" > description="You find here how to create your own Apache > Droids based on the default implementation."/> > <contribute label="Contributing" href="contrib.html" > description="Everyone is a developer and has something to > contribute"/> > Thanks, fixed that. Committed revision 695092. > > > Also, I notice your use of Stax... and you're the one that alerted > Solr to the issue. Solr switched to Geronimo API + Woodstox. Doh, right. I am using StAX as well in Droids (fixed that earlier in Apache Forrest Dispatcher) Thanks for the headsup. Committed revision 695093. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
