--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-dev/-/TN3dYDgOKmoJ.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
Error: unable to open 'libs/player/10.3/playerglobal.swc'
/home/firstuser/dev/tools/flex-4.5.0.20967/frameworks/libs/player/10.3I you do not have it , check instructions here for Client Development
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
From your previous post, it seems like you aren't running as firstuser.
Please follow the instructions here and confirm that you are logged in
as firstuser
http://code.google.com/p/bigbluebutton/wiki/08SettingDevEnvironment
Richard
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bigbluebutton-dev/-/kXpeTWsS4NAJ.
>
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-dev?hl=en.
--
-----
BigBlueButton Developer
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
can you paste the output of "whoami"?
Then do
cd
pwd
Please paste the output.
And finally run "ant" and paste the output.
I suggest you paste on pastebin.com so formatting is better.
Richard
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-dev" group.
On Wed, Feb 8, 2012 at 3:01 PM, abbas roshan <info...@gmail.com> wrote:
> roshan@ubuntu:~$ whoami
> roshan
> roshan@ubuntu:~$ pwd
> /home/roshan
>
So you are not running as firstuser as suggested in
http://code.google.com/p/bigbluebutton/wiki/08SettingDevEnvironment
>
>
>
> roshan@ubuntu:~/dev/source/bigbluebutton/bigbluebutton-client$ ant
> Buildfile: build.xml
>
> clean:
>
> init-ant-contrib:
>
> generate-html-wrapper:
>
> build-deskshare-no-linker:
> [echo] Compiling deskshare without optimization.
> [mxmlc] Loading configuration file
> /home/roshan/dev/tools/flex/frameworks/flex-config.xml
> [mxmlc] Adobe Flex Compiler (mxmlc)
> [mxmlc] Version 4.5.1 build 21328
>
> [mxmlc] Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved.
> [mxmlc]
> [mxmlc] /home/roshan/dev/tools/flex/frameworks/flex-config.xml(57):
> Error: unable to open 'libs/player/10.3/playerglobal.swc'
And you did not do the following which is on the wiki page.
====
Install playerglobal.swc
cd
mkdir -p /home/firstuser/dev/tools/flex-4.5.0.20967/frameworks/libs/player/10.3
cd /home/firstuser/dev/tools/flex-4.5.0.20967/frameworks/libs/player/10.3
wget http://fpdownload.macromedia.com/pub/flashplayer/updaters/10/playerglobal10_3.swc
mv playerglobal10_3.swc playerglobal.swc
====
If you did, you did not put it under roshan.
Richard
>
> [mxmlc]
> [mxmlc] </external-library-path>
> [mxmlc]
>
> BUILD FAILED
> /home/roshan/dev/source/bigbluebutton/bigbluebutton-client/build.xml:192:
> The following error occurred while executing this line:
> /home/roshan/dev/source/bigbluebutton/bigbluebutton-client/build.xml:291:
> mxmlc task failed
>
> Total time: 0 seconds
>
>
Does it have the right permissions?
Do
ls -lt /home/roshan/dev/tools/flex-4.5.0.20967/frameworks/libs/player/10.3
Is it readable by roshan?
> it's really strange!
No need to cry.
I think you did not point to your FLEX_HOME properly. If you look at
your error, ant is working with flex on /home/roshan/dev/tools/flex
[echo] Compiling deskshare without optimization.
[mxmlc] Loading configuration file
/home/roshan/dev/tools/flex/frameworks/flex-config.xml
[mxmlc] Adobe Flex Compiler (mxmlc)
[mxmlc] Version 4.5.1 build 21328
And you put your playerglobal.swc in /home/roshan/dev/tools/flex-4.5.0.20967
Is there a symlink in between flex and flex-4.5.0.20967? In short, did you
ln -s flex-4.5.0.20967 flex
Richard
thank you very much the problem finally solved ,can you help me how can i use RTL in some place like chat and .......
after ant , when i browse the bbb,it just show me loading page,not more,any idea?
thanks in advance
totally agree,i think the best way is trying to setup the dev enviorment by yourself, and dive into the code when have problem first, and you can debug on it. you should also have some knowledge on the language and build tools before hand.