Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61756 invoked from network); 8 Aug 2008 03:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2008 03:35:57 -0000 Received: (qmail 21361 invoked by uid 500); 8 Aug 2008 03:35:54 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 21311 invoked by uid 500); 8 Aug 2008 03:35:53 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 21300 invoked by uid 99); 8 Aug 2008 03:35:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 20:35:53 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amilasuriarachchi@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 03:34:55 +0000 Received: by fg-out-1718.google.com with SMTP id d23so562174fga.14 for ; Thu, 07 Aug 2008 20:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=T7r12Mphuwci0ioM1atPOfCwquvMp2/4l2/O/Kw6hyY=; b=kvn3ySZes3SISMnAGH1hZ2cMVnZXE5GJ17jXwOCtGmkvpipYFxRYlhRhPvlPvAxFHB Cyjj/7MVH2airWhqqK1XmgjGegQVCmrPch3lg/e6BSYzXUUQXIXQnWn6XpwghVRGDUE9 lEDGTxDz8azUZop3KGkkMwiXHwZenzPwJ/QzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=KBBZNhhpXY9/mUEa1LKiXHxr9vazAhn+/aFoQMzO7rFaNYFbstWGYAkukgTIc7ZmF2 iqEbLoo3N7k+p3dsODNR51HywAhhV21CYNUJRbSiej9Mj32Hsz3u3AGya7HygO44/KJW GZbS89MdepsbpdwEPIFF5Co/Oo9pa5hVdfy1Q= Received: by 10.103.211.3 with SMTP id n3mr2684805muq.43.1218166521185; Thu, 07 Aug 2008 20:35:21 -0700 (PDT) Received: by 10.103.24.2 with HTTP; Thu, 7 Aug 2008 20:35:21 -0700 (PDT) Message-ID: <60708f4b0808072035t287c5dfeqcb3ddafa1db67f67@mail.gmail.com> Date: Fri, 8 Aug 2008 09:05:21 +0530 From: "Amila Suriarachchi" To: axis-user@ws.apache.org Subject: Re: Axis2 Build error Cc: axis-dev@ws.apache.org In-Reply-To: <9e2fff830808072023q205a2cc7h496a6abd674b4afb@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28133_17754910.1218166521147" References: <9e2fff830808072023q205a2cc7h496a6abd674b4afb@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28133_17754910.1218166521147 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, Aug 8, 2008 at 8:53 AM, Nandana Mihindukulasooriya < nandana.cse@gmail.com> wrote: > Hi Devs, > I also faced the same error and seems the root cause of the problem is > activemq-console:jar:5.0.0 release have a dependency to SNAPSHOT version [1] > of xbean-spring.jar which seems to be not available. > > ActiveMQ is only used in integration tests and we have ActiveMQ 5.1.0 > on maven repos which doesn't have any dependency to SNAPSHOT versions. I > tested changing it to 5.1.0 and everything works fine. Shall we change this > dependency to 5.1.0 in Axis2 1.4.1 ? > +1 if the integration tests passed with this release. Since Axis2 is not shifting activemq jars anyone can use 5.0.0 jars if they need. thanks, Amila. > > > thanks, > nandana > > [1] - > http://repo1.maven.org/maven2/org/apache/activemq/activemq-parent/5.0.0/activemq-parent-5.0.0.pom > > On Thu, Aug 7, 2008 at 8:28 AM, Vidura Gamini Abhaya wrote: > >> Hi, >> >> I'm trying to build Axis2 1.4 from its source. I get this build error >> inside modules/integration, >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.xbean:xbean-spring:jar:3.2-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.xbean >> -DartifactId=xbean-spring -Dversion=3.2-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.xbean >> -DartifactId=xbean-spring -Dversion=3.2-SNAPSHOT -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.axis2:axis2-integration:jar:1.4 >> 2) org.apache.activemq:apache-activemq:jar:5.0.0 >> 3) org.apache.activemq:activemq-console:jar:5.0.0 >> 4) org.apache.xbean:xbean-spring:jar:3.2-SNAPSHOT >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.axis2:axis2-integration:jar:1.4 >> >> from the specified remote repositories: >> apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository >> ), >> java.net (https://maven-repository.dev.java.net/nonav/repository/), >> eclipse-repo (http://repo1.maven.org/eclipse), >> tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository), >> central (http://repo1.maven.org/maven2), >> apache-ws-snapshots2 (http://ws.zones.apache.org/repository2) >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 11 seconds >> [INFO] Finished at: Thu Aug 07 12:57:34 EST 2008 >> [INFO] Final Memory: 19M/80M >> [INFO] >> ------------------------------------------------------------------------ >> >> >> The required .jar doesn't seem to be in any of the repositories. I've >> tried building this with Java 1.6 as well as 1.5. Is it the case or am I >> doing something wrong here? >> >> Thanks, >> >> Vidura >> > -- Amila Suriarachchi, WSO2 Inc. ------=_Part_28133_17754910.1218166521147 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


On Fri, Aug 8, 2008 at 8:53 AM, Nandana Mihindukulasooriya <nandana.cse@gmail.com> wrote:
Hi Devs,
     I also faced the same error and seems the root cause of the problem is activemq-console:jar:5.0.0 release have a dependency to SNAPSHOT version [1] of xbean-spring.jar which seems to be not available.

    ActiveMQ is only used in integration tests and we have ActiveMQ 5.1.0 on maven repos which doesn't have any dependency to SNAPSHOT versions. I tested changing it to 5.1.0 and everything works fine. Shall we change this dependency to 5.1.0 in Axis2 1.4.1 ?

+1  if the integration tests passed with this release.  Since Axis2 is not shifting activemq jars anyone can use 5.0.0 jars if they need.

thanks,
Amila.


thanks,
nandana

[1] - http://repo1.maven.org/maven2/org/apache/activemq/activemq-parent/5.0.0/activemq-parent-5.0.0.pom

On Thu, Aug 7, 2008 at 8:28 AM, Vidura Gamini Abhaya <viduras@gmail.com> wrote:
Hi,

I'm trying to build Axis2 1.4 from its source. I get this build error inside modules/integration,

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.xbean:xbean-spring:jar:3.2-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.apache.axis2:axis2-integration:jar:1.4
      2) org.apache.activemq:apache-activemq:jar:5.0.0
      3) org.apache.activemq:activemq-console:jar:5.0.0
      4) org.apache.xbean:xbean-spring:jar:3.2-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.apache.axis2:axis2-integration:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  java.net (https://maven-repository.dev.java.net/nonav/repository/),
  eclipse-repo (http://repo1.maven.org/eclipse),
  tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository),
  central (http://repo1.maven.org/maven2),
  apache-ws-snapshots2 (http://ws.zones.apache.org/repository2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Thu Aug 07 12:57:34 EST 2008
[INFO] Final Memory: 19M/80M
[INFO] ------------------------------------------------------------------------


The required .jar doesn't seem to be in any of the repositories. I've
tried building this with Java 1.6 as well as 1.5. Is it the case or am I
doing something wrong here?

Thanks,

Vidura



--
Amila Suriarachchi,
WSO2 Inc.
------=_Part_28133_17754910.1218166521147--