It wasn't in 0.6 either -- it has since been removed. The book goes with version 0.5.
Packaging a WAR file is just a matter of constructing a zip file with the right structure. I can explain it or you can look it up, but if you're following the book, best to just use 0.5. Sean On Mon, Jun 18, 2012 at 9:32 AM, William Quinones < [email protected]> wrote: > Hello, > > I have the same problem as the one mentioned here: > http://www.manning-sandbox.com/thread.jspa?messageID=121711𝭯 > There is no web-taste/ folder in the Mahout 0.7 distribution. I did the mvn > package command for the chapter 05 examples and got 3 JAR files: > > mia-0.1.jar; mia-0.1-jar-with-dependencies.jar; mia-0.1-job.jar. > > So how do I make a WAR out of the mia-0.1.jar? I guessed I have to copy > this JAR into the integration/lib and run mvn package from the integration/ > folder, but as you mentioned in that forum thread, there is no build file > and I would need to create my own. Problem is, I have no idea how to make > one and don't really know which files I need to build; all of the > integration files? > > I would appreciate your help. > > Regards, > > William Q. >
