Changes:
[jonathankap] Updated to placemark component:
- placemark rotates properly as object is rotated in-world
- look offset field added to allow configuring an alternate rotation
- thanks to Nina Nussbaum-Jones for help
------------------------------------------
[...truncated 766 lines...]
[javac] return (TextureState) getRenderState(RenderState.RS_TEXTURE);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:125: warning: [deprecation] RS_MATERIAL in com.jme.scene.state.RenderState has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:125: warning: [deprecation] getRenderState(int) in com.jme.scene.Spatial has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:138: warning: [deprecation] RS_MATERIAL in com.jme.scene.state.RenderState has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:138: warning: [deprecation] getRenderState(int) in com.jme.scene.Spatial has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:157: warning: [deprecation] initialize(float,float) in com.jme.scene.shape.Quad has been deprecated
[javac] public void initialize (float width, float height) {
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:158: warning: [deprecation] initialize(float,float) in com.jme.scene.shape.Quad has been deprecated
[javac] super.initialize(width, height);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:170: warning: [deprecation] RS_TEXTURE in com.jme.scene.state.RenderState has been deprecated
[javac] if (getRenderState(RenderState.RS_TEXTURE) == null) {
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:170: warning: [deprecation] getRenderState(int) in com.jme.scene.Spatial has been deprecated
[javac] if (getRenderState(RenderState.RS_TEXTURE) == null) {
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:212: warning: [deprecation] RS_MATERIAL in com.jme.scene.state.RenderState has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:212: warning: [deprecation] getRenderState(int) in com.jme.scene.Spatial has been deprecated
[javac] MaterialState ms = (MaterialState) getRenderState(RenderState.RS_MATERIAL);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:214: warning: [deprecation] RS_TEXTURE in com.jme.scene.state.RenderState has been deprecated
[javac] TextureState ts = (TextureState) getRenderState(RenderState.RS_TEXTURE);
[javac] ^
[javac] <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/src/classes/org/jdesktop/wonderland/client/jme/utils/graphics/TexturedQuad.java>:214: warning: [deprecation] getRenderState(int) in com.jme.scene.Spatial has been deprecated
[javac] TextureState ts = (TextureState) getRenderState(RenderState.RS_TEXTURE);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 44 warnings
-core-compile:
-core-jar-common:
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/build/lib/wonderland-common.jar>
-core-jar-server:
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/build/lib/wonderland-server.jar>
-core-jar-client:
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/build/lib/wonderland-client.jar>
-core-jar:
-setup-package-server:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/dist>
[zip] Building zip: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/dist/wonderland-setup-dist.zip>
-core-package-server:
[zip] Building zip: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/dist/wonderland-server-dist.zip>
-core-package-client:
[zip] Building zip: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/core/dist/wonderland-client-dist.zip>
-core-package:
dist:
build:
-web-build-init:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/utils/build/classes>
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/utils/build/lib>
build:
[javac] Compiling 11 source files to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/utils/build/classes>
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/utils/dist>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/utils/dist/wonderland-web-utils.jar>
-web-build-init:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/classes>
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/lib>
build:
[javac] Compiling 2 source files to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/classes>
jar:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/service/resources>
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/service/META-INF/services>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/lib/wonderland-web-webstart.jar>
-package-setup:
-setup-pack200:
-webstart-setup:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/dist/webstart>
-webstart-copy-jars:
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart>
-webstart-generate-native-jars:
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/win32>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/win32/wonderland_native.jar>
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/win64>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/win64/wonderland_native.jar>
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/linux>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/linux/wonderland_native.jar>
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/linux64>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/linux64/wonderland_native.jar>
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/solaris>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/solaris/wonderland_native.jar>
init:
unpack-core-libs:
unpack:
unpack:
unpack:
unpack:
[mkdir] Created dir: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/macosx>
[jar] Building jar: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/macosx/wonderland_native.jar>
-webstart-update-jnlp:
[copy] Copying 1 file to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/dist/webstart>
-webstart-sign-common-jars:
[signjar] Signing JAR: <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build/webstart/Scenario.jar> to <http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/dist/webstart/Scenario.jar> as wonderlandsig
BUILD FAILED
<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/build.xml>:14: The following error occurred while executing this line:
<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/build.xml>:5: The following error occurred while executing this line:
<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build-tools/build-scripts/webstart-package.xml>:94: The following error occurred while executing this line:
<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build-tools/build-scripts/webstart-package.xml>:97: The following error occurred while executing this line:
<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart/build-tools/build-scripts/webstart-package.xml>:192: Execute failed: java.io.IOException: Cannot run program "/usr/lib/jvm/java-6-sun-1.6.0.17/bin/jarsigner" (in directory "<http://hudson.openwonderland.org/job/openwonderland-commit/ws/wonderland/web/webstart")>: java.io.IOException: error=12, Cannot allocate memory
Total time: 45 seconds