May 2005
Mon Tue Wed Thu Fri Sat Sun
« Apr   Jun »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Month May 2005

Building ProjectWONDER from source

Kieren has posted nice straightforward instructions on building ProjectWONDER from CVS. I’ve got just a couple of additions:

There is a space after the word ‘modern’ on line 16 of the WONDER_DIR/Build/build/default.properties file. It needs to be removed.
I had the WOProject jars installed in /Developer/Java/Ant/lib/, I had to move them aside during the build as they [...]

Apple Store Yorkdale

It’s official: The Apple Retail Store at Yorkdale Shopping centre is opening next Saturday (May 21st.) at 9:30 AM
Line-ups start now.

EOGenerator 1.6

Rubicode has posted an update to EOGenerator1. Version 1.6 brings WebObjects 5.2.4 compatibility among other changes. My fave: EOGJavaSource.eotemplate’s deleteAllXXXRelationships method no longer removes objects from an array during enumeration2.
1Reported by Steve Smith.2Reported by Kieran.

EOGenerator + WebObjects 5.2.4

EOGenerator is broken with WebObjects 5.2.4 it gives this error:
this class is not key value coding-compliant for the key
@sortedNameArray

Mike Schrag posted this patch to the webobjects-dev list which seems to fix the problem. As soon as Rubicode releases an official update I’ll switch, but for now this will keep me going.

Where oh where should my ant jars go?

I had to spend some time fighting with the WOProject jars until I found a location where they would work.
Will Norris has a nice explanation as to why it works (or doesn’t) the way it does.
Thanks Will!