hi can any one tell me the steps of compiling in flash builder 4.5 , should i use 4.5 or 3.6 sdk and the version of flash player ? ! when i compile in both 4.5 and 3.5 with flash player 10 , nothing happend ? thanks in advance
Before we dig into what might be causing you problems, can you confirm that your following the steps in Setting up a development environment (the following is the link for BigBlueButton 0.8).
On Tue, Feb 7, 2012 at 2:33 PM, abbas roshan <info....@gmail.com> wrote: > hi > can any one tell me the steps of compiling in flash builder 4.5 , should i > use 4.5 or 3.6 sdk and the version of flash player ? ! > when i compile in both 4.5 and 3.5 with flash player 10 , nothing happend ? > thanks in advance
> -- > 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 bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
hi mr fred i have read this link but the question is i can't compile it using flash builder 4.5 it gives me some errors and also i hav problem usin ant could you please guide me
On Tue, Feb 7, 2012 at 3:39 PM, abbas roshan <info....@gmail.com> wrote: > hi mr fred > i have read this link but the question is i can't compile it using flash > builder 4.5 > it gives me some errors and also i hav problem usin ant > could you please guide me
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
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.0 build 20967 [mxmlc] Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved. [mxmlc] [mxmlc] /home/roshan/dev/tools/flex/frameworks/flex-config.xml(56): Error: unable to open 'libs/player/10.3/playerglobal.swc' [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: 1 second
i do all thing in wiki link as you have sent it to me
> i have check everything > all thing is the same of tutorial > i don't know why it gives me error? > please help me
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
You've posted three times in the last three hours. Do not do that again.
There are over 1100 members in this mailing list. We all saw your first post. Posting the same message again and again suggests you believe there is an implied service level agreement in these forums, one in which all posts will be answered within X hours/days.
There is not.
Keep in mind we all *volunteer* our time here to help others.
If you absolutely need a response ASAP, an no one in the BigBlueButton community is responding, we recommend you contact one of the companies that provide commercial support at http://bigbluebutton.org/support. Otherwise, please be patient.
> To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
On Wed, Feb 8, 2012 at 2:50 PM, abbas roshan <info....@gmail.com> wrote: > i am working in vm but i did my best to solve this problem but still no > improvment happend > idea?
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. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
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' [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
> [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.
> 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
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
On Wed, Feb 8, 2012 at 3:12 PM, abbas roshan <info....@gmail.com> wrote:
> it is inside roshan , the path is > home/roshan/dev/tools/flex-4.5.0.20967/frameworks/libs/player/10.3 > ,agian the error happend
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!
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
On Wed, Feb 8, 2012 at 3:22 PM, abbas roshan <info....@gmail.com> wrote: > -rwxrwxrwx 1 roshan roshan 306966 2012-02-03 04:49 playerglobal.swc > i want to cry :((
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
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
On Wed, Feb 8, 2012 at 3:55 PM, abbas roshan <info....@gmail.com> wrote: > thank you very much the problem finally solved ,can you help me how can i > use RTL in some place like chat and .......
> -- > You received this message because you are subscribed to the Google Groups > "BigBlueButton-dev" group. > To post to this group, send email to bigbluebutton-dev@googlegroups.com. > To unsubscribe from this group, send email to > bigbluebutton-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bigbluebutton-dev?hl=en.
i compile with ant and it says build is successfull,, when i refresh my page nothing happend , for example i change copyright,but nothing changed,what should i do?