mvn -version is giving following details: Apache Maven 3.0-beta-1 (r935667; 2010-04-19 22:30:39+0530) Java version: 1.5.0_06 Java home: C:\Sun\AppServer\jdk\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
------------------------------------------------------------------------------------ Gary Tully wrote: > > there is a problem with the pom for ftpserver, such that its transitive > dependencies are not pulled in. mvn -X should point you to the problem > property... > > There is some detail in > https://issues.apache.org/jira/browse/FTPSERVER-368that is fixes but > pending a release. > > You can make the manual mods to your local copy of the pom to work around > this issue. > > Also, I think maven 2.0.2 is not as picky. What version of maven are you > using? > > > On 23 June 2010 13:30, codescoder wrote: > >> >> 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. >> >> > > > -- > http://blog.garytully.com > > Open Source Integration > http://fusesource.com > > -- View this message in context: http://old.nabble.com/Unable-to-build-ActiveMQ-code-tp28971166p28978763.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.