Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 74603 invoked from network); 24 Jun 2010 04:13:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 04:13:31 -0000 Received: (qmail 70516 invoked by uid 500); 24 Jun 2010 04:13:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 70063 invoked by uid 500); 24 Jun 2010 04:13:28 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 70055 invoked by uid 99); 24 Jun 2010 04:13:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 04:13:26 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 04:13:21 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ORdoD-0002fN-34 for users@activemq.apache.org; Wed, 23 Jun 2010 21:13:01 -0700 Message-ID: <28978763.post@talk.nabble.com> Date: Wed, 23 Jun 2010 21:13:01 -0700 (PDT) From: codescoder To: users@activemq.apache.org Subject: Re: Unable to build ActiveMQ code In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_81587_27273663.1277352781084" X-Nabble-From: bukka.ramu@gmail.com References: <28971166.post@talk.nabble.com> ------=_Part_81587_27273663.1277352781084 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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. ------=_Part_81587_27273663.1277352781084--