Revision 130

1 view
Skip to first unread message

Cédric Tabin

unread,
Dec 18, 2008, 11:17:20 AM12/18/08
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
Reply all
Reply to author
Forward
0 new messages