You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Matthew Hixson <hi...@poindextrose.org> on 2009/10/31 01:15:17 UTC

missing jars for building from source

Trying to build from source I've done this:

svn co https://svn.apache.org/repos/asf/activemq/trunk activemq
mvn -Dtest=false -DfailIfNoTests=false clean install

The build fails saying it can't find two artifacts from maven.
1) net.sf.josql:josql:jar:1.5
2) net.sf.josql:gentlyweb-utils:jar:1.5

-M@