On 02/02/2011, at 6:18 AM, Anne Wainwright wrote:
Hi,
I can't find on the Apress site the code referred to in the sidebar on
p.84 of the book.
" All the code in this chapter is available in a git repository
downloadable from the Source Code area of the Apress website...."
Well, there is a zip file of code but this is not what I was expecting.
Did this not materialise or did it get put somewhere else?
Thanks for a pointer.
Hi,
I can't find on the Apress site the code referred to in the sidebar on
p.84 of the book.
" All the code in this chapter is available in a git repository
downloadable from the Source Code area of the Apress website...."
Well, there is a zip file of code but this is not what I was expecting.
Did this not materialise or did it get put somewhere else?
Thanks for a pointer.
$ wget http://www.apress.com/resource/bookfile/4439
--2011-02-02 06:52:11-- http://www.apress.com/resource/bookfile/4439
Resolving www.apress.com (www.apress.com)... 66.211.109.45
Connecting to www.apress.com (www.apress.com)|66.211.109.45|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3434114 (3.3M) [application/zip]
Saving to: `4439'
100%[======================================>] 3,434,114 87.5K/s in 55s
2011-02-02 06:53:08 (61.1 KB/s) - `4439' saved [3434114/3434114]
$ unzip 4439
$ cd catalyst-book-code/Chapter_4/LolCatalyst-Lite/
$ git status
# On branch controller_base_classes
nothing to commit (working directory clean)
$ gitx # or gitk on linux or tortoisegit on windows for gui
Hope this helps.
