[Building Sakai] BigBlueButton

Nuno Fernandes nuno at ufp.edu.pt
Wed Aug 11 03:50:36 PDT 2010


Hi Nico,

Looks like you have setup some invalid BBB property on sakai.properties, my
guess is that you have something like:

bbb.versionCheckInterval = disabled

To disable it, you should set it to:

bbb.versionCheckInterval = 0


You can review all the available configuration options at:
http://confluence.sakaiproject.org/display/BBB

Looking at this page, I realized that the default value to this property is
set to "disabled" - I will update this!

Thank you, and hope this helps,
Nuno

On Wed, Aug 11, 2010 at 11:39 AM, Coetzee, Nico <Coetzeen at unisa.ac.za>wrote:

>  This message (and attachments) is subject to restrictions and a
> disclaimer. Please refer to http://www.unisa.ac.za/disclaimer for full
> details.
>  ------------------------------
>
> Hi
>
>  Can you please help me with my BBB problem
>
>  I've got sakai 2.6.0 OOTB and are trying to do the intergration with BBB.
>
>  I did the entity broker upgrade, deleted all entitybroker stuff in
>
>  {tomcat_folder}/shared/lib/entitybroker*
> {tomcat_folder}/components/entitybroker* {
> tomcat_folder}/webapps/entitybroker*
>
>  When i start up sakai it gives me the following error
>
>  2010-08-11 12:30:14,479 ERROR main
> org.sakaiproject.util.NoisierDefaultListableBeanFactory - Failed to
> preinstantiate the singleton named
> org.sakaiproject.bbb.api.BBBMeetingManager. Destroying all Spring beans.
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'org.sakaiproject.bbb.api.BBBMeetingManager' defined in file
> [/data/sakai/tomcat/apache-tomcat-5.5.26/components/bbb-pack/WEB-INF/components.xml]:
> Cannot resolve reference to bean 'org.sakaiproject.bbb.impl.BBBAPIWrapper'
> while setting bean property 'bbbAPIWrapper'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.sakaiproject.bbb.impl.BBBAPIWrapper' defined in file
> [/data/sakai/tomcat/apache-tomcat-5.5.26/components/bbb-pack/WEB-INF/components.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NumberFormatException: For input string: "disabled"
> Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'org.sakaiproject.bbb.impl.BBBAPIWrapper' defined in file
> [/data/sakai/tomcat/apache-tomcat-5.5.26/components/bbb-pack/WEB-INF/components.xml]:
> Invocation of init method failed; nested exception is
> java.lang.NumberFormatException: For input string: "disabled"
> Caused by:
> java.lang.NumberFormatException: For input string: "disabled"
> at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> at java.lang.Integer.parseInt(Integer.java:447)
> at java.lang.Integer.parseInt(Integer.java:497)
> at
> org.sakaiproject.component.impl.BasicConfigurationService.getInt(BasicConfigurationService.java:437)
> at org.sakaiproject.bbb.impl.BBBAPIWrapper.init(BBBAPIWrapper.java:68)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1240)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1205)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
> at
> org.sakaiproject.util.NoisierDefaultListableBeanFactory.getBean(NoisierDefaultListableBeanFactory.java:115)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1099)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
> at
> org.sakaiproject.util.NoisierDefaultListableBeanFactory.getBean(NoisierDefaultListableBeanFactory.java:115)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
> at
> org.sakaiproject.util.NoisierDefaultListableBeanFactory.preInstantiateSingletons(NoisierDefaultListableBeanFactory.java:74)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
> at
> org.sakaiproject.component.impl.SpringCompMgr.init(SpringCompMgr.java:146)
> at
> org.sakaiproject.component.cover.ComponentManager.getInstance(ComponentManager.java:68)
> at
> org.sakaiproject.component.impl.ContextLoader.loadParentContext(ContextLoader.java:107)
> at
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:183)
> at
> org.sakaiproject.component.impl.ContextLoader.initWebApplicationContext(ContextLoader.java:64)
> at
> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
> at
> org.sakaiproject.util.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:56)
> at
> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
> at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
> at
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
> at
> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
> at
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
> at
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
> at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> at org.apache.catalina.core.StandardService.start(StandardService.java:448)
> at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
> java.lang.Exception: traceback
> at
> org.sakaiproject.util.NoisierDefaultListableBeanFactory.destroySingletons(NoisierDefaultListableBeanFactory.java:97)
> at
> org.sakaiproject.util.NoisierDefaultListableBeanFactory.preInstantiateSingletons(NoisierDefaultListableBeanFactory.java:84)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
> at
> org.sakaiproject.component.impl.SpringCompMgr.init(SpringCompMgr.java:146)
> at
> org.sakaiproject.component.cover.ComponentManager.getInstance(ComponentManager.java:68)
> at
> org.sakaiproject.component.impl.ContextLoader.loadParentContext(ContextLoader.java:107)
> at
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:183)
> at
> org.sakaiproject.component.impl.ContextLoader.initWebApplicationContext(ContextLoader.java:64)
> at
> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
> at
> org.sakaiproject.util.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:56)
> at
> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
> at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
> at
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
> at
> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
> at
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
> at
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
> at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
> at org.apache.catalina.core.StandardService.start(StandardService.java:448)
> at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
>
>
>  And then goes on to destroy all the other singletons
>
>  Did I miss something?
>
>  On 07 Jun 2010, at 4:48 PM, Nuno Fernandes wrote:
>
> Hi Ed!
>
>  Quick answer: :)
>
>  There are development efforts for creating an HTML5 interface for BBB ;)
>
>  Thank you,
> Nuno
>
> On Mon, Jun 7, 2010 at 3:40 PM, Ed Garay <garay at uic.edu> wrote:
>
>> This is really great. Quite amazed how quickly you managed to integrate
>> BigBlueButton with Sakai. Impressive.
>>
>> Quick question: what are you going to tell the students and instructors
>> using iPhones and iPads? (all Web conferencing systems I am aware of use
>> java client software, some use Flash, so BBB is not at fault here)  Is
>> anyone working on a BigBlueButton native app for the iPad?  WebEx has one.
>>
>> Greetings from Chicago,
>> --- Ed Garay
>>
>> At Monday 6/7/2010 05:31 AM, Nuno Fernandes wrote:
>> >Hi,
>> >
>> >Sakai BigBlueButton 1.0.1 has been released which fixes the reported
>> >compilation issues.
>> >The documentation was also updated with the correct procedures for
>> >upgrading EntityBroker to 1.3.9 (if deploying to Sakai 2.6.x).
>> >
>> >Sakai BigBlueButton:
>>  ><http://confluence.sakaiproject.org/display/BBB/Home>
>> http://confluence.sakaiproject.org/display/BBB/Home
>> >
>> >Sakai BigBlueButton Installation & Upgrade instructions:
>>  ><
>> http://confluence.sakaiproject.org/pages/viewpage.action?pageId=69273500>
>> http://confluence.sakaiproject.org/pages/viewpage.action?pageId=69273500
>> >
>> >Latest stable tag and branch:
>>  ><https://source.sakaiproject.org/contrib/bigbluebutton/tags/bbb-1.0.1>
>> https://source.sakaiproject.org/contrib/bigbluebutton/tags/bbb-1.0.1
>> >https://source.sakaiproject.org/contrib/bigbluebutton/branches/bbb-1.0.x
>> >
>> >
>> >Please let me know if you have any questions!
>> >
>> >Thank you for your help,
>> >Nuno
>> >
>> >
>> >On Mon, Jun 7, 2010 at 10:31 AM, Nuno Fernandes
>>  ><<mailto:nuno at ufp.edu.pt>nuno at ufp.edu.pt> wrote:
>> >Hi Mike,
>> >
>> >I found this issue quite strange as JS compilation never fails on my
>> >(*nix) machine!
>> >Anyway, I have just committed two changes to the bbb-1.0.x branch:
>> >disabled JS compression during build
>> >disabled license plugin checks during build
>> >If you are compiling from the bbb-1.0.x branch, just need to update your
>> >working copy (svn up) and try again.
>> >If you are compiling from the 1.0.0 tag, just wait for me to release
>> 1.0.1
>> >(in the next 30min), check out this tag and compile.
>> >
>> >As a side note, I am also updating the relevant documentation when
>> >deploying to Sakai 2.6.x (upgrade of EntityBroker). This will be ready in
>> >a few minutes too:
>>  ><
>> http://confluence.sakaiproject.org/pages/viewpage.action?pageId=69273500>
>> http://confluence.sakaiproject.org/pages/viewpage.action?pageId=69273500
>> >
>> >Thank you,
>> >Nuno
>> >
>> >
>> >On Mon, Jun 7, 2010 at 10:26 AM, Mike Ozornin
>>  ><<mailto:mike.ozornin at gmail.com>mike.ozornin at gmail.com> wrote:
>> >Hello, Nuno.
>> >
>> >I have tried:
>> >Maven 2.0.10, 2.1.0, 2.2.1. Always I have the same problem: error during
>> >yui compressing of some jquery script:
>> >
>> >[INFO] jquery.dimensions.js (24042b) -> jquery.dimensions.js (7170b)[29%]
>> >
>> >[ERROR] ...\src\webapp\lib\jquery.hoverIntent.js:line 1:column 2:illegal
>> >character
>>  >Â Â Â Â Â Â Â  Ñ â•—â” /**
>> >[ERROR] ...\src\webapp\lib\jquery.hoverIntent.js:line 1:column 2:syntax
>> error
>>  >Â Â Â Â Â Â Â  Ñ â•—â” /**
>> >
>> >[ERROR] ...\src\webapp\lib\jquery.hoverIntent.js:line 112:column 2:syntax
>> >error
>>  >Â Â Â Â Â Â Â  })(jQuery);
>> >[ERROR] ...\src\webapp\lib\jquery.hoverIntent.js:line 1:column
>> >0:Compilation produced 3 syntax errors.
>> >
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[ERROR] FATAL ERROR
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Compilation produced 3 syntax errors.
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Trace
>> >org.mozilla.javascript.EvaluatorException: Compilation produced 3 syntax
>> >errors.
>>  >Â Â Â Â Â Â Â  at
>>
>> >net.sf.alchim.mojo.yuicompressor.ErrorReporter4Mojo.runtimeError(ErrorReporter4Mojo.java:43)
>>  >Â Â Â Â Â Â Â  at org.mozilla.javascript.Parser.parse(Parser.java:402)
>> >Â Â Â Â Â Â Â  at org.mozilla.javascript.Parser.parse(Parser.java:347)
>> >
>> >
>> >Maybe trouble appears because i'm building under MS Windows?
>> >
>> >On Mon, May 31, 2010 at 11:44 AM, Nuno Fernandes
>>  ><<mailto:nuno at ufp.edu.pt>nuno at ufp.edu.pt> wrote:
>> >Hi all,
>> >
>> >Thank you for your input.
>> >
>> >JS Compression:
>> >This is quite strange: I can compile successfully without any JS error.
>> >Maybe this is also related with maven version?
>> >mvn clean install
>> >(...)
>> >[INFO] jquery.timePicker.js (8951b) -> jquery.timePicker.js (3445b)[38%]
>> >[INFO] jquery.hoverIntent.js (4605b) -> jquery.hoverIntent.js
>> (1165b)[25%]
>> >[INFO] jquery-ui-1.7.1.custom.css (27374b) -> jquery-ui-1.7.1.custom.css
>> >(22451b)[82%]
>> >(...)
>> >
>> >@Mike:
>> >What maven version are you using?
>> >
>> >@Jon:
>>  >I want to update the docs regarding the required Maven version. To what
>> >version did you upgrade Maven to compile BBB successfuly? 2.0.10 or 2.1.0
>> ?
>> >
>> >Thanks,
>> >Nuno
>> >
>> >
>> >On Sun, May 30, 2010 at 12:33 PM, Mike Ozornin
>>  ><<mailto:mike.ozornin at gmail.com>mike.ozornin at gmail.com> wrote:
>> >Hello.
>> >
>> >I had the same problem. I simply turn off yui compressor in
>> >"\bbb\tool\pom.xml" and sakai started compile.
>> >
>> ><profile>
>>  >Â Â Â Â Â Â Â Â Â Â Â  <id>release</id>
>> >Â Â Â Â Â Â Â Â Â Â Â  <activation>
>> >Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  <activeByDefault>true</activeByDefault>
>> >Â Â Â Â Â Â Â Â Â Â Â  </activation>
>> >Â Â Â Â Â Â Â Â Â Â Â  <properties>
>> >Â Â Â Â Â Â Â Â Â Â Â  Â Â Â
>>  <yuicompressor.phase>none</yuicompressor.phase>
>> >Â Â Â Â Â Â Â Â Â Â Â  </properties>
>> ></profile>
>> >
>> >I made it so because I now the only problem of this change is
>> >not-compressed javascript.
>> >
>> >On Fri, May 28, 2010 at 10:04 PM, Jon Wheat
>>  ><<mailto:jwheat at messiah.edu>jwheat at messiah.edu> wrote:
>> >I'm closer. It now makes it past that error -
>> >now I'm getting some syntax errors. I pulled down the code again just to
>> >be sure (1.0.0), got them again -
>>>> >I looked at the jquery.hoverIntent.js and its just normal javascript
>> code,
>> >which is odd.
>> >-Jon
>>>> >:snipped:
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Building BigBlueButton Tool
>>  >[INFO]Â Â Â  task-segment: [clean, install]
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] [clean:clean]
>> >[INFO] Deleting directory /home/sakai/sakai_2-6-x/bbb/tool/target
>> >[INFO] [resources:resources]
>> >[INFO] Using 'UTF-8' encoding to copy filtered resources.
>> >[INFO] Copying 2 resources
>> >[INFO] [yuicompressor:compress {execution: default}]
>> >[INFO] jquery.url.js (6325b) -> jquery.url.js (1641b)[25%]
>> >[INFO] jqueryui.js (170994b) -> jqueryui.js (158490b)[92%]
>> >[INFO] jquery.timePicker.js (8685b) -> jquery.timePicker.js (3445b)[39%]
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column 1:illegal
>> >character
>>  >Â Â Â Â Â Â Â  ???/**
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column 1:syntax
>> error
>>  >Â Â Â Â Â Â Â  ???/**
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column 2:illegal
>> >character
>>  >Â Â Â Â Â Â Â  ???/**
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column 3:illegal
>> >character
>>  >Â Â Â Â Â Â Â  ???/**
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column 3:syntax
>> error
>>  >Â Â Â Â Â Â Â  ???/**
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 112:column 2:syntax
>> >error
>>  >Â Â Â Â Â Â Â  })(jQuery);
>> >[ERROR] .../src/webapp/lib/jquery.hoverIntent.js:line 1:column
>> >0:Compilation produced 6 syntax errors.
>> >
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[ERROR] FATAL ERROR
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Compilation produced 6 syntax errors.
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Trace
>> >org.mozilla.javascript.EvaluatorException: Compilation produced 6 syntax
>> >errors.
>>  >Â Â Â Â Â Â Â  at
>>
>> >net.sf.alchim.mojo.yuicompressor.ErrorReporter4Mojo.runtimeError(ErrorReporter4Mojo.java:43)
>>  >Â Â Â Â Â Â Â  at org.mozilla.javascript.Parser.parse(Parser.java:402)
>> >Â Â Â Â Â Â Â  at org.mozilla.javascript.Parser.parse(Parser.java:347)
>> >Â Â Â Â Â Â Â  at
>>
>> >com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:312)
>>  >Â Â Â Â Â Â Â  at
>>
>> >com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:532)
>>  >Â Â Â Â Â Â Â  at
>>
>> >net.sf.alchim.mojo.yuicompressor.YuiCompressorMojo.processFile(YuiCompressorMojo.java:178)
>>  >Â Â Â Â Â Â Â  at
>>
>> >net.sf.alchim.mojo.yuicompressor.MojoSupport.processDir(MojoSupport.java:151)
>>  >Â Â Â Â Â Â Â  at
>> >net.sf.alchim.mojo.yuicompressor.MojoSupport.execute(MojoSupport.java:97)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:454)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
>>  >Â Â Â Â Â Â Â  at
>>
>> >org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>>  >Â Â Â Â Â Â Â  at
>> >org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
>>  >Â Â Â Â Â Â Â  at
>> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
>> >Â Â Â Â Â Â Â  at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
>> >
>> >Â Â Â Â Â Â Â  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> >Â Â Â Â Â Â Â  at
>>
>> >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  >Â Â Â Â Â Â Â  at
>>
>> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>  >Â Â Â Â Â Â Â  at java.lang.reflect.Method.invoke(Method.java:592)
>> >Â Â Â Â Â Â Â  at
>> >org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>  >Â Â Â Â Â Â Â  at
>> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> >Â Â Â Â Â Â Â  at
>> >org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>  >Â Â Â Â Â Â Â  at
>> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> >[INFO]
>> >------------------------------------------------------------------------
>> >[INFO] Total time: 9 seconds
>> >[INFO] Finished at: Fri May 28 13:55:26 EDT 2010
>> >[INFO] Final Memory: 37M/254M
>> >[INFO]
>> >------------------------------------------------------------------------
>>>> >
>> >_______________________________________________
>> >sakai-dev mailing list
>> ><mailto:sakai-dev at collab.sakaiproject.org>
>> sakai-dev at collab.sakaiproject.org
>> >http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>> >
>> >TO UNSUBSCRIBE: send email to
>>  ><mailto:sakai-dev-unsubscribe at collab.sakaiproject.org>
>> sakai-dev-unsubscribe at collab.sakaiproject.org
>> >with a subject of "unsubscribe"
>> >
>> >
>> >
>> >_______________________________________________
>> >sakai-dev mailing list
>>  ><mailto:sakai-dev at collab.sakaiproject.org>
>> sakai-dev at collab.sakaiproject.org
>> >http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>> >
>> >TO UNSUBSCRIBE: send email to
>>  ><mailto:sakai-dev-unsubscribe at collab.sakaiproject.org>
>> sakai-dev-unsubscribe at collab.sakaiproject.org
>> >with a subject of "unsubscribe"
>> >
>> >
>> >
>> >
>> >--
>>  >Nuno Fernandes  .  { Analyst/Programmer }
>> >
>> >|| web  . { <http://www.ufp.pt>http://www.ufp.pt  | Â
>> >http://tinyurl.com/nfgrilo  |  follow_me @ nfgrilo }
>> >|| work . { Universidade Fernando Pessoa  |  Praça 9 de Abril, 349  |
>> >Â 4249-004 Porto }
>> >
>> >
>> >
>> >_______________________________________________
>> >sakai-dev mailing list
>>  ><mailto:sakai-dev at collab.sakaiproject.org>
>> sakai-dev at collab.sakaiproject.org
>> >http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>> >
>> >TO UNSUBSCRIBE: send email to
>>  ><mailto:sakai-dev-unsubscribe at collab.sakaiproject.org>
>> sakai-dev-unsubscribe at collab.sakaiproject.org
>> >with a subject of "unsubscribe"
>> >
>> >
>> >
>> >
>> >--
>>  >Nuno Fernandes  .  { Analyst/Programmer }
>> >
>> >|| web  . { <http://www.ufp.pt>http://www.ufp.pt  | Â
>> >http://tinyurl.com/nfgrilo  |  follow_me @ nfgrilo }
>> >|| work . { Universidade Fernando Pessoa  |  Praça 9 de Abril, 349  |
>> >Â 4249-004 Porto }
>> >
>> >
>> >
>> >
>> >--
>> >Nuno Fernandes  .  { Analyst/Programmer }
>> >
>> >|| web  . { <http://www.ufp.pt>http://www.ufp.pt  | Â
>> >http://tinyurl.com/nfgrilo  |  follow_me @ nfgrilo }
>> >|| work . { Universidade Fernando Pessoa  |  Praça 9 de Abril, 349  |
>> >Â 4249-004 Porto }
>> >_______________________________________________
>> >sakai-dev mailing list
>> >sakai-dev at collab.sakaiproject.org
>> >http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>> >
>> >TO UNSUBSCRIBE: send email to
>> >sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
>> "unsubscribe"
>>
>> --
>>  -- Ed Garay  ITL Blog: www.accc.uic.edu/itl/blog
>>    Assistant Director for Academic Computing
>>
>>   (1) Request Blackboard course sites for Fall now:
>>       www.accc.uic.edu/itl/blackboard/request_site.shtml
>>
>>   (2) Blackboard 9 upgraded.
>>       Updated ITL Blackboard Support Website:
>> www.accc.uic.edu/itl/blackboard
>>
>>   (3) Blackboard 9 daily Instructor Intros:
>> www.accc.uic.edu/itl/bb9intros.html
>>
>>   (4) Faculty Teaching & Learning Technology Prep Week - Week of August 9,
>> 2010
>>
>>    ITL home page: www.accc.uic.edu/itl
>>    Email: itl at uic.edu
>>    Phone: 312-996-9824
>>    www.twitter.com/itl
>>
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to
>> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
>> "unsubscribe"
>>
>
>
>
> --
> Nuno Fernandes  .  { Analyst/Programmer }
>
> || web  . { http://www.ufp.pt  |  http://tinyurl.com/nfgrilo  |  follow_me
> @ nfgrilo }
> || work . { Universidade Fernando Pessoa  |  Praça 9 de Abril, 349  |
>  4249-004 Porto }
>
>


-- 
Nuno Fernandes  .  { Analyst/Programmer }

|| web  . { http://www.ufp.pt  |  http://tinyurl.com/nfgrilo  |  follow_me @
nfgrilo }
|| work . { Universidade Fernando Pessoa  |  Praça 9 de Abril, 349  |
4249-004 Porto }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100811/90679b8a/attachment.html 


More information about the sakai-dev mailing list