Hi I have another question about development environment. I'd like to develop Wookie with tomcat/mysql. Which is the right folder to depeloy the application? Intuitively I tried to deploy it from "WebContent\WEB-INF\" but there was not the "classes" folder. The build script copies class files to "build" dir. Also, "lib" folder is missing from WEB-INF. (by "lib" folder, I mean folder that is configured in project.properties file as project.weblib.dir=lib)
Then, as recommend a few threads before, I tried IvyDE. I configured it to use ivy.xml, but it fails to resolve any dependencies with error messages like "Impossible to resolve dependencies of org.apache.incubator#wookie-server;work...@allar" What am I missing here? Thanks in advance Allar
