On Nov 2, 3:51 pm, Cory Radcliff <
penguin...@gmail.com> wrote:
> Hi Kevster
>
> I'll put together some notes (I've been wanting to for my team anyways) and
> post them back to the group. Honestly, I've made quite a few enhancements
> that I want to post back as well, but I've never committed to a git hosted
> project so I have to figure that out first. For starters, I started on the
> cheezy branch, it seemed like it worked better. I added some simpler ways to
> make it work.
>
> I will tell you something else. Your best friend, as in ALL programming, is
> printing messages to the console. I did this to figure out how to get things
> up and running. Check out "puts". Its basically NSLOG, System.out, printf,
> etc.
>
> Also, you can modify the code directly to put these in the icuke code.
> There are not that many files, and they are pretty easy to figure out which
> does what. Check out the files in
> /Library/Ruby/Gems/1.8/gems/iCuke-0.6.3/lib/icuke/. Back them up, of course,
> and since they are library files they will be read only.
>
> C
>