[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-26 Thread codesite-noreply

Updates:
Status: Verified

Comment #6 on issue 142 by heuermh: P3DRectTest test failure on Mac OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-23 Thread codesite-noreply


Comment #1 on issue 142 by heuermh: P3DRectTest test failure on Mac OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

A more complete stack trace:

java.io.NotSerializableException: java.awt.geom.GeneralPath
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
at  
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
at  
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
at
edu.umd.cs.piccolo.util.PObjectOutputStream.recordUnconditionallyWritten(PObjectOutputStream.java:168)
at
edu.umd.cs.piccolo.util.PObjectOutputStream.writeObjectTree(PObjectOutputStream.java:110)
at  
edu.umd.cs.piccolo.util.PObjectOutputStream.toByteArray(PObjectOutputStream.java:83)
at edu.umd.cs.piccolo.PNode.clone(PNode.java:872)
at edu.umd.cs.piccolox.nodes.P3DRectTest.testClone(P3DRectTest.java:42)


I'm not quite sure why this only happens on Mac OSX PPC with jdk 1.5.  If  
GeneralPath
is not serializable on that platform, shouldn't it also be not serializable  
on every
other platform?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-23 Thread codesite-noreply

Updates:
Status: Accepted
Owner: mr0...@mro.name
Labels: Type-Defect Priority-High OpSys-All Effort-Medium  
Toolkit-Piccolo2D.Java Component-Extras Milestone-1.3

Comment #2 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac  
OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

actually it's serializable not before jdk 1.6 no matter which platform.

no: http://java.sun.com/j2se/1.4.2/docs/api/java/awt/geom/GeneralPath.html
no: http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/GeneralPath.html
yes: http://java.sun.com/javase/6/docs/api/java/awt/geom/GeneralPath.html

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-23 Thread codesite-noreply


Comment #3 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac  
OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

add a marker in r815

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---



[piccolo2d-dev] Issue 142 in piccolo2d: P3DRectTest test failure on Mac OSX PPC

2009-10-23 Thread codesite-noreply

Updates:
Status: Fixed

Comment #4 on issue 142 by mr0...@mro.name: P3DRectTest test failure on Mac  
OSX PPC
http://code.google.com/p/piccolo2d/issues/detail?id=142

fixed in r816.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~--~~~~--~~--~--~---