Hi All,
after a lot of reinstalls I found a bug on zimlet beta version.
I am using alfresco 3.2 community.
On the alfresco side I needed to patch files, becouse the internal referencies don't point to real path of the included files. After that, this bealtfull software works perfectly.
My steps:
1) unzip file alfresco-zimlet-webscripts-beta.zip
they will create a "org" directory.
2) after that, I patch the files:
Quote:
sed -i 's|/Company Home/Data Dictionary/Web Scripts Extensions/zimlets/org/|/Company Home/Data Dictionary/Web Scripts Extensions/org/|g' org/alfresco/zimbra/attachmentUpload.post.js
sed -i 's|/Company Home/Data Dictionary/Web Scripts Extensions/zimlets/org/|/Company Home/Data Dictionary/Web Scripts Extensions/org/|g' org/alfresco/zimbra/helloWorld.get.js
sed -i 's|/Company Home/Data Dictionary/Web Scripts Extensions/zimlets/org/|/Company Home/Data Dictionary/Web Scripts Extensions/org/|g' org/alfresco/zimbra/aboutAlfresco.get.js
sed -i 's|/Company Home/Data Dictionary/Web Scripts Extensions/zimlets/org/|/Company Home/Data Dictionary/Web Scripts Extensions/org/|g' org/alfresco/fastpublish/AlfrescoEasyNavigation.get.js
sed -i 's|/Company Home/Data Dictionary/Web Scripts Extensions/zimlets/org/|/Company Home/Data Dictionary/Web Scripts Extensions/org/|g' org/alfresco/fastpublish/AlfrescoEasyTreeView.get.js |
3) create the zip again...
4) import zip file, following the official documentation
5) Restart alfresco.
[ ],
Marcelo Soares
marcelo(+)f13.com.br