Talk:Hello Darwin
From LiftWiki
Refering to Add Snippet > Constant Snippet in the article
We need to update the Boot class again. Lift searches for snippet classes in packages identified in the Boot class :
// where to search for snippets
LiftServlet.addToPackages("sandbox.lift.hellodarwin")
This line gives me compilation error. I tried recompiling the lift source mvn -U clean install
And i still get the error.
I just commented the line. And code still works. Is this step needed ?

