Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef3d-dev] Error in draw3d?

 Hi Miles,

fixed (rev 585). I have added some newer methods of Graphics for 2D rendering. This fixes some problems with GEF editors using these methods, such as the ecore editor. E.g., you should be able to create comments in ecore diagrams now. The funny thing is: you can even direct edit these multi line comments, although no cursor is displayed ;-) The implementation of these new methods are mostly dummies, so some results may look weird. I accidentally accessed some platform related properties, which will work under OS X, but not on Linux. I removed these accesses.

Cheers,
Jens

On 21.06.11 20:16, Miles Parker wrote:
I'm just getting this in the AMP build:

Warning: file /opt/users/hudsonbuild/workspace/amp-nightly/buildroot/buckminster.workspace/plugins/org.eclipse.draw3d/src/java/org/eclipse/draw3d/offscreen/OffscreenRenderer.java, line 16: The import org.eclipse.draw3d.RenderContext is never used
Error: file /opt/users/hudsonbuild/workspace/amp-nightly/buildroot/buckminster.workspace/plugins/org.eclipse.draw3d/src/java/org/eclipse/draw3d/graphics/optimizer/RecordingGraphics.java, line 479: The operator == is undefined for the argument type(s) long, null
Error: file /opt/users/hudsonbuild/workspace/amp-nightly/buildroot/buckminster.workspace/plugins/org.eclipse.draw3d/src/java/org/eclipse/draw3d/graphics/optimizer/RecordingGraphics.java, line 515: The operator == is undefined for the argument type(s) long, null
Error: file /opt/users/hudsonbuild/workspace/amp-nightly/buildroot/buckminster.workspace/plugins/org.eclipse.draw3d/src/java/org/eclipse/draw3d/graphics/optimizer/RecordingGraphics.java, line 546: The operator == is undefined for the argument type(s) long, null

https://hudson.eclipse.org/hudson/job/amp-nightly/1087/consoleFull


_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef3d-dev



Back to the top