Hi Sands, Good question. It looks like the 'org.dspace.xmlui.cocoon' stuff was last released via Maven in 2007.
http://search.maven.org/#search|ga|1|g%3A%22org.dspace.xmlui.cocoon%22 I have no idea where its source code resides -- doesn't seem to be in the DSpace SVN, unless I'm overlooking it. Perhaps the source code is somewhere with TDL, as the last maven release of this custom Cocoon code was around the time that TDL gave XMLUI to the DSpace Community. NOTE: In current versions of DSpace, these dependencies no longer exist. They've been replaced by dependencies on 'org.apache.cocoon'. http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing/pom.xml In DSpace 1.8, the only part of Cocoon that we still need a custom version of is the 'dspace-cocoon-servlet-service-impl' whose source code is at: http://scm.dspace.org/svn/repo/modules/dspace-cocoon-servlet-service-impl/ Not sure if any of this will be of help to you, to be honest. But, perhaps the Vireo platform dependencies need an update to be along the line of current versions of DSpace? - Tim On 12/6/2011 12:56 PM, Sands Alden Fish wrote: > I'm working with DSpace 1.5.1 as part of TDL's Vireo platform. When I > look at the dependencies on Cocoon, I see the following (in > dspace-xmlui-wing/pom.xml)... > > <dependencies> > > <!-- Custom build DSpace cocoon --> > <dependency> > <groupId>org.dspace.xmlui.cocoon</groupId> > <artifactId>cocoon</artifactId> > <version>2.1.9</version> > </dependency> > <dependency> > <groupId>org.dspace.xmlui.cocoon</groupId> > <artifactId>cocoon-deprecated</artifactId> > <version>2.1.9</version> > </dependency> > > Does anyone know where the source is for this custom DSpace Cocoon under > org.dspace.xmlui.cocoon? I have a need to patch Cocoon for this project > and I don't know what was changed from the original Cocoon release here. > > Any help would be much appreciated. > > > -- > sands fish > Senior Software Engineer > MIT Libraries > Technology Research & Development > [email protected] <mailto:[email protected]> > E25-131 > > > > > > > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > > > > _______________________________________________ > Dspace-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-devel ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
