Hi,
i cant figure out how to correctly use jungles in connect to resources.
For example i have vívoactive and fr235. I already have excludeannotations for some part of my code. But now i want to use different settings/properties.xml and settings/settings.xml
So i created file resources-fr235 where i have different settings/properties.xml and settings/settings.xml but when i run fr235 it still looks like i am compiling default resources.
In my jungle file i have:
fr235.resourcePath = $(fr235.resourcePath);resources-fr235
In resources-fr235 i have just folder settings with two files settings.xml and properties.xml.
For fr235 i want to remove option from properties for descended and climbed floors since fr235 does not support them.
Any help appreciated.