Hi Alessio,
that looks great!
One can add multiple metadata files to a VFSDeploymentUnit:
| /**
| * Append metadata file locations.
| *
| * @param locations the locations
| */
| void appendMetaDataLocation(VirtualFile... locations);
|
so if you could make it take an array I think that will work:
void setMetadataFiles(UnitfiedVirtualFile... files)
|
Thanks,
/Daniel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225909#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...