Can you help me ?
p.s. sorry for my english... :(
--
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.
> For this you have to check out bigbluebutton-client and change the code
> there. The code for each window is contained in their respective modules,
> usually under views/components.
in my directory (/var/www/bigbluebutton/client) I'm find only "swf"
files.. and I don't change it..
"fla" file I can download from svn ?
thanks..
You need to checkout the client and make changes to it.
http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk/bigbluebutton-client
Richard
On Fri, Jan 15, 2010 at 12:37 PM, beba <beba...@gmail.com> wrote:
> --
> 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.
>
>
>
>
--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
big thanks. ..
I will try... Write result this..
[code]
mybox bbb-client # ant
Buildfile: build.xml
[taskdef] Could not load definitions from resource flexTasks.tasks.
It could not be found.
clean:
[delete] Deleting directory /usr/src/trunk/bbb-client/bin
check-config-xml:
copy-config-xml:
[echo] Updating config.xml from /var/www/bigbluebutton/client/
conf/config.xml
[copy] Copying 1 file to /usr/src/trunk/bbb-client/bin/conf
mxmlc-component:
BUILD FAILED
/usr/src/trunk/bbb-client/build.xml:12: The following error occurred
while executing this line:
/usr/src/trunk/bbb-client/build.xml:107: Problem: failed to create
task or type mxmlc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken
place.
[/code]
My config file - http://pastebin.org/80233
On my server installed sys-devel/flex-2.5.35. Maybe also need install
flex-sdk or another package?
Thanks..
If you can hang on a little longer, we're close to releasing 0.63 VM
that has all the development tools installed. This means, you can run
it using VMWare Player, edit files from your PC, and recompile the
source on the VM.
This is how we develop BigBlueButton internally.
Why do it this way? Why now download and setup all the needed tools
(like mxmlc compiler) on Windows? The short answer is it's way faster
to start with a development environment that works. The longer answer
is by running your developed code from within the BigBlueButton VM,
you can be confident that when you move your code to a BigBlueButton
server, it should work.
If we do our job right in creating the VM, you won't have to spend
time figuring out how to setup your development environment.
You can see instructions on how to do this here
http://code.google.com/p/bigbluebutton/wiki/Developing_BigBlueButton.
Note: This page is being updated for the 0.63 release. We're testing
(and using) 0.63 VM internally to make sure we fix any problems
before release.
Regards,... Fred
> My config file -http://pastebin.org/80233
Hi beba,
The FAQ on googlecode holds the solution to your problem
Sent from my Anroid phone
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group....