Problem launching WO533 project

2010-10-06 Thread David LeBer
I'm having problems launching projects in my WO533 workspace. This is the error I'm getting at launch: NSPropertyListSerialization.dictionaryWithPathURL didn't show up until WO5.4... Oct 06 16:08:42 SNAdmin[5599] (_PBXProjectWatcher.java:53) DEBUG com.webobjects._ideservices._PBXProjectWatcher

Re: Problem launching WO533 project

2010-10-06 Thread Mike Schrag
ah yeah ... ERFoundation.jar used to include NSPropertyListSerialization, but I pulled it out for the 5.4 branch when we pushed the source in. When I merged back to 5.3, I think I left out NSPropertyListSerialization, which means you don't have a 5.4-compatible impl anymore. Maybe try

Re: Problem launching WO533 project

2010-10-06 Thread Timo Hoepfner
The problem with the NSPlistSer in 5.3 were the incompatible xml jars in JavaXML.farmework. Putting it back into 5.3 w/o modification is probably not a good idea... Revision: 11384 http://wonder.svn.sourceforge.net/wonder/?rev=11384view=rev Author: mschrag Date: 2010-09-27

Re: Problem launching WO533 project

2010-10-06 Thread Mike Schrag
oh .. right. i'm tempted to just kill the new rapid turnaround from the 5.3 branch and just put back the old nsbundle crap. i don't really want to maintain 5.3 anymore. anyone who wants new rapid turnaround is welcome to fix this. ms On Oct 6, 2010, at 4:41 PM, Timo Hoepfner wrote: The