> The build cannot continue because of the following unsatisfied dependency:
> tools-1.3.jar (try downloading from http://java.sun.com/j2se/1.4.2/download.html 
> <http://java.sun.com/j2se/1.4.2/download.html> )

"tools-1.3.jar" is simply the tools.jar included in sun jdk. It's not available in 
maven repository, but it's overridden in project.properties with:
maven.jar.tools = ${java.home}/../lib/tools.jar
 
so you have to check that you JAVA_HOME environment variable is defined and pointing 
to jdk_xxx/jre (or change the entry in project.properties appropriately).
tools.jar is required to run servletunit tests (since they need to compile jsps)
 
in a couple of hours a new snapshot should be up on the website (build starts at 0:00 
GMT)
 
fabrizio

<<winmail.dat>>

Reply via email to