You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(36) |
Aug
(8) |
Sep
(1) |
Oct
|
Nov
(14) |
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(13) |
Feb
(15) |
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jared B. <jar...@gm...> - 2008-05-28 00:17:31
|
Hello All, I am trying to get Ogoglio installed but I am stuck at the step where I build and install the source. I think that I have tomcat.home configured incorrectly in settings.xml I am using OS X and I have tomcat installed at: /Library/Tomcat/apache-tomcat-6.0.16 so I in settings.xml I have tomcat.home set to: <tomcat.home>/Library/Tomcat/apache-tomcat-6.0.16</tomcat.home> but I keep getting the following error: ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] You probably need to set your tomcat.home in your settings.xml I'm not sure what I should set the path to and I was wondering if anyone had any advice. Thanks in advanced, Jared <http://www.swarmthink.com> |
|
From: Trevor F. S. <tr...@tr...> - 2008-03-12 22:05:42
|
Hey, folks. With the latest checkin you'll need to upgrade to Tomcat 6.0.16. Previous versions had a bug in Comet which causes errors on disconnect which look like the stack trace included below. Thanks to Matt Kimmel for hunting this down. - Trevor java.io.IOException at org.apache.coyote.http11.InternalAprInputBuffer.fill(InternalAprInputBuffer.java:763) at org.apache.coyote.http11.InternalAprInputBuffer$SocketInputBuffer.doRead(InternalAprInputBuffer.java:792) at org.apache.coyote.http11.filters.ChunkedInputFilter.readBytes(ChunkedInputFilter.java:236) at org.apache.coyote.http11.filters.ChunkedInputFilter.parseChunkHeader(ChunkedInputFilter.java:266) at org.apache.coyote.http11.filters.ChunkedInputFilter.doRead(ChunkedInputFilter.java:132) at org.apache.coyote.http11.InternalAprInputBuffer.doRead(InternalAprInputBuffer.java:703) at org.apache.coyote.Request.doRead(Request.java:428) at org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:297) at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:372) at org.apache.catalina.connector.InputBuffer.readByte(InputBuffer.java:306) at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:105) at com.ogoglio.message.plugin.StreamNetworkTransporter.decodeMessageLength(StreamNetworkTransporter.java:160) at com.ogoglio.message.plugin.StreamNetworkTransporter.receiveNetworkMessage(StreamNetworkTransporter.java:97) at com.ogoglio.message.plugin.MessageStack.readMessage(MessageStack.java:133) at com.ogoglio.message.server.CometServlet.drainDataBuffer(CometServlet.java:184) at com.ogoglio.message.server.CometServlet.event(CometServlet.java:107) ... |
|
From: Trevor F. S. <tr...@tr...> - 2008-03-04 13:48:23
|
Hey, Sandeep. It looks like the test suite can't communicate with the database. Double check that you have the database running and the settings correct as specified in the developer tutorial: http://ogoglio.wiki.sourceforge.net/Ogoglio+Development+Tutorial If there's still a problem, please send more information about your setup. - Trevor On Mon, Feb 18, 2008 at 11:28 PM, Sandeep Kumar Singh <sks...@ii...> wrote: > > hi all, > i am getting the following unit test failure while building the ogoglio > project using > mvn clean install > > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-integration-test:jar:0.0.1-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] [site:attach-descriptor] > [INFO] [install:install] > [INFO] Installing C:\og\pom.xml to C:\Documents and > Settings\3DInternet\.m2\repo > sitory\com\ogoglio\ogoglio\0.0.1-SNAPSHOT\ogoglio-0.0.1-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-common\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 146 source files to C:\og\ogoglio-common\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 2 source files to C:\og\ogoglio-common\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-common\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.viewer.j3d.body.test.MorphTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec > Running com.ogoglio.xml.test.XMLTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec > > Results : > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.j > ar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.jar > to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-commo > n\0.0.1-SNAPSHOT\ogoglio-common-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-appdev\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 17 source files to C:\og\ogoglio-appdev\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] No tests to run. > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.j > ar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.jar > to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-appde > v\0.0.1-SNAPSHOT\ogoglio-appdev-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - > com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPS > HOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-body-editor-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 1 source file to > C:\og\ogoglio-body-editor-applet\target\classe > s > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-body-editor-applet\target\surefi > re-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > There are no tests to run. > > Results : > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor > -applet-0.0.1-SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor-ap > plet-0.0.1-SNAPSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\c > om\ogoglio\ogoglio-body-editor-applet\0.0.1-SNAPSHOT\ogoglio-body-editor-applet- > 0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-test-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 4 source files to C:\og\ogoglio-test-applet\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Tests are skipped. > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1- > SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1-SNA > PSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogo > glio-test-applet\0.0.1-SNAPSHOT\ogoglio-test-applet-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - > com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-viewer-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > Downloading: > http://repo1.maven.org/maven2/netscape/liveConnect/1.0/liveConnect- > 1.0.pom > [INFO] [compiler:compile] > [INFO] Compiling 2 source files to C:\og\ogoglio-viewer-applet\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 4 source files to > C:\og\ogoglio-viewer-applet\target\test-class > es > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-viewer-applet\target\surefire-re > ports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.viewer.j3d.bvh.test.BvhTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec > Running com.ogoglio.viewer.j3d.body.test.BodyTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec > Running com.ogoglio.viewer.j3d.obj.test.ObjTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec > > Results : > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0. > 0.1-SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0.0.1 > -SNAPSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio > \ogoglio-viewer-applet\0.0.1-SNAPSHOT\ogoglio-viewer-applet-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\dev-plugins\target > [INFO] [plugin:descriptor] > [INFO] Using 2 extractors. > [INFO] Applying extractor for language: java > [INFO] Extractor for language: java found 4 mojo descriptors. > [INFO] Applying extractor for language: bsh > [INFO] Extractor for language: bsh found 0 mojo descriptors. > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 5 source files to C:\og\dev-plugins\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Tests are skipped. > [INFO] [jar:jar] > [INFO] Building jar: C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar > [INFO] [plugin:addPluginArtifactMetadata] > [INFO] [install:install] > [INFO] Installing C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar to > C:\Do > cuments and > Settings\3DInternet\.m2\repository\com\ogoglio\og-plugin\0.0.1-SNAPS > HOT\og-plugin-0.0.1-SNAPSHOT.jar > [INFO] [plugin:updateRegistry] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-server\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [og:verifyEnvironment {execution: verifyXMLProperties}] > [INFO] Verifying project context variables against server.xml config in > tomcat. > [INFO] [compiler:compile] > [INFO] Compiling 70 source files to C:\og\ogoglio-server\target\classes > [WARNING] > C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j > ava:[20,15] sun.misc.BASE64Encoder is Sun proprietary API and may be > removed in > a future release > > [WARNING] > C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j > ava:[278,24] sun.misc.BASE64Encoder is Sun proprietary API and may be > removed in > a future release > > [INFO] [og:buildHtml {execution: default}] > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 3 source files to C:\og\ogoglio-server\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-server\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.mail.test.MailTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec > Running com.ogoglio.sim.script.test.ScriptTest > 2008-03-20 12:34:20,484 [INFO] com.ogoglio - Stopping space 1: Space > @SLTests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.438 sec > Running com.ogoglio.persist.test.PersistTest > 2008-03-20 12:34:20,515 [INFO] com.ogoglio - Destroying all data in the > database > and media serve... hope this is a dev machine. > 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - Error trying initialized > DB:javax > /transaction/Synchronization > 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - destroyAllData: unable to > init th > e version number! > 2008-03-20 12:34:21,312 [INFO] com.ogoglio - Destroying all data in the > databas > e and media serve... hope this is a dev machine. > 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - Error trying initialized > DB:javax > /transaction/Synchronization > 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - destroyAllData: unable to > init th > e version number! > @SLTests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 > sec << > < FAILURE! > > Results : > > Failed tests: > testRecords(com.ogoglio.persist.test.PersistTest) > testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) > > Tests run: 5, Failures: 2, Errors: 0, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to C:\og\ogoglio-server\target\surefire-reports for the > individual > test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 26 seconds > [INFO] Finished at: Thu Mar 20 12:34:21 IST 2008 > [INFO] Final Memory: 47M/63M > [INFO] > ------------------------------------------------------------------------ > > > i checked the surefire reports and it shows these errors > ------------------------------------------------------------------------------- > Test set: com.ogoglio.persist.test.PersistTest > ------------------------------------------------------------------------------- > Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec > <<< FAILURE! > testRecords(com.ogoglio.persist.test.PersistTest) Time elapsed: 0.797 sec > <<< FAILURE! > junit.framework.AssertionFailedError: can't get DB set up: trying to > initialize it in the test code > at junit.framework.Assert.fail(Assert.java:47) > at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) > at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) > at junit.framework.TestCase.runBare(TestCase.java:125) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > 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:597) > at > org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > 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:597) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) > > testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) > Time elapsed: 0.047 sec <<< FAILURE! > junit.framework.AssertionFailedError: can't get DB set up: trying to > initialize it in the test code > at junit.framework.Assert.fail(Assert.java:47) > at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) > at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) > at junit.framework.TestCase.runBare(TestCase.java:125) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > 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:597) > at > org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > 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:597) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > |
|
From: Trevor F. S. <tr...@tr...> - 2008-03-01 21:04:33
|
Those of you interested in virtual spaces at city scale should check out the RFC for CityGML V1: http://www.citygml.org/ I'm halfway through the current draft and withholding judgment until I've absorbed it a bit, but it might be a handy exchange format for online cities. It has an extension mechanism which we could use in Ogoglio to indicate hypertext links between features like doors and for URIs to ogoglio based REST services. |
|
From: Trevor F. S. <tr...@tr...> - 2008-02-28 15:14:28
|
Hey, Sandeep. It looks like the test suite can't communicate with the database. Double check that you have the database running and the settings correct as specified in the developer tutorial: http://ogoglio.wiki.sourceforge.net/Ogoglio+Development+Tutorial If there's still a problem, please send more information about your setup. - Trevor On Mon, Feb 18, 2008 at 11:28 PM, Sandeep Kumar Singh <sks...@ii...> wrote: > > hi all, > i am getting the following unit test failure while building the ogoglio > project using > mvn clean install > > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT > [INFO] Unnamed - com.ogoglio:ogoglio-integration-test:jar:0.0.1-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] [site:attach-descriptor] > [INFO] [install:install] > [INFO] Installing C:\og\pom.xml to C:\Documents and > Settings\3DInternet\.m2\repo > sitory\com\ogoglio\ogoglio\0.0.1-SNAPSHOT\ogoglio-0.0.1-SNAPSHOT.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-common\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 146 source files to C:\og\ogoglio-common\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 2 source files to C:\og\ogoglio-common\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-common\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.viewer.j3d.body.test.MorphTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec > Running com.ogoglio.xml.test.XMLTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec > > Results : > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.j > ar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.jar > to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-commo > n\0.0.1-SNAPSHOT\ogoglio-common-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-appdev\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 17 source files to C:\og\ogoglio-appdev\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] No tests to run. > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.j > ar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.jar > to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-appde > v\0.0.1-SNAPSHOT\ogoglio-appdev-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - > com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPS > HOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-body-editor-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 1 source file to > C:\og\ogoglio-body-editor-applet\target\classe > s > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-body-editor-applet\target\surefi > re-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > There are no tests to run. > > Results : > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor > -applet-0.0.1-SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor-ap > plet-0.0.1-SNAPSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\c > om\ogoglio\ogoglio-body-editor-applet\0.0.1-SNAPSHOT\ogoglio-body-editor-applet- > 0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-test-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 4 source files to C:\og\ogoglio-test-applet\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Tests are skipped. > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1- > SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1-SNA > PSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio\ogo > glio-test-applet\0.0.1-SNAPSHOT\ogoglio-test-applet-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - > com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-viewer-applet\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > Downloading: > http://repo1.maven.org/maven2/netscape/liveConnect/1.0/liveConnect- > 1.0.pom > [INFO] [compiler:compile] > [INFO] Compiling 2 source files to C:\og\ogoglio-viewer-applet\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 4 source files to > C:\og\ogoglio-viewer-applet\target\test-class > es > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-viewer-applet\target\surefire-re > ports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.viewer.j3d.bvh.test.BvhTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec > Running com.ogoglio.viewer.j3d.body.test.BodyTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec > Running com.ogoglio.viewer.j3d.obj.test.ObjTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec > > Results : > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] [jar:jar] > [INFO] Building jar: > C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0. > 0.1-SNAPSHOT.jar > [INFO] [install:install] > [INFO] Installing > C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0.0.1 > -SNAPSHOT.jar to C:\Documents and > Settings\3DInternet\.m2\repository\com\ogoglio > \ogoglio-viewer-applet\0.0.1-SNAPSHOT\ogoglio-viewer-applet-0.0.1-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\dev-plugins\target > [INFO] [plugin:descriptor] > [INFO] Using 2 extractors. > [INFO] Applying extractor for language: java > [INFO] Extractor for language: java found 4 mojo descriptors. > [INFO] Applying extractor for language: bsh > [INFO] Extractor for language: bsh found 0 mojo descriptors. > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 5 source files to C:\og\dev-plugins\target\classes > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Tests are skipped. > [INFO] [jar:jar] > [INFO] Building jar: C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar > [INFO] [plugin:addPluginArtifactMetadata] > [INFO] [install:install] > [INFO] Installing C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar to > C:\Do > cuments and > Settings\3DInternet\.m2\repository\com\ogoglio\og-plugin\0.0.1-SNAPS > HOT\og-plugin-0.0.1-SNAPSHOT.jar > [INFO] [plugin:updateRegistry] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean] > [INFO] Deleting directory C:\og\ogoglio-server\target > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [og:verifyEnvironment {execution: verifyXMLProperties}] > [INFO] Verifying project context variables against server.xml config in > tomcat. > [INFO] [compiler:compile] > [INFO] Compiling 70 source files to C:\og\ogoglio-server\target\classes > [WARNING] > C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j > ava:[20,15] sun.misc.BASE64Encoder is Sun proprietary API and may be > removed in > a future release > > [WARNING] > C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j > ava:[278,24] sun.misc.BASE64Encoder is Sun proprietary API and may be > removed in > a future release > > [INFO] [og:buildHtml {execution: default}] > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 3 source files to C:\og\ogoglio-server\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > C:\og\ogoglio-server\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running com.ogoglio.mail.test.MailTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec > Running com.ogoglio.sim.script.test.ScriptTest > 2008-03-20 12:34:20,484 [INFO] com.ogoglio - Stopping space 1: Space > @SLTests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.438 sec > Running com.ogoglio.persist.test.PersistTest > 2008-03-20 12:34:20,515 [INFO] com.ogoglio - Destroying all data in the > database > and media serve... hope this is a dev machine. > 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - Error trying initialized > DB:javax > /transaction/Synchronization > 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - destroyAllData: unable to > init th > e version number! > 2008-03-20 12:34:21,312 [INFO] com.ogoglio - Destroying all data in the > databas > e and media serve... hope this is a dev machine. > 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - Error trying initialized > DB:javax > /transaction/Synchronization > 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - destroyAllData: unable to > init th > e version number! > @SLTests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 > sec << > < FAILURE! > > Results : > > Failed tests: > testRecords(com.ogoglio.persist.test.PersistTest) > testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) > > Tests run: 5, Failures: 2, Errors: 0, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to C:\og\ogoglio-server\target\surefire-reports for the > individual > test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 26 seconds > [INFO] Finished at: Thu Mar 20 12:34:21 IST 2008 > [INFO] Final Memory: 47M/63M > [INFO] > ------------------------------------------------------------------------ > > > i checked the surefire reports and it shows these errors > ------------------------------------------------------------------------------- > Test set: com.ogoglio.persist.test.PersistTest > ------------------------------------------------------------------------------- > Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec > <<< FAILURE! > testRecords(com.ogoglio.persist.test.PersistTest) Time elapsed: 0.797 sec > <<< FAILURE! > junit.framework.AssertionFailedError: can't get DB set up: trying to > initialize it in the test code > at junit.framework.Assert.fail(Assert.java:47) > at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) > at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) > at junit.framework.TestCase.runBare(TestCase.java:125) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > 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:597) > at > org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > 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:597) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) > > testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) > Time elapsed: 0.047 sec <<< FAILURE! > junit.framework.AssertionFailedError: can't get DB set up: trying to > initialize it in the test code > at junit.framework.Assert.fail(Assert.java:47) > at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) > at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) > at junit.framework.TestCase.runBare(TestCase.java:125) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > 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:597) > at > org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > 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:597) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > |
|
From: michel <Mic...@Su...> - 2008-02-25 21:09:27
|
Hi, It's interesting to investigate the state of VW technology, and at the same time get in touch with about 70 typical potential "end-users" of next gen virtual worlds, show them existing demos, talk about capabilities, ... and get their feedback and recommendations. We all want open virtual worlds to be successful isn't it ? Virtual worlds is comprising several areas, most of them under development/enhancement these days-- and sometimes in orthogonal directions. ;-) Let's be frank: objects' format, rendering techno/tool, architectural networking model, .. are all important considerations, but only ONE aspect seems critical to the "end-users": the capability to select, customize, modify avatars with a high flexibility. Today the only really large, rich and flexible avatars management systems we have found are only part of proprietary virtual worlds platforms !! Considering the importance of the avatars' dimension to end-users (psychology), do we want proprietary platforms to be successful in the future instead of open source platforms ? Are we just ostriches when looking at open virtual worlds, animals that put their little heads in the ground moving open virtual worlds the way we think this should be done instead of listening to what the world-wide-population is expecting ? Let it be .. -michel |
|
From: Trevor F. S. <tr...@tr...> - 2008-02-23 22:21:01
|
On Sat, Feb 23, 2008 at 1:17 PM, michel <Mic...@su...> wrote: > Trevor, could you send a link to a description of "how to" so that not > only Transmutable could make/customizer avatars but also Ogoglio fans ? The best way to understand the Ogoglio platform is to look at the many included examples. The server code has a test suite demonstrating the APIs. The web UI includes a full javascript library and example UI for every piece of functionality. The example object templates include geometry, textures, and scripts. The two avatars have geometry, skins, attachments, and a maven build system which demonstrates how to put them together and deploy them. Use the source, Luke. Perhaps some day O'Reilly will pay someone to write a book about Ogoglio, but in the mean time what exists now is the result of someone rolling up their sleeves and giving back to the community. Feel free to become one of those people! |
|
From: michel <Mic...@Su...> - 2008-02-23 21:17:50
|
Trevor, could you send a link to a description of "how to" so that not only Transmutable could make/customizer avatars but also Ogoglio fans ? Thanks :-) -michel Trevor F. Smith a écrit : > I'm moving forward with the new avatar system, and it's finally > starting to look a bit better. > > I've added the ability to add a template as an attachment, which means > that we can now have items like hair and custom skins. > > I've also committed two new avatars, Joe and Jane, and accompanying > attachments. These assets were created under contract by our > excellent freelance 3D guy, Sergio: http://www.droffset.com/ He's now > the resident expert on creating bodies for Ogoglio so if you have > special needs I recommend his work. > > Transmutable released Joe and Jane under a creative commons license so > that other projects can get started with reasonable avatars. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > > |
|
From: Trevor F. S. <tr...@tr...> - 2008-02-20 22:24:19
|
I'm moving forward with the new avatar system, and it's finally starting to look a bit better. I've added the ability to add a template as an attachment, which means that we can now have items like hair and custom skins. I've also committed two new avatars, Joe and Jane, and accompanying attachments. These assets were created under contract by our excellent freelance 3D guy, Sergio: http://www.droffset.com/ He's now the resident expert on creating bodies for Ogoglio so if you have special needs I recommend his work. Transmutable released Joe and Jane under a creative commons license so that other projects can get started with reasonable avatars. |
|
From: Michel D. <mic...@or...> - 2008-02-20 21:22:15
|
Hi, * Lighting: not very useful in event halls but will be for a town like Ogoglio City * java-script interpreter: Ogoglio has one for Ogoglio-server for adding behavior to objects but here it is about Java 6 distri kit which provides off-the-shelf java-script interpreter capability to be embedded in Java code, enabling users to "customize"/add functionality on top of existing Java code .. which in the case of Ogoglio could also be for other modules such as the viewer * In event halls one can imagine that people there will share .. viewing presentations for instance .. it seems to be a core need for Transmutable but also for any Ogoglio-based solution. Sure one will admit that presos are better in conventional 2D but in event halls and similar places the guys are there in 3D * Map: sure it's not needed for spaces small as event halls but .. I remember you'll bring up someday the Ogoglio City online -- many streets, strange places, people, ... better for the visitors to find their way easily through a map * Diagramming software: do you know about an open source one, or free one ? Thanks again, -michel > Message du 20/02/08 01:47 > De : "Ian Smith" > A : "Michel DENIS" > Copie à : ogo...@li... > Objet : Re: [Ogoglio-developers] moving forward.. > > Thanks for the questions, answers are inline. > > 1- how do one has to implement a world which, like the real one, contains shadows, sunlight and moving clouds ? > > At the moment, the viewer doesn't have much support for any of this. We have talked about how to do more complex lighting models--and believe we have a decent solution--but that is at least going to wait until the next major release. > 2- voice comms: i seem to remember that currently Skype is supported- please could you tell how to do it ? > Right-click on another person's avatar. If they have the skype attribute set in their profile, it will launch skype via the browser. > > 3- can we use the "embedded java-script" of Java 6 (I don't mean the Ogoglio java-script API) to call Ogoglio's Java API's ? If yes, how ? > > Not sure what you mean here. We supply a standard java-script interpreter with ogoglio-server that runs on the server side. It's bog-standard so there should not be compatibility problems. > 4- what do you suggest as easiest way to show Powerpoint/Word/Excel/PDF documents inworld (ie on a 3D arbitrarily-chosen billboard) ? > > Well, this is a short answer to a long story. 1) We don't think you should normally try to show 2D content in a 3D space--it's usually better for all concerned to get the 2D content via the "normal" web browser route since it is easier to read, well supported, etc. 2) We do have a "slideshow" tool that is going to be available in the near future in a tomorrowspace rented hall. So, if you are determined to ignore #1 and you rent a hall from us, there is a way to show a set of slides (which can be derived from PPT, word, whatever). > 5- is there any way to "share" such documents (like Wonderland enables, for instance .. ie multiple inworld users can edit documents simultaneously) ? > > Not at the moment. This is a good app for you to work on! :-) > 6- when a space becomes complex (but not 'heavy') and large, do you have any plan or suggestion to enable visitors to get a "map" where the landscape, the other users and themselves are pictured -- and then enabling users to click on a point to get teleported to these coordinates ? > > Our spaces tend to be small enough to not need this feature. We use URLs to navigate on the large (global) scale. > 7- (untested) when a ground/terrain is not flat but like a hill or mountain, will the bodies move up and down accordingly ? > > Yes this works already. There is a very weak notion of "gravity". > 8- i would like to try better understanding the full Ogogolio Java code (which does not have many inline comments) -- do you know of any existing free plugin or software which can e.g. make workflow diagrams of your full Java code, or something similar ? > This is an absolutely fair criticism (the state of the source code) and one that we would like to rectify. However, our current product roll-out won't allow this for a while. If you want to run diagramming software or other tools against our codebase, we'd be glad to post the results on our sourceforge site. > > > hope this helps, > ian > > |
|
From: Ian S. <ian...@tr...> - 2008-02-20 00:47:58
|
Thanks for the questions, answers are inline. > 1- how do one has to implement a world which, like the real one, > contains shadows, sunlight and moving clouds ? > At the moment, the viewer doesn't have much support for any of this. We have talked about how to do more complex lighting models--and believe we have a decent solution--but that is at least going to wait until the next major release. > > 2- voice comms: i seem to remember that currently Skype is supported- > please could you tell how to do it ? > Right-click on another person's avatar. If they have the skype attribute set in their profile, it will launch skype via the browser. > > > 3- can we use the "embedded java-script" of Java 6 (I don't mean the > Ogoglio java-script API) to call Ogoglio's Java API's ? If yes, how ? > Not sure what you mean here. We supply a standard javascript interpreter with ogoglio-server that runs on the server side. It's bog-standard so there should not be compatibility problems. > > 4- what do you suggest as easiest way to show > Powerpoint/Word/Excel/PDF documents inworld (ie on a 3D > arbitrarily-chosen billboard) ? > Well, this is a short answer to a long story. 1) We don't think you should normally try to show 2D content in a 3D space--it's usually better for all concerned to get the 2D content via the "normal" web browser route since it is easier to read, well supported, etc. 2) We do have a "slideshow" tool that is going to be available in the near future in a tomorrowspace rented hall. So, if you are determined to ignore #1 and you rent a hall from us, there is a way to show a set of slides (which can be derived from PPT, word, whatever). > > 5- is there any way to "share" such documents (like Wonderland > enables, for instance .. ie multiple inworld users can edit documents > simultaneously) ? > Not at the moment. This is a good app for you to work on! :-) > > 6- when a space becomes complex (but not 'heavy') and large, do you > have any plan or suggestion to enable visitors to get a "map" where > the landscape, the other users and themselves are pictured -- and then > enabling users to click on a point to get teleported to these > coordinates ? > Our spaces tend to be small enough to not need this feature. We use URLs to navigate on the large (global) scale. > > 7- (untested) when a ground/terrain is not flat but like a hill or > mountain, will the bodies move up and down accordingly ? > Yes this works already. There is a very weak notion of "gravity". > > 8- i would like to try better understanding the full Ogogolio Java > code (which does not have many inline comments) -- do you know of any > existing *free *plugin or software which can e.g. make workflow > diagrams of your full Java code, or something similar ? > This is an absolutely fair criticism (the state of the source code) and one that we would like to rectify. However, our current product roll-out won't allow this for a while. If you want to run diagramming software or other tools against our codebase, we'd be glad to post the results on our sourceforge site. hope this helps, ian |
|
From: Michel D. <mic...@or...> - 2008-02-19 23:57:36
|
Hello Ian, Trevor and the new age spaces dream team A few new questions which would help me building my spaces (and probably the ones of other people someday) : 1- how do one has to implement a world which, like the real one, contains shadows, sunlight and moving clouds ? 2- voice comms: i seem to remember that currently Skype is supported- please could you tell how to do it ? 3- can we use the "embedded java-script" of Java 6 (I don't mean the Ogoglio java-script API) to call Ogoglio's Java API's ? If yes, how ? 4- what do you suggest as easiest way to show Powerpoint/Word/Excel/PDF documents inworld (ie on a 3D arbitrarily-chosen billboard) ? 5- is there any way to "share" such documents (like Wonderland enables, for instance .. ie multiple inworld users can edit documents simultaneously) ? 6- when a space becomes complex (but not 'heavy') and large, do you have any plan or suggestion to enable visitors to get a "map" where the landscape, the other users and themselves are pictured -- and then enabling users to click on a point to get teleported to these coordinates ? 7- (untested) when a ground/terrain is not flat but like a hill or mountain, will the bodies move up and down accordingly ? 8- i would like to try better understanding the full Ogogolio Java code (which does not have many inline comments) -- do you know of any existing free plugin or software which can e.g. make workflow diagrams of your full Java code, or something similar ? Thanks in advance, as usual -michel |
|
From: Sandeep K. S. <sks...@ii...> - 2008-02-19 07:13:19
|
hi all, i am getting the following unit test failure while building the ogoglio project using mvn clean install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT [INFO] Unnamed - com.ogoglio:ogoglio-integration-test:jar:0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio:pom:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] [site:attach-descriptor] [INFO] [install:install] [INFO] Installing C:\og\pom.xml to C:\Documents and Settings\3DInternet\.m2\repo sitory\com\ogoglio\ogoglio\0.0.1-SNAPSHOT\ogoglio-0.0.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-common:jar:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-common\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 146 source files to C:\og\ogoglio-common\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 2 source files to C:\og\ogoglio-common\target\test-classes [INFO] [surefire:test] [INFO] Surefire report directory: C:\og\ogoglio-common\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.ogoglio.viewer.j3d.body.test.MorphTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running com.ogoglio.xml.test.XMLTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.j ar [INFO] [install:install] [INFO] Installing C:\og\ogoglio-common\target\ogoglio-common-0.0.1-SNAPSHOT.jar to C:\Documents and Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-commo n\0.0.1-SNAPSHOT\ogoglio-common-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-appdev:jar:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-appdev\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 17 source files to C:\og\ogoglio-appdev\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] No tests to run. [INFO] [jar:jar] [INFO] Building jar: C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.j ar [INFO] [install:install] [INFO] Installing C:\og\ogoglio-appdev\target\ogoglio-appdev-0.0.1-SNAPSHOT.jar to C:\Documents and Settings\3DInternet\.m2\repository\com\ogoglio\ogoglio-appde v\0.0.1-SNAPSHOT\ogoglio-appdev-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-body-editor-applet:jar:0.0.1-SNAPS HOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-body-editor-applet\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 1 source file to C:\og\ogoglio-body-editor-applet\target\classe s [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: C:\og\ogoglio-body-editor-applet\target\surefi re-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor -applet-0.0.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\og\ogoglio-body-editor-applet\target\ogoglio-body-editor-ap plet-0.0.1-SNAPSHOT.jar to C:\Documents and Settings\3DInternet\.m2\repository\c om\ogoglio\ogoglio-body-editor-applet\0.0.1-SNAPSHOT\ogoglio-body-editor-applet- 0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-test-applet:jar:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-test-applet\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 4 source files to C:\og\ogoglio-test-applet\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Tests are skipped. [INFO] [jar:jar] [INFO] Building jar: C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1- SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\og\ogoglio-test-applet\target\ogoglio-test-applet-0.0.1-SNA PSHOT.jar to C:\Documents and Settings\3DInternet\.m2\repository\com\ogoglio\ogo glio-test-applet\0.0.1-SNAPSHOT\ogoglio-test-applet-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-viewer-applet:jar:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-viewer-applet\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://repo1.maven.org/maven2/netscape/liveConnect/1.0/liveConnect- 1.0.pom [INFO] [compiler:compile] [INFO] Compiling 2 source files to C:\og\ogoglio-viewer-applet\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 4 source files to C:\og\ogoglio-viewer-applet\target\test-class es [INFO] [surefire:test] [INFO] Surefire report directory: C:\og\ogoglio-viewer-applet\target\surefire-re ports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.ogoglio.viewer.j3d.bvh.test.BvhTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.ogoglio.viewer.j3d.body.test.BodyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.ogoglio.viewer.j3d.obj.test.ObjTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0. 0.1-SNAPSHOT.jar [INFO] [install:install] [INFO] Installing C:\og\ogoglio-viewer-applet\target\ogoglio-viewer-applet-0.0.1 -SNAPSHOT.jar to C:\Documents and Settings\3DInternet\.m2\repository\com\ogoglio \ogoglio-viewer-applet\0.0.1-SNAPSHOT\ogoglio-viewer-applet-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:og-plugin:maven-plugin:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\dev-plugins\target [INFO] [plugin:descriptor] [INFO] Using 2 extractors. [INFO] Applying extractor for language: java [INFO] Extractor for language: java found 4 mojo descriptors. [INFO] Applying extractor for language: bsh [INFO] Extractor for language: bsh found 0 mojo descriptors. [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 5 source files to C:\og\dev-plugins\target\classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Tests are skipped. [INFO] [jar:jar] [INFO] Building jar: C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar [INFO] [plugin:addPluginArtifactMetadata] [INFO] [install:install] [INFO] Installing C:\og\dev-plugins\target\og-plugin-0.0.1-SNAPSHOT.jar to C:\Do cuments and Settings\3DInternet\.m2\repository\com\ogoglio\og-plugin\0.0.1-SNAPS HOT\og-plugin-0.0.1-SNAPSHOT.jar [INFO] [plugin:updateRegistry] [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\og\ogoglio-server\target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [og:verifyEnvironment {execution: verifyXMLProperties}] [INFO] Verifying project context variables against server.xml config in tomcat. [INFO] [compiler:compile] [INFO] Compiling 70 source files to C:\og\ogoglio-server\target\classes [WARNING] C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j ava:[20,15] sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release [WARNING] C:\og\ogoglio-server\src\main\java\com\ogoglio\persist\AccountRecord.j ava:[278,24] sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release [INFO] [og:buildHtml {execution: default}] [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 3 source files to C:\og\ogoglio-server\target\test-classes [INFO] [surefire:test] [INFO] Surefire report directory: C:\og\ogoglio-server\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.ogoglio.mail.test.MailTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.ogoglio.sim.script.test.ScriptTest 2008-03-20 12:34:20,484 [INFO] com.ogoglio - Stopping space 1: Space @SLTests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.438 sec Running com.ogoglio.persist.test.PersistTest 2008-03-20 12:34:20,515 [INFO] com.ogoglio - Destroying all data in the database and media serve... hope this is a dev machine. 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - Error trying initialized DB:javax /transaction/Synchronization 2008-03-20 12:34:21,312 [ERROR] com.ogoglio - destroyAllData: unable to init th e version number! 2008-03-20 12:34:21,312 [INFO] com.ogoglio - Destroying all data in the databas e and media serve... hope this is a dev machine. 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - Error trying initialized DB:javax /transaction/Synchronization 2008-03-20 12:34:21,359 [ERROR] com.ogoglio - destroyAllData: unable to init th e version number! @SLTests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec << < FAILURE! Results : Failed tests: testRecords(com.ogoglio.persist.test.PersistTest) testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) Tests run: 5, Failures: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to C:\og\ogoglio-server\target\surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26 seconds [INFO] Finished at: Thu Mar 20 12:34:21 IST 2008 [INFO] Final Memory: 47M/63M [INFO] ------------------------------------------------------------------------ i checked the surefire reports and it shows these errors ------------------------------------------------------------------------------- Test set: com.ogoglio.persist.test.PersistTest ------------------------------------------------------------------------------- Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec <<< FAILURE! testRecords(com.ogoglio.persist.test.PersistTest) Time elapsed: 0.797 sec <<< FAILURE! junit.framework.AssertionFailedError: can't get DB set up: trying to initialize it in the test code at junit.framework.Assert.fail(Assert.java:47) at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) at junit.framework.TestCase.runBare(TestCase.java:125) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) 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:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest) Time elapsed: 0.047 sec <<< FAILURE! junit.framework.AssertionFailedError: can't get DB set up: trying to initialize it in the test code at junit.framework.Assert.fail(Assert.java:47) at com.ogoglio.appdev.migrate.test.DBZapTest.setUp(DBZapTest.java:28) at com.ogoglio.persist.test.PersistTest.setUp(PersistTest.java:78) at junit.framework.TestCase.runBare(TestCase.java:125) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) 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:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) |
|
From: Trevor F. S. <tr...@tr...> - 2008-02-04 23:16:36
|
On Feb 3, 2008 2:21 PM, Michel DENIS <mic...@or...> wrote: <snip> > What are the guidelines for creating "loosely-coupled" animated "entities" > of the above types, in Ogoglio ? <snip> BVH is only used for avatar animation. Use the javascript API for spline motion to move the separate groups in a template's obj. |
|
From: Michel D. <mic...@or...> - 2008-02-03 22:21:51
|
Hi, Several people are concluding that, unless there are "organized events" in = Virtual Worlds, these places (including Second life), except in the precise= areas of the events, look like Ghost Cities, Deserted Places, Un-real envi= ronments, "Un-Natural" Areas. Visitors do not like this - when coming in-wo= rld they anticipate they could see (as examples): - some walking dogs/cats in the streets (automatic movement is OK) - some flying birds in the sky (just moving wings automatically would be ni= ce) - "local people" just walking around, which are not part of the set up, jus= t there because they are inhabiting the place (selection by mouse and colli= sion detection are important though) - the sun position and lightning moving, in the backgound - a few clouds moving in the background What are the guidelines for creating "loosely-coupled" animated "entities" = of the above types, in Ogoglio ? Animated OBJs ? BVHs with meshes ?=C2=A0 O= BJ+BVH - How to match the two ? Thanks, -michel=C2=A0 |
|
From: Paco N. <pa...@he...> - 2008-02-02 23:20:26
|
> They have a fur system in there! > and fur is murder - especially on system performance! a friend who writes casual games on Facebook noted recently that his app isn't yet popular enough to reach the top rankings on FB, but still draws more daily users than all of Second Life. that put things into perspective for me. |
|
From: Michel D. <mic...@or...> - 2008-02-02 21:27:23
|
Sure - I admit that I was playing a little bit the role of the "devil's adv= ocate" For the success of Ogoglio on the marketplace (web - users), the Avatars sy= stem seems to be one of major big piece to make happen -- and yes they need= to get clothes, shoes, .. what I read will be happening. At the difference of other aspects of the Ogoglio platform, avatars are not= described (yet?) in any documentation - one just learns that they are BVH-= based for animation. Looking at the files, typical Ogoglio avatars have currently BHV's (for var= ious types of animations), an OBJ for the body (and a SMAP), a source blend= er file and a number of JPEGs each containing all textures plugged onto the= various areas of the avatar. For avatars with editable parts (like Mike) t= here's several OBJ's and blender sources, as well as several MORPH files. Today with Blender, (QA)Vimator, DAZ, BVHacker, Art-of-Illusion,... it is p= ossible to play and convert with OBJ's or/and BVH's ... but what are the re= quirements in Ogoglio for matching the BVH with the OBJ? What are the possi= ble Ogoglio constraints to make the skeleton fit into the mesh ? Can we use= d just standard recommendations like explained in the Blender forums and si= milar ? =C2=A0Please could you say a few words about this ? Thank you, -michel =20 =20 =20 > Message du 02/02/08 22:04 > De : "Trevor F. Smith"=20 > A : ogo...@li... > Copie =C3=A0 :=20 > Objet : Re: [Ogoglio-developers] Sketchup (1) - Avatars (2) - Spatial sou= nd(3) >=20 > On Feb 1, 2008 1:24 PM, Michel DENIS wrote: > > Suppose that a company would like to build a front-end which could use= the > > same avatar system for accessing both Ogoglio spaces and SL servers (le= gacy > ... > > Is it feasible ? >=20 > No. SL's client is huge (almost 200MB on disk). It's size and > complexity make it unfit for web use and, frankly, it has proven to be > quite unusable for the majority of people who try it. >=20 > > Does it makes sense ? >=20 > No. SL's avatars are designed to be used in the fat client world > where it's ok to render a couple of frames per minute and to take 10 > minutes to download a small crowd. >=20 > They have a fur system in there! >=20 > > Are there any alternatives, like .. a similar capability to come as par= t of > > the core Ogoglio development, or alternatively some other open source t= ools > > which could be used ? >=20 > As with all open source projects, features arrive when someone steps > up and builds them. Transmutable is going to contribute a attachment > and clothing system designed for web users, not virtual world > enthusiasts. >=20 > In general, I encourage everyone to look beyond the relatively tiny > population of Second Life or WoW and towards the massive user > communities on the web. Why are the avatar systems like WeeWorld, > Zwinky, and Gizmoz successful or failing? Why is Habbo so huge? >=20 > Those are the interesting questions, not whether we can bring fur and > bling to Ogoglio. >=20 > - Trevor >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers >=20 >=20 |
|
From: Trevor F. S. <tr...@tr...> - 2008-02-02 21:04:25
|
On Feb 1, 2008 1:24 PM, Michel DENIS <mic...@or...> wrote: > Suppose that a company would like to build a front-end which could use the > same avatar system for accessing both Ogoglio spaces and SL servers (legacy ... > Is it feasible ? No. SL's client is huge (almost 200MB on disk). It's size and complexity make it unfit for web use and, frankly, it has proven to be quite unusable for the majority of people who try it. > Does it makes sense ? No. SL's avatars are designed to be used in the fat client world where it's ok to render a couple of frames per minute and to take 10 minutes to download a small crowd. They have a fur system in there! > Are there any alternatives, like .. a similar capability to come as part of > the core Ogoglio development, or alternatively some other open source tools > which could be used ? As with all open source projects, features arrive when someone steps up and builds them. Transmutable is going to contribute a attachment and clothing system designed for web users, not virtual world enthusiasts. In general, I encourage everyone to look beyond the relatively tiny population of Second Life or WoW and towards the massive user communities on the web. Why are the avatar systems like WeeWorld, Zwinky, and Gizmoz successful or failing? Why is Habbo so huge? Those are the interesting questions, not whether we can bring fur and bling to Ogoglio. - Trevor |
|
From: Michel D. <mic...@or...> - 2008-02-02 01:51:34
|
Hi Trevor and All, As you Trevor previously said, one of the most important aspects of the coming open virtual worlds environments is .. the AVATARS .. it's about the people .. their image etc.. I would like to enter here some brainstorming output I got from relatives yesterday: a general opinion seems to be that one of the (very few!!) best, future-oriented "feature" of SL (in comparison to Croquet, Wonderland and .. Ogoglio,...) is .. their current, existing "big" avatar "system": diverse, rich, flexible, off-the-shelf, nice-looking, customizable, pick & click features, etc... amazing apparently! Of course the rest of the SL platform is not always so nice but it is not the topic in this message ... the key fact is that the SL viewer is open source now. Suppose that a company would like to build a front-end which could use the same avatar system for accessing both Ogoglio spaces and SL servers (legacy but ... there to stay for some time.. even for slightly different markets ..). For the explained above reason one alternative could be to merge the avatar part of the SL open source client with the existing open source Ogoglio avatar component ! What do you think ? Is it feasible ? Does it makes sense ? Are there any alternatives, like .. a similar capability to come as part of the core Ogoglio development, or alternatively some other open source tools which could be used ? Thanks again! -michel ps: of course one knows that Ogoglio allows us to use our own custom OBJ files for avatar shape, while SL doesn't ..... |
|
From: Michel D. <mic...@or...> - 2008-01-31 21:53:14
|
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ |
|
From: Michel D. <mic...@or...> - 2008-01-30 22:02:12
|
Hello, How does one make an "full nice looking" avatar in Ogoglio ? Animations use BVH format- right, they can be produced -- but that's only the "nude" animated character. How do you dress the avatar, put hairs, shoes, clothes, etc... guess it is textured OBJs ? Then how do you merge the OBJs with the BVH for getting a "full nice looking" avatar ? Sorry if these questions are naive, but .. I'm just starting with the world of avatars... If there's a tutorial somewhere on the net, please let me know too. Thanks in advance, -michel |
|
From: Sandeep K. S. <sks...@ii...> - 2008-01-30 06:29:19
|
i am getting the following errors while building the ogoglio project using
mvn clean install
C:\Documents and Settings\3DInternet\Desktop\ogoglio\my-app\ogoglio>mvn
clean in
stall
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: unknown
Reason: Could not find the model file 'C:\Documents and
Settings\3DInternet\Desk
top\ogoglio\my-app\ogoglio-bodies\ogoglio-body-mike\pom.xml'. for project
unknow
n
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the model
file
'C:\Documents and
Settings\3DInternet\Desktop\ogoglio\my-app\ogoglio-bodies\ogog
lio-body-mike\pom.xml'. for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:376)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:289)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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)
Caused by: org.apache.maven.project.ProjectBuildingException: Could not
find the
model file 'C:\Documents and
Settings\3DInternet\Desktop\ogoglio\my-app\ogoglio
-bodies\ogoglio-body-mike\pom.xml'. for project unknown
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(Default
MavenProjectBuilder.java:1381)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFi
leInternal(DefaultMavenProjectBuilder.java:474)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
nProjectBuilder.java:197)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:548)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:458)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:524)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:524)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:362)
... 11 more
Caused by: java.io.FileNotFoundException: C:\Documents and
Settings\3DInternet\D
esktop\ogoglio\my-app\ogoglio-bodies\ogoglio-body-mike\pom.xml (The system
canno
t find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
hidden.org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:1
23)
at
hidden.org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamR
eader.java:67)
at
hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFact
ory.java:113)
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(Default
MavenProjectBuilder.java:1376)
... 18 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Jan 30 10:38:29 IST 2008
[INFO] Final Memory: 1M/2M
please help regarding this problem.
|
|
From: Michel D. <mic...@or...> - 2008-01-29 22:27:04
|
Hello Ian and Trevor ..=20 * Yes sure I am fully, and only, on Ogoglio for the my own VW environments,= using Sketchup for the modeling (and the galactical Google 3D Warehouse fo= r OTS art .. license conditions imposed by Google to art uploaders are more= than ideal for us, even for commercial projects.. you might be interested = to read the very special and slightly obscure TOS). And yes my intention is= to contribute back as CC or Apache entities. I look forward to more synerg= y with you. * Thanks-- I'll do with the OBJ art and the avatar models (Joe seems to be = a nice guy) when available, and keep you posted about events. For the time = being I guess I should export the OBJ's all triangulated and without double= faces. But let's see ... * Regarding sound .. am just suddenly thinking at voice comms in general, w= hich could be interesting on top of chat comms-- apart from the Java Voice Bridge I have not research this--:=C2=A0 https://= jvoicebridge.dev.java.net/ What do you think ? Unfortunately it is not a standard web tool, though OS,= but it exists and works quite well today. * Regarding spatial sound there seems to be "harder ways" using javascripts= I suppose .. I bought the big book you recommended ... i mean objects' scr= ipts can define areas with increasing/decreasing sound volumes based on the= distance, which would influence avatars and their holders through web tool= s ... * BTW do you have any new thoughts about the use of Java @client level ? Fo= r instance Wonderland is going to leave Java3D and move to JMonkeyEngine fo= r rendering- see http://forums.java.net/jive/thread.jspa?threadID=3D35docum= ent.write (BT_SUBMIT);envoyer979&tstart=3D0 Thanks again! -michel =20 =20 =20 > Message du 29/01/08 22:38 > De : "Ian Smith"=20 > A : "Michel DENIS" , ogo...@li... > Copie =C3=A0 :=20 > Objet : Re: [Ogoglio-developers] Sketchup (1) - Avatars (2) - Spatial sou= nd (3) >=20 > These are all good questions.=C2=A0 I'll try to take a stab at it,= although Trevor has been doing most of the avatar-related stuff on Transmu= table. > =20 > 1) I believe we can handle pretty much anything in OBJ format, provided = it stays under our limit in terms of total file size.=C2=A0 I believe that = the system currently imposes a 1 megabyte limit on OBJ files.=C2=A0 Once yo= u get your avatar model done (see #2) then we should talk about how to insu= re that your server exports them properly so that web browsers will see the= m.=C2=A0 There is also some work to do if you would like to have the animat= ions (which are BVH form) work properly with your avatar.=C2=A0 I'd say fir= st get the modeling done (the hard part!) and then the rest you can copy fr= om our examples. > =20 > 2)=C2=A0=C2=A0 Ogoglio will be getting some new avatars in the next coup= le of weeks.=C2=A0 Early pictures of "joe" the male avatar are already avai= lable: > =20 > http://blog.transmutable.com/2008/01/hey-joe.html > =20 > These will be CC licensed, so it should not be too onerous to use. > =20 > 3) We currently have no "built-in" story for how to do sound in a space.= =C2=A0 This has to be done by other web-based means at the moment.=C2=A0 We= have experimented successfully with getting audio streams played into a sp= ace, but this is not generally available.=C2=A0 If you have ideas of web-ba= sed systems that can support this type of functionality, please let us know= . > =20 > hope this helps > ian > =20 > =20 > =20 > =20 > Michel DENIS wrote: Hi! > =20 > I would like to ask 3 questions: > =20 > - I have started to make models with the very user-friendly Google Sketc= hup -- do you have any best practices or recommendations for importing Goog= le Sketchup models (exported in OBJ format) into Ogoglio ? > =20 > - The set of Ogoglio avatars is pretty limited today -- I'd like to crea= te more of them-- do you have guidelines/tricks/sources for us making addit= ional ones ? > =20 > - "Spatial sound": what's the best way to get "spatial sound" in an Ogog= lio space/world, ie sound whose volume depends on distance from sources (I = guess one would need to java-script something or so) ? > =20 > Thanks in advance ! > -michel > =20 -----------------------------------------------------------------------= -- This SF.net email is sponsored by: Microsoft Defy all challenges. Micros= oft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/dir= ect/01/ _______________________________________________ Ogoglio-develope= rs mailing list Ogo...@li... https://lists.sour= ceforge.net/lists/listinfo/ogoglio-developers =20 > -- /////////////////////////////////////////// It came to me then -- th= at every plan -- is a tiny prayer to father time. --DCFC //////////////////= //////////////////////// =20 |
|
From: Trevor F. S. <tr...@tr...> - 2008-01-29 21:58:20
|
Ian's on the mark but I'd like to add a couple of notes. You can make the total scene size larger than 1MB by breaking it up into pieces, each of which are less than 1MB. You want to do this anyway because scenes are progressively loaded so you want smaller chunks so that your users can start walking around a space as soon as the first chunk is loaded. If you generate obj from Sketchup that doesn't load, send it my way and I'll take a look. The obj loader supports a fair number of quirks that appear in that format, but editors are always coming up with new ways to break the spec. If you're the type of excellent person who values the Ogoglio project and wants to contribute back in the form of Creative Commons or Apache 2 licensed models or textures, we're always looking to make the default experience as smooth and beautiful as possible. Transmutable is footing the bill for new avatars by professional modelers, but once the're in place it would be good if they had somewhere gorgeous to hang out. You can look at example avatars in the ogoglio-bodies package of the source repository (which you can browse via the web at the sourceforge project) to get an idea of how the avatars work. One way to get started might be to mutate Joe or Mike before you start from scratch. On Jan 29, 2008 1:38 PM, Ian Smith <ian...@ac...> wrote: > > These are all good questions. I'll try to take a stab at it, although > Trevor has been doing most of the avatar-related stuff on Transmutable. > > 1) I believe we can handle pretty much anything in OBJ format, provided it > stays under our limit in terms of total file size. I believe that the > system currently imposes a 1 megabyte limit on OBJ files. Once you get your > avatar model done (see #2) then we should talk about how to insure that your > server exports them properly so that web browsers will see them. There is > also some work to do if you would like to have the animations (which are BVH > form) work properly with your avatar. I'd say first get the modeling done > (the hard part!) and then the rest you can copy from our examples. > > 2) Ogoglio will be getting some new avatars in the next couple of weeks. > Early pictures of "joe" the male avatar are already available: > > http://blog.transmutable.com/2008/01/hey-joe.html > > These will be CC licensed, so it should not be too onerous to use. > > 3) We currently have no "built-in" story for how to do sound in a space. > This has to be done by other web-based means at the moment. We have > experimented successfully with getting audio streams played into a space, > but this is not generally available. If you have ideas of web-based systems > that can support this type of functionality, please let us know. > > hope this helps > ian > > > > > Michel DENIS wrote: > > > > Hi! > > I would like to ask 3 questions: > > - I have started to make models with the very user-friendly Google Sketchup > -- do you have any best practices or recommendations for importing Google > Sketchup models (exported in OBJ format) into Ogoglio ? > > - The set of Ogoglio avatars is pretty limited today -- I'd like to create > more of them-- do you have guidelines/tricks/sources for us making > additional ones ? > > - "Spatial sound": what's the best way to get "spatial sound" in an Ogoglio > space/world, ie sound whose volume depends on distance from sources (I guess > one would need to javascript something or so) ? > > Thanks in advance ! > -michel > ________________________________ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ________________________________ > > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > > -- > /////////////////////////////////////////// > It came to me then -- > that every plan -- > is a tiny prayer to father time. --DCFC > ////////////////////////////////////////// > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > |
|
From: Ian S. <ian...@ac...> - 2008-01-29 21:38:39
|
These are all good questions. I'll try to take a stab at it, although Trevor has been doing most of the avatar-related stuff on Transmutable. 1) I believe we can handle pretty much anything in OBJ format, provided it stays under our limit in terms of total file size. I believe that the system currently imposes a 1 megabyte limit on OBJ files. Once you get your avatar model done (see #2) then we should talk about how to insure that your server exports them properly so that web browsers will see them. There is also some work to do if you would like to have the animations (which are BVH form) work properly with your avatar. I'd say first get the modeling done (the hard part!) and then the rest you can copy from our examples. 2) Ogoglio will be getting some new avatars in the next couple of weeks. Early pictures of "joe" the male avatar are already available: http://blog.transmutable.com/2008/01/hey-joe.html These will be CC licensed, so it should not be too onerous to use. 3) We currently have no "built-in" story for how to do sound in a space. This has to be done by other web-based means at the moment. We have experimented successfully with getting audio streams played into a space, but this is not generally available. If you have ideas of web-based systems that can support this type of functionality, please let us know. hope this helps ian Michel DENIS wrote: > > Hi! > > I would like to ask 3 questions: > > - I have started to make models with the very user-friendly Google > Sketchup -- do you have any best practices or recommendations for > importing Google Sketchup models (exported in OBJ format) into Ogoglio ? > > - The set of Ogoglio avatars is pretty limited today -- I'd like to > create more of them-- do you have guidelines/tricks/sources for us > making additional ones ? > > - "Spatial sound": what's the best way to get "spatial sound" in an > Ogoglio space/world, ie sound whose volume depends on distance from > sources (I guess one would need to javascript something or so) ? > > Thanks in advance ! > -michel > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > -- /////////////////////////////////////////// It came to me then -- that every plan -- is a tiny prayer to father time. --DCFC ////////////////////////////////////////// |