On Fri, 2005-09-23 at 08:14 +1000, David Crossley wrote: > Kevin wrote: > > David Crossley (JIRA) wrote:
...snip... > > Could you help with the svn command to revert back to a revision # > > with working views and commons-jxpath-20030909.jar? > > Work backwards from today. Get the revision numbers from > the Forrest SVN mailing list, e.g. > http://www.mail-archive.com/svn%40forrest.apache.org/ > Find a number, then subtract 1 from it > e.g. to go to just before the most recent change to > views stuff (r290290). > > svn update -r 290289 > then test, if still broken then go further ... > > svn update -r 290163 > ... > > -David Thanks for that it was an iterative process though I arrived at r280939 after jumping blocks of revisions. Can I go forward from r280939 eg: svn update -r 290946 to fine tune. I do appreciate the hard work the devs are doing here and sorry for raising FOR-678 as *major* with error: X [0] linkmap.html BROKEN: org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer (Lorg/apache/commons/jxpath/Pointer;)V It doesn't mean anything to me though I understand your in heavy refactoring mode and your on top of it. Downloading commons-jxpath-1.2.jar and looking at the docs without being a java or cocoon person I can see xpath xslt in java code! Maybe I have an idea of what is happening or not :( Kevin