On 2011-08-01, Gump wrote: > [javac] Compiling 265 source files to > /srv/gump/public/workspace/apache-commons/jcs/build > [javac] > /srv/gump/public/workspace/apache-commons/jcs/src/java/org/apache/jcs/admin/servlet/JCSAdminServlet.java:30: > package org.apache.velocity.tools.view does not exist > [javac] import org.apache.velocity.tools.view.VelocityViewServlet; > [javac] ^
I've added a dependency on velocity-tools-view to the Gump descriptor which may or may not fix the problem (velocity-tools-view currently doesn't build itself in Gump and unless I managed to fix that as well, JCS will simply not be built at all). JCS is using a special Ant build file just for Gump. do you intend to keep it that way or would you prefer to switch to building with mvn(2|3)? Here I assume mvn is the devs' build tool of choice and the Gump build file just an artifact of the times where Gump didn't support mvn properly. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org