Cédric Tabin
unread,Dec 18, 2008, 11:17:20 AM12/18/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mas...@googlegroups.com
Hello guys,
I just put the last revision of masapi on the SVN. There is no big update, just a new functionnality into the parser that allows you to define things like that :
<files>
...
<folder path="mySubFolder">
<file url="test.swf" ... /> ==> url will be 'mySubFolder/test.swf'
...
<folder path="underSubFolder/jpg">
<file url="other.jpg" ... /> ==> url will be 'mySubFolder/underSubfolder/jpg/other.jpg
</folder>
</folder>
...
</files>
You can also add an attribute called 'absolutePath' (boolean) on the nodes 'folder' and 'file' and set it to true if you don't want that masapi add the path prefix ! You'll find a little example into the Simple Web Site sample (application.xml).
Regards,
Cedric Tabin