On 25/02/2014 19:25, Phil Steitz wrote: > Sorry about whatever mess I made that led to this. After 2.2, > publishing the site led to all of the old javadocs being deleted (my > mistake not understanding the instructions), so I recreated them > from tags and tried to publish them. Things looked OK when I tested > but I must have missed these problems. Sorry.
It isn't you, it is me :) After building the site I ended up with a mix of CR+LF and LF in various files and did a bulk regex to fix it but I messed up the regex and broke a pile of stuff. It should all be fixed now. Mark > > Phil > > On 2/25/14, 11:15 AM, [email protected] wrote: >> Author: markt >> Date: Tue Feb 25 19:15:28 2014 >> New Revision: 899183 >> >> Log: >> First pass at site fix. Fix the old API docs. >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-1.5.7/options >> >> websites/production/commons/content/proper/commons-pool/api-1.5.7/package-list >> >> websites/production/commons/content/proper/commons-pool/api-1.5.7/packages >> >> websites/production/commons/content/proper/commons-pool/api-1.6/package-list >> >> websites/production/commons/content/proper/commons-pool/api-2.0/package-list >> >> websites/production/commons/content/proper/commons-pool/api-2.1/package-list >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-1.5.7/options >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-1.5.7/options >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-1.5.7/options >> Tue Feb 25 19:15:28 2014 >> @@ -1,30 +1,30 @@ >> --classpat >> -'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/target/classes >> --encodin >> -'iso-8859-1 >> --protecte >> --quie >> --sourc >> -'1.3 >> --sourcepat >> -'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/src/java >> --autho >> --botto >> -'Copyright © 2001-2011 <a href="http://www.apache.org/">The Apache >> Software Foundation</a>. All Rights Reserved. >> --charse >> -'UTF-8 >> -- >> -'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/target/site/apidocs >> --docencodin >> -'UTF-8 >> --doctitl >> -'Commons Pool 1.5.7 API >> --lin >> -'http://download.oracle.com/javase/6/docs/api >> --lin >> -'http://java.sun.com/j2se/1.3/docs/api >> --linksourc >> --us >> --versio >> --windowtitl >> +-classpath >> +'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/target/classes' >> +-encoding >> +'iso-8859-1' >> +-protected >> +-quiet >> +-source >> +'1.3' >> +-sourcepath >> +'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/src/java' >> +-author >> +-bottom >> +'Copyright © 2001-2011 <a href="http://www.apache.org/">The Apache >> Software Foundation</a>. All Rights Reserved.' >> +-charset >> +'UTF-8' >> +-d >> +'/Users/philsteitz/pool/tags/POOL_1_5_7_RC3/target/site/apidocs' >> +-docencoding >> +'UTF-8' >> +-doctitle >> +'Commons Pool 1.5.7 API' >> +-link >> +'http://download.oracle.com/javase/6/docs/api' >> +-link >> +'http://java.sun.com/j2se/1.3/docs/api' >> +-linksource >> +-use >> +-version >> +-windowtitle >> 'Commons Pool 1.5.7 API' >> \ No newline at end of file >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-1.5.7/package-list >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-1.5.7/package-list >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-1.5.7/package-list >> Tue Feb 25 19:15:28 2014 >> @@ -1,2 +1,2 @@ >> -org.apache.commons.poo >> -org.apache.commons.pool.imp >> +org.apache.commons.pool >> +org.apache.commons.pool.impl >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-1.5.7/packages >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-1.5.7/packages >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-1.5.7/packages >> Tue Feb 25 19:15:28 2014 >> @@ -1,2 +1,2 @@ >> -org.apache.commons.poo >> +org.apache.commons.poo1 >> org.apache.commons.pool.impl >> \ No newline at end of file >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-1.6/package-list >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-1.6/package-list >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-1.6/package-list >> Tue Feb 25 19:15:28 2014 >> @@ -1,2 +1,2 @@ >> -org.apache.commons.poo >> -org.apache.commons.pool.imp >> +org.apache.commons.pool >> +org.apache.commons.pool.impl >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-2.0/package-list >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-2.0/package-list >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-2.0/package-list >> Tue Feb 25 19:15:28 2014 >> @@ -1,3 +1,3 @@ >> -org.apache.commons.pool >> -org.apache.commons.pool2.imp >> -org.apache.commons.pool2.prox >> +org.apache.commons.pool2 >> +org.apache.commons.pool2.impl >> +org.apache.commons.pool2.proxy >> >> Modified: >> websites/production/commons/content/proper/commons-pool/api-2.1/package-list >> ============================================================================== >> --- >> websites/production/commons/content/proper/commons-pool/api-2.1/package-list >> (original) >> +++ >> websites/production/commons/content/proper/commons-pool/api-2.1/package-list >> Tue Feb 25 19:15:28 2014 >> @@ -1,3 +1,3 @@ >> -org.apache.commons.pool >> -org.apache.commons.pool2.imp >> -org.apache.commons.pool2.prox >> +org.apache.commons.pool2 >> +org.apache.commons.pool2.impl >> +org.apache.commons.pool2.proxy >> >> >> > > > --------------------------------------------------------------------- > 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]
