Hi,
I'm having the same problem after upgrading to xowiki0.52.
I have two customized adp pages placed under the xowiki/www/portlets directory. They worked fine before the upgrade.
One of them receives two parameters and the other one doesn't receive any. The one that doesn't receive parameters is working fine (using the first case syntaxis below), whereas with the other one I get this error:
1. line in xowiki: {{adp /packages/xowiki/portlets/wwwgradient-public-blog {package_id 2370}}}
error message:
Error in '{{adp /packages/xowiki/portlets/wwwgradient-public-blog {package_id 2370}}' in en:main_page (unmatched open brace in list)
Syntax: adp < name of adp-file> {< argument list>}
Invalid argument list: '/packages/xowiki/portlets/wwwgradient-public-blog {package_id 2370'; must be attribute value pairs (even number of elements)
}
2. line in xowiki: {{adp /packages/xowiki/portlets/wwwgradient-public-blog -package_id 2370}}
error message:
Error in '{{adp /packages/xowiki/portlets/www/gradient-public-blog -package_id 2370}}'
Syntax: adp < name of adp-file> {< argument list>}
Invalid argument list: '-package_id'; must be attribute value pairs (even number of elements)
3. line in xowiki: {{gradient-public-blog -package_id 2370}}
error message:
Error: includelet 'gradient-public-blog' unknown
Finally, copy&paste the syntaxis of the doc page http://alice.wu-wien.ac.at:8000/xowiki-doc/#adp-includes) also gives an error:
1. xowiki line: {{adp /packages/calendar/www/mini-calendar {view day base_url /dotlrn/calendar/}}}
error message:
Error in '{{adp /packages/calendar/www/mini-calendar {view day base_url /dotlrn/calendar/}}' in en:main_page (unmatched open brace in list)
Syntax: adp < name of adp-file> {< argument list>}
Invalid argument list: '/packages/calendar/www/mini-calendar {view day base_url /dotlrn/calendar/'; must be attribute value pairs (even number of elements)
}
Thanks in advance,
jopez