: > I think, the outdated docs should be removed from the server to also
: > disappear from search engines.
: 
: +1

that may be easier said then done.

Each build is done in a clean workspace, and then a config option in 
hudson tells it what to copy to the "main" javadoc URL...

http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-trunk/javadoc/

right now we've got that configured to be "trunk/build/docs/api" -- which 
is the right thing to do, and as you can see copies all of the correct 
stuff, but aparently hudson isn't cleaning up old files...

https://hudson.dev.java.net/issues/show_bug.cgi?id=1000

A work arround would be the idea i remember someone suggestion earlier in 
this thread: create a splace page at trunk/build/docs/api/index.html that 
points to the other directories.  (anyone want to crank out a patch for 
this?)

Alternately, we could turn off the "Publish Javadoc" feature, and instead 
add trunk/build/docs/api to the list of files to "Archive" and then start 
refering to a URL like this (doesn't work at the moment) for all the 
javadocs...

http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-trunk/lastSuccessfulBuild/artifact/trunk/build/docs/api/

turning that Javadoc feature off should eliminate the existing Javadoc 
links in the hudson navigation, but I suspect the old files would still be 
there (and in search engine caches)




-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to