just as a git aside on best practices ... you probably should be working on this feature in a topic branch rather than your master. imagine if you were working on two different features at the same time -- you wouldn't want them both on master. instead you'd want a branch per feature.
ms On Apr 11, 2011, at 3:01 PM, Pascal Robert wrote: > First workable version of ERCalendar2 is in my fork of Wonder: > > https://github.com/pascalrobert/wonder/tree/master/Frameworks/Misc/ERCalendar2 > > Yes, I know, the enums have some strings in French in it :-) I'm planning to > remove them and use ERXLocalizer instead. > >> I have tried to modify the current ERCalendar framework to work on top of >> iCal4j, but I wasn't able to make it work without breaking the current >> methods, and I don't want to break existing code. I'm working on a >> "ERCalendar2" framework. >> >>> Anyone using the ERCalendar framework from Wonder? That framework should at >>> least use ical4j to create the event object, it would make it easier and >>> more solid that's for sure. >>> >>> -- >>> Pascal Robert >>> [email protected] >>> >>> AIM/iChat : MacTICanada >>> LinkedIn : http://www.linkedin.com/in/macti >>> Twitter : pascal_robert > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
