[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-development
Subject:    Re: [continuum] BUILD FAILURE: OpenEJB - OpenEJB -
From:       Stephen Connolly <stephen.alan.connolly () gmail ! com>
Date:       2010-04-12 7:01:20
Message-ID: g2h88c1b41004120001ue8b078bev29d2b5959abc6a1 () mail ! gmail ! com
[Download RAW message or body]


On 12 April 2010 00:37, Kevan Miller <kevan.miller@gmail.com> wrote:

>
> On Apr 11, 2010, at 6:40 PM, Continuum@vmbuild.apache.org wrote:
>
> > Online report :
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=321029&projectId=358
> >
> > Build statistics:
> >  State: Failed
> >  Previous State: Failed
> >  Started at: Sun 11 Apr 2010 15:38:26 -0700
> >  Finished at: Sun 11 Apr 2010 15:40:16 -0700
> >  Total time: 1m 50s
> >  Build Trigger: Schedule
> >  Build Number: 1794
> >  Exit code: 1
> >  Building machine hostname: vmbuild.apache.org
> >  Operating system : Linux(unknown)
> >  Java Home version :
> >          java version "1.5.0_12"
> >          Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_12-b04)
> >          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode,
> sharing)
> >
> >  Builder version :
> >          Maven version: 2.0.9
> >          Java version: 1.5.0_12
> >          OS name: "linux" version: "2.6.24-27-server" arch: "i386"
> Family: "unix"
>
> Can someone familiar with the continuum configuration explain why the build
> is failing? From the log:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.activemq:activemq-core:jar:5.3.1
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.activemq
> -DartifactId=activemq-core -Dversion=5.3.1 -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.activemq
> -DartifactId=activemq-core -Dversion=5.3.1 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>        1) org.apache.openejb:openejb-itests-client:jar:3.1.3-SNAPSHOT
>        2) org.apache.activemq:activemq-core:jar:5.3.1
>
> ----------
> 1 required artifact is missing.
>
> ActiveMQ 5.3.1 is available on maven central. So, I'm not sure why this
> would be failing...
>
>
might it have something to do with:

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-parent</artifactId>
    <version>5.3.1</version>

  </parent>

  <artifactId>activemq-core</artifactId>
  <packaging>bundle</packaging>

having a packaging of type "bundle"? 4.1.1 and 4.1.2 use the default
packaging, but 5.0.0+ use bundle as a packaging...


> --kevan


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic