Andrew Golightly wrote: > Hi guys, > > Michael suggested I email you about this. Lenya builds fine. Great! But > when pointing to the lenya public modules > (http://svn.wyona.com/repos/public/lenya/modules) I get the following > error when building: > > compile-module-org.apache.lenya.modules.sitetreeextended: > Created dir: > /home/andrew/gate/lenya/lenya-1.4.x/build/lenya/modules/org.apache.lenya.modules.sitetreeextended/java/classes > > Compiling 1 source file to > /home/andrew/gate/lenya/lenya-1.4.x/build/lenya/modules/org.apache.lenya.modules.sitetreeextended/java/classes > > /home/andrew/gate/lenya/modules/sitetreeextended/java/src/org/apache/lenya/cms/cocoon/generation/SitetreeFragmentGeneratorResourcetype.java:50: > cannot find symbol > symbol : variable identityMap > location: class > org.apache.lenya.cms.cocoon.generation.SitetreeFragmentGeneratorResourcetype > > Document document = this.identityMap.get(this.publication, > this.area, node.getPath(), lang); > ^
IdentityMap has recently been refactored to DocumentFactory iirc, but frankly i did not understand the details. untill andreas chimes in to explain, you might want to grep for "IdentityMap" in the svn changelog to get an idea. -- "I don't need backups. I need restore!" - Trad. -- Jörn Nettingsmeier, EDV-Administrator Institut für Politikwissenschaft Universität Duisburg-Essen, Standort Duisburg Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
