Hi
I am trying to create an automated build, on a build server that includes a theme. but I just can not get it to work. I use the instruction followed here:
A bat file run it.
On my local computer it works when I have
<theme themeIsDefault="false" themeIsSDK="false" themeLocation="${EXTERNAL_THEME_DIR}/our_theme"/>
in my .actionScriptProperties but not on the build server. I am guessing it is because the FB on the build server dont have the ${EXTERNAL_THEME_DIR} and don't know the SWC that is in ${EXTERNAL_THEME_DIR}/our_theme/bin and is set somewhere I can not find.