-
Committed in revision 134.
2009-11-07 23:48:51 UTC by ristovski
-
ristovski committed revision 134 to the Eclipse java3d plugins SVN repository, changing 5 files.
2009-11-07 23:44:46 UTC by ristovski
-
When will you commit the patch?
Sandro.
2009-11-06 14:47:12 UTC by x545
-
OK. Testet at work and got no errors.
2009-10-29 11:47:13 UTC by x545
-
- we instantiate loader in getLoader method (instead in loadFilterData).
nice, I also wanted to change this, don't ask why I didn't change this
- Set flags if flags are specified in the plugin xml.
I left out the flags, because we don't use them and it wasn't clear if the patch will be accepted
sorry for the delay: I'm monitoring this artifact, but I'm not every week at work, so I only have...
2009-10-26 15:40:21 UTC by x545
-
Hello Sandro,
Thank you for the patch. I have modified it a bit - could you take a look?
Modifications:
- we instantiate loader in getLoader method (instead in loadFilterData).
- Set flags if flags are specified in the plugin xml.
2009-10-21 19:30:39 UTC by ristovski
-
Hello Steven,
Thank you for your patience.
What is the version of eclipse you are using?
For compiling applications it should be enough that you install plugin in eclipse and list it as dependency.
Is your 'demoapp' top-level project? How did you check it out from repository?
Thanks,
Aleksandar.
2009-10-16 21:13:08 UTC by ristovski
-
good night fellas,
I tried the following:
-remove dependency to java3d plugin
-put java3d jars into demoapp plugin and add it to the demoapp's classpath
now, the demoapp can be compiled!
Strike!? No!
At runtime, the classes from java3d exist twice in the osgi runtime: once loaded from the java3d plugin, and again loaded from the demoapp.
uups.
it seems that the osgi...
2009-10-15 20:14:57 UTC by nobody
-
the manifest files match. all packages are listed in the Export-Package section.
eclipse says "The import javax.media cannot be resolved". so, no javax.media.*.* class can be resolved. same for package com.sun.j3d.
in the error log the following is displayed:
"Unable to find feature.xml in directory: /home/dieter/bin/eclipse/features/java3d_1.5.1.jar"
"Unable...
2009-10-15 11:16:55 UTC by nobody
-
We use java3d and jogl plugins and vrml97 loader and found your extension point. We rewrote a vrml97 loader plugin to use your extension point. But to convenient use the extension point, we need a function to request the loader. Can you provide a mechanism to request the loader or consider to use our patch please?
thx
Sandro Weiser
arc solutions GmbH
sandro.weiser@arcsolutions.de...
2009-10-13 13:49:21 UTC by x545