Hi there, i am trying to build the activemq code in my local machine,i have installed svn and mvn (both are working fine) i went to acivemq directory and given command " export MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M mvn -Dtest=false install" its failing in ActiveMQ :: Core and i am getting error as
"[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2. 0.2:testCompile (default-testCompile) on project activemq-core: Compilation fail ure: Compilation failure: F:\ActiveMQ\activemq-core\src\test\java\org\apache\activemq\blob\FTPTe stSupport.java:[13,35] package org.apache.ftpserver.ftplet does not exist" -- View this message in context: http://old.nabble.com/Unable-to-build-ActiveMQ-code-tp28971166p28971166.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
