Hello All
I am new to setting up servers. So thanks in advance for your patience
if I am asking overly simplistic questions.
I am following the instructions on
http://code.google.com/p/bigbluebutton/wiki/08SettingDevEnvironment#Build_the_client
for setting up a development environment. The user I am using is
ubuntu, not firstuser, but as per the instructions, I believe this
should not pose a problem.
I have a working BBB server version
Steps that I have followed so far that are working fine:
1. Setup a development environment
a. The necessary development tools have been installed
b. The .profile file has been reloaded
2. Checkout software
a. I have checked out the software from github and am working on a new
branch
3. Set up the environment
a. I have modified nginx settings for BigBlueButton to be serviced by
~/dev/bigbluebutton/bigbluebutton-client
The problem start s when I try to build the client. Neither building
the locales or building the client works. When I try to do so, get the
following output:
Buildfile: build.xml
init-ant-contrib:
locales:
[echo] Checking if locale output dir exists
[echo] Locale output dir does not exists. Creating /home/ubuntu/
dev/bigbluebutton/bigbluebutton-client/bin/locale
[echo] Determining supported locales.
build-locale:
[echo] Locale dir is /home/ubuntu/dev/bigbluebutton/bigbluebutton-
client/locale. Extract locale name.
[echo] Locale name is locale
[echo] Building locale
[echo] Somehow, the dirset for locales is passing the parent
(locale) dir.
[echo] We don't want it, so we need to skip it.
build-locale:
[echo] Locale dir is /home/ubuntu/dev/bigbluebutton/bigbluebutton-
client/locale/ar_SY. Extract locale name.
[echo] Locale name is ar_SY
[echo] Building ar_SY
[echo] We already have a copy of the framework locale. No need to
copy /home/ubuntu/dev/tools/flex/frameworks/locale/ar_SY
[echo] Compiling locale ar_SY
[echo] Start building ar_SY
[echo] **********************************************
[echo] * Did you check bundles.txt and made *
[echo] * all resources listed here? *
[echo] **********************************************
[mxmlc] Loading configuration file /home/ubuntu/dev/tools/
flex-4.5.0.20967/frameworks/flex-config.xml
[mxmlc] Required RSLs:
[mxmlc]
http://fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/framework_4.5.0.20967.swz
with 1 failover.
[mxmlc]
http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz
with 1 failover.
[mxmlc] Error: Unable to resolve resource bundle "controls" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "containers" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "rpc" for locale
"ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "styles" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "messaging" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "core" for locale
"ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "effects" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "logging" for
locale "ar_SY".
[mxmlc]
[mxmlc] Error: Unable to resolve resource bundle "modules" for
locale "ar_SY".
[mxmlc]
Killed
I have noticed that other seemed to have had a similar problem (http://
groups.google.com/group/bigbluebutton-dev/browse_thread/thread/
14ec9bd9c5b81392/805bff281be0006a?lnk=gst&q=Error%3A+Unable+to+resolve
+resource+bundle#805bff281be0006a), but I have not found the solution
for it.
Please provide some guidance.
Thanks
Vik