I am playing with some code I found on
http://lpicquet.wordpress.com/2009/06/09/removing-duplicate-nodes-in-the-sitemap/, for removing duplicate sitemap nodes.
I added all jars in /opt/interwoven/TeamSite/XXXX to my classpath in Eclipse.
I am still missing imports for:
DataSourceContext
SiteMapXml
SiteMapOperation
Can anyone point out the jar files these belong to?
Also note: this is more of an exercise of setting up advanced CSSDK code in my local environment (something beyond Hello World), and less of actually deleting the dups. I just want something to compile and run.