On Fri, Jun 04 2010, Daniel Flesner wrote: > i tried to build the jdee trunk today and get the following error: > > [javac] > > /home/danimal/opensource/emacs/jdee/trunk/jdee/java/src/jde/util/MavenUtils.java:26: > package org.apache.maven.artifact.ant does not exist > [javac] import org.apache.maven.artifact.ant.DependenciesTask; > [javac] ^ > [javac] > > /home/danimal/opensource/emacs/jdee/trunk/jdee/java/src/jde/util/MavenUtils.java:66: > cannot find symbol > [javac] symbol : class DependenciesTask > [javac] location: class jde.util.MavenUtils > [javac] DependenciesTask dt = new > DependenciesTask(); > > > i don't see that class in any maven jar?
it's in maven-ant-tasks.jar, available at <http://maven.apache.org/ant-tasks/download.html>. hth, jao ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
