You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Karthiga <ka...@opensource.lk> on 2006/07/05 07:53:35 UTC

Building Geronimo through maven

Hi all,

 

I am working on the Installation article for the Geronimo v1.1 User Guide. I
trying to build Geronimo from source but every time I try I get the
following error.

 

 

__  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

 

Starting the reactor...

Our processing order:

Starting the reactor...

Our processing order:

Starting the reactor...

Our processing order:

Geronimo :: Activation

Geronimo :: ActiveMQ Embedded RAR

Geronimo :: Kernel

Geronimo :: Common

Geronimo :: Util

Geronimo :: System

Geronimo :: Deployment

Geronimo :: Deploy :: Common Config

Geronimo :: Management API

Geronimo :: Core

Geronimo :: J2EE

Geronimo :: J2EE Schema

Geronimo :: Service :: Builder

Geronimo :: Maven Dependency Plugin

Geronimo :: Naming

Geronimo :: Security

Geronimo :: Web Services

Geronimo :: Axis

Geronimo :: Test :: DDBeans

Geronimo :: Transaction

Geronimo :: Connector

Geronimo :: Security :: Builder

Geronimo :: J2EE

Geronimo :: Naming :: Builder

Geronimo :: Connector :: Builder

Geronimo :: Axis :: Builder

Geronimo :: Client

Geronimo :: Client Builder

Geronimo :: Console Web

Geronimo :: Configuration Converter

Geronimo :: Web :: Builder

Geronimo :: Deploy :: JSR-88

Geronimo :: Deploy :: CLI Tool

Geronimo :: Derby

Geronimo :: Directory

Geronimo :: Deploy :: Hot Deployer

Geronimo :: Installer Processing

Geronimo :: Installer Support

Geronimo :: JavaMail Transport

Geronimo :: Jetty

Geronimo :: Jetty :: Builder

Geronimo :: JMX Remoting

Geronimo :: Mail

Geronimo :: Scripts

Geronimo :: Timer

Geronimo :: Tomcat

Geronimo :: Tomcat :: Builder

Geronimo :: Upgrade

Geronimo :: Maven Assembly Plugin

Geronimo :: Maven Deployment Plugin

Geronimo :: IZPack Installer Build Plugin

Geronimo :: Maven Packaging Plugin

+----------------------------------------

| geronimo and geronimo-plugins Geronimo :: Activation

| Memory: 11M/11M

+----------------------------------------

build:start:

 

new:

new0:

 

new00:

 

new1:

build:start:

 

multiproject:install-callback:

    [echo] Running jar:install for Geronimo :: Activation

Attempting to download geronimo-common-1.1-410806.jar.

WARNING: Failed to download geronimo-common-1.1-410806.jar.

Attempting to download geronimo-kernel-1.1-410806.jar.

WARNING: Failed to download geronimo-kernel-1.1-410806.jar.

Attempting to download geronimo-deployment-1.1-410806.jar.

WARNING: Failed to download geronimo-deployment-1.1-410806.jar.

Attempting to download geronimo-deploy-jsr88-1.1-410806.jar.

WARNING: Failed to download geronimo-deploy-jsr88-1.1-410806.jar.

Attempting to download geronimo-system-1.1-410806.jar.

WARNING: Failed to download geronimo-system-1.1-410806.jar.

 

BUILD FAILED

File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml

Element... maven:reactor

Line...... 43

Column.... 115

Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Setti

gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
<attai

Goal> The build cannot continue because of the following unsatisfied
dependenci

s:

 

geronimo-common-1.1-410806.jar

geronimo-kernel-1.1-410806.jar

geronimo-deployment-1.1-410806.jar

geronimo-deploy-jsr88-1.1-410806.jar

geronimo-system-1.1-410806.jar

 

Total time: 45 seconds

Finished at: Wed Jul 05 10:36:27 IST 2006

 

 

Please help.

 

Thanks

Best Regards

Karthiga Ratnam

Technical Writer

Lanka Software Foundation (Sri Lanka)


RE: Building Geronimo through maven

Posted by Karthiga <ka...@opensource.lk>.
Hey Aaron,

Thanks for the quick update. One of my collegues did a successful build on
Ubuntu Linux and I'm going to try it as well.

Thanks

Karthiga

-----Original Message-----
From: ammulder@gmail.com [mailto:ammulder@gmail.com] On Behalf Of Aaron
Mulder
Sent: Wednesday, July 05, 2006 4:19 PM
To: user@geronimo.apache.org
Subject: Re: Building Geronimo through maven

So the error you got was for missing dependencies like this:

geronimo-deploy-jsr88-1.1-410806.jar

That's bad -- it should be looking for dependencies like this:

geronimo-deploy-jsr88-1.1.jar

Which should be what it just built.

Somehow, it seems like you're using the wrong source code (that is,
the code you're building has the wrong version number in it, as if it
was code for a previous build).  Either you got it from the wrong
place, or the wrong source code was posted in the right place, or the
source code used for the final 1.1 release has bad dependencies that
happened to work on the machine it was built on due to the contents of
that machine's local Maven repository.  Probably someone else needs to
try downloading and building from the same link and see if they get
the same error.

Thanks,
    Aaron

On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
> Hi,
>
> I downloaded the src of Geronimo v1.1 from
> http://geronimo.apache.org/downloads.html
>
> I need to build this through maven as part of the article requirement for
> the user guide.
>
> I used commands such as maven, maven new, maven -Dmaven.test.skip=true
> -Dmaven.itest-skip=true m:rebuild-all
>
> But I keep getting the same error.
>
> Building through svn is to be done in the developer's guide.
>
> Thanks
> Karthiga
>
> Building from source
> -----Original Message-----
> From: John Sisson [mailto:jrsisson@gmail.com]
> Sent: Wednesday, July 05, 2006 11:55 AM
> To: user@geronimo.apache.org
> Subject: Re: Building Geronimo through maven
>
> Krishnakumar B wrote:
> > hi,
> >
> > which version of geronimo r u trying to build. If its latest u need to
> > checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
> > and u would get 1.2-SNAPSHOT.
> >
> > If its 1.1 u cant try (
> > https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
> > HEAD of this.
> To build 1.1 from svn you need to check out from the following tag:
>
> http://svn.apache.org/repos/asf/geronimo/tags/1.1.0/
>
> If you want to contribute fixes to for upcoming Geronimo 1.x versions
> then they should be be generated against the 1.1 branch at:
>
> http://svn.apache.org/repos/asf/geronimo/branches/1.1/
>
> As a matter of interest, is there a reason why you need to build from
> the source?
>
> John
> >
> > Regards
> > Krishnakumar B
> >
> > On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
> >>
> >>
> >>
> >> Hi all,
> >>
> >>
> >>
> >> I am working on the Installation article for the Geronimo v1.1 User
> >> Guide. I
> >> trying to build Geronimo from source but every time I try I get the
> >> following error.
> >>
> >>
> >>
> >>
> >>
> >> __  __
> >>
> >> |  \/  |__ _Apache__ ___
> >>
> >> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >>
> >> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> >>
> >>
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Geronimo :: Activation
> >>
> >> Geronimo :: ActiveMQ Embedded RAR
> >>
> >> Geronimo :: Kernel
> >>
> >> Geronimo :: Common
> >>
> >> Geronimo :: Util
> >>
> >> Geronimo :: System
> >>
> >> Geronimo :: Deployment
> >>
> >> Geronimo :: Deploy :: Common Config
> >>
> >> Geronimo :: Management API
> >>
> >> Geronimo :: Core
> >>
> >> Geronimo :: J2EE
> >>
> >> Geronimo :: J2EE Schema
> >>
> >> Geronimo :: Service :: Builder
> >>
> >> Geronimo :: Maven Dependency Plugin
> >>
> >> Geronimo :: Naming
> >>
> >> Geronimo :: Security
> >>
> >> Geronimo :: Web Services
> >>
> >> Geronimo :: Axis
> >>
> >> Geronimo :: Test :: DDBeans
> >>
> >> Geronimo :: Transaction
> >>
> >> Geronimo :: Connector
> >>
> >> Geronimo :: Security :: Builder
> >>
> >> Geronimo :: J2EE
> >>
> >> Geronimo :: Naming :: Builder
> >>
> >> Geronimo :: Connector :: Builder
> >>
> >> Geronimo :: Axis :: Builder
> >>
> >> Geronimo :: Client
> >>
> >> Geronimo :: Client Builder
> >>
> >> Geronimo :: Console Web
> >>
> >> Geronimo :: Configuration Converter
> >>
> >> Geronimo :: Web :: Builder
> >>
> >> Geronimo :: Deploy :: JSR-88
> >>
> >> Geronimo :: Deploy :: CLI Tool
> >>
> >> Geronimo :: Derby
> >>
> >> Geronimo :: Directory
> >>
> >> Geronimo :: Deploy :: Hot Deployer
> >>
> >> Geronimo :: Installer Processing
> >>
> >> Geronimo :: Installer Support
> >>
> >> Geronimo :: JavaMail Transport
> >>
> >> Geronimo :: Jetty
> >>
> >> Geronimo :: Jetty :: Builder
> >>
> >> Geronimo :: JMX Remoting
> >>
> >> Geronimo :: Mail
> >>
> >> Geronimo :: Scripts
> >>
> >> Geronimo :: Timer
> >>
> >> Geronimo :: Tomcat
> >>
> >> Geronimo :: Tomcat :: Builder
> >>
> >> Geronimo :: Upgrade
> >>
> >> Geronimo :: Maven Assembly Plugin
> >>
> >> Geronimo :: Maven Deployment Plugin
> >>
> >> Geronimo :: IZPack Installer Build Plugin
> >>
> >> Geronimo :: Maven Packaging Plugin
> >>
> >> +----------------------------------------
> >>
> >> | geronimo and geronimo-plugins Geronimo :: Activation
> >>
> >> | Memory: 11M/11M
> >>
> >> +----------------------------------------
> >>
> >> build:start:
> >>
> >>
> >>
> >> new:
> >>
> >> new0:
> >>
> >>
> >>
> >> new00:
> >>
> >>
> >>
> >> new1:
> >>
> >> build:start:
> >>
> >>
> >>
> >> multiproject:install-callback:
> >>
> >>     [echo] Running jar:install for Geronimo :: Activation
> >>
> >> Attempting to download geronimo-common-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-common-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-kernel-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-deployment-1.1-410806.jar.
> >>
> >> WARNING: Failed to download
> >> geronimo-deployment-1.1-410806.jar.
> >>
> >> Attempting to download
> >> geronimo-deploy-jsr88-1.1-410806.jar.
> >>
> >> WARNING: Failed to download
> >> geronimo-deploy-jsr88-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-system-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-system-1.1-410806.jar.
> >>
> >>
> >>
> >> BUILD FAILED
> >>
> >> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
> >>
> >> Element... maven:reactor
> >>
> >> Line...... 43
> >>
> >> Column.... 115
> >>
> >> Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> >> and
> >> Setti
> >>
> >>
gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
> >> <attai
> >>
> >> Goal> The build cannot continue because of the following unsatisfied
> >> dependenci
> >>
> >> s:
> >>
> >>
> >>
> >> geronimo-common-1.1-410806.jar
> >>
> >> geronimo-kernel-1.1-410806.jar
> >>
> >> geronimo-deployment-1.1-410806.jar
> >>
> >> geronimo-deploy-jsr88-1.1-410806.jar
> >>
> >> geronimo-system-1.1-410806.jar
> >>
> >>
> >>
> >> Total time: 45 seconds
> >>
> >> Finished at: Wed Jul 05 10:36:27 IST 2006
> >>
> >>
> >>
> >>
> >>
> >> Please help.
> >>
> >>
> >>
> >> Thanks
> >>
> >> Best Regards
> >>
> >> Karthiga Ratnam
> >>
> >> Technical Writer
> >>
> >> Lanka Software Foundation (Sri Lanka)
> >
>
>


Re: Building Geronimo through maven

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
So the error you got was for missing dependencies like this:

geronimo-deploy-jsr88-1.1-410806.jar

That's bad -- it should be looking for dependencies like this:

geronimo-deploy-jsr88-1.1.jar

Which should be what it just built.

Somehow, it seems like you're using the wrong source code (that is,
the code you're building has the wrong version number in it, as if it
was code for a previous build).  Either you got it from the wrong
place, or the wrong source code was posted in the right place, or the
source code used for the final 1.1 release has bad dependencies that
happened to work on the machine it was built on due to the contents of
that machine's local Maven repository.  Probably someone else needs to
try downloading and building from the same link and see if they get
the same error.

Thanks,
    Aaron

On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
> Hi,
>
> I downloaded the src of Geronimo v1.1 from
> http://geronimo.apache.org/downloads.html
>
> I need to build this through maven as part of the article requirement for
> the user guide.
>
> I used commands such as maven, maven new, maven -Dmaven.test.skip=true
> -Dmaven.itest-skip=true m:rebuild-all
>
> But I keep getting the same error.
>
> Building through svn is to be done in the developer's guide.
>
> Thanks
> Karthiga
>
> Building from source
> -----Original Message-----
> From: John Sisson [mailto:jrsisson@gmail.com]
> Sent: Wednesday, July 05, 2006 11:55 AM
> To: user@geronimo.apache.org
> Subject: Re: Building Geronimo through maven
>
> Krishnakumar B wrote:
> > hi,
> >
> > which version of geronimo r u trying to build. If its latest u need to
> > checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
> > and u would get 1.2-SNAPSHOT.
> >
> > If its 1.1 u cant try (
> > https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
> > HEAD of this.
> To build 1.1 from svn you need to check out from the following tag:
>
> http://svn.apache.org/repos/asf/geronimo/tags/1.1.0/
>
> If you want to contribute fixes to for upcoming Geronimo 1.x versions
> then they should be be generated against the 1.1 branch at:
>
> http://svn.apache.org/repos/asf/geronimo/branches/1.1/
>
> As a matter of interest, is there a reason why you need to build from
> the source?
>
> John
> >
> > Regards
> > Krishnakumar B
> >
> > On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
> >>
> >>
> >>
> >> Hi all,
> >>
> >>
> >>
> >> I am working on the Installation article for the Geronimo v1.1 User
> >> Guide. I
> >> trying to build Geronimo from source but every time I try I get the
> >> following error.
> >>
> >>
> >>
> >>
> >>
> >> __  __
> >>
> >> |  \/  |__ _Apache__ ___
> >>
> >> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >>
> >> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> >>
> >>
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Starting the reactor...
> >>
> >> Our processing order:
> >>
> >> Geronimo :: Activation
> >>
> >> Geronimo :: ActiveMQ Embedded RAR
> >>
> >> Geronimo :: Kernel
> >>
> >> Geronimo :: Common
> >>
> >> Geronimo :: Util
> >>
> >> Geronimo :: System
> >>
> >> Geronimo :: Deployment
> >>
> >> Geronimo :: Deploy :: Common Config
> >>
> >> Geronimo :: Management API
> >>
> >> Geronimo :: Core
> >>
> >> Geronimo :: J2EE
> >>
> >> Geronimo :: J2EE Schema
> >>
> >> Geronimo :: Service :: Builder
> >>
> >> Geronimo :: Maven Dependency Plugin
> >>
> >> Geronimo :: Naming
> >>
> >> Geronimo :: Security
> >>
> >> Geronimo :: Web Services
> >>
> >> Geronimo :: Axis
> >>
> >> Geronimo :: Test :: DDBeans
> >>
> >> Geronimo :: Transaction
> >>
> >> Geronimo :: Connector
> >>
> >> Geronimo :: Security :: Builder
> >>
> >> Geronimo :: J2EE
> >>
> >> Geronimo :: Naming :: Builder
> >>
> >> Geronimo :: Connector :: Builder
> >>
> >> Geronimo :: Axis :: Builder
> >>
> >> Geronimo :: Client
> >>
> >> Geronimo :: Client Builder
> >>
> >> Geronimo :: Console Web
> >>
> >> Geronimo :: Configuration Converter
> >>
> >> Geronimo :: Web :: Builder
> >>
> >> Geronimo :: Deploy :: JSR-88
> >>
> >> Geronimo :: Deploy :: CLI Tool
> >>
> >> Geronimo :: Derby
> >>
> >> Geronimo :: Directory
> >>
> >> Geronimo :: Deploy :: Hot Deployer
> >>
> >> Geronimo :: Installer Processing
> >>
> >> Geronimo :: Installer Support
> >>
> >> Geronimo :: JavaMail Transport
> >>
> >> Geronimo :: Jetty
> >>
> >> Geronimo :: Jetty :: Builder
> >>
> >> Geronimo :: JMX Remoting
> >>
> >> Geronimo :: Mail
> >>
> >> Geronimo :: Scripts
> >>
> >> Geronimo :: Timer
> >>
> >> Geronimo :: Tomcat
> >>
> >> Geronimo :: Tomcat :: Builder
> >>
> >> Geronimo :: Upgrade
> >>
> >> Geronimo :: Maven Assembly Plugin
> >>
> >> Geronimo :: Maven Deployment Plugin
> >>
> >> Geronimo :: IZPack Installer Build Plugin
> >>
> >> Geronimo :: Maven Packaging Plugin
> >>
> >> +----------------------------------------
> >>
> >> | geronimo and geronimo-plugins Geronimo :: Activation
> >>
> >> | Memory: 11M/11M
> >>
> >> +----------------------------------------
> >>
> >> build:start:
> >>
> >>
> >>
> >> new:
> >>
> >> new0:
> >>
> >>
> >>
> >> new00:
> >>
> >>
> >>
> >> new1:
> >>
> >> build:start:
> >>
> >>
> >>
> >> multiproject:install-callback:
> >>
> >>     [echo] Running jar:install for Geronimo :: Activation
> >>
> >> Attempting to download geronimo-common-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-common-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-kernel-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-deployment-1.1-410806.jar.
> >>
> >> WARNING: Failed to download
> >> geronimo-deployment-1.1-410806.jar.
> >>
> >> Attempting to download
> >> geronimo-deploy-jsr88-1.1-410806.jar.
> >>
> >> WARNING: Failed to download
> >> geronimo-deploy-jsr88-1.1-410806.jar.
> >>
> >> Attempting to download geronimo-system-1.1-410806.jar.
> >>
> >> WARNING: Failed to download geronimo-system-1.1-410806.jar.
> >>
> >>
> >>
> >> BUILD FAILED
> >>
> >> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
> >>
> >> Element... maven:reactor
> >>
> >> Line...... 43
> >>
> >> Column.... 115
> >>
> >> Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> >> and
> >> Setti
> >>
> >> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
> >> <attai
> >>
> >> Goal> The build cannot continue because of the following unsatisfied
> >> dependenci
> >>
> >> s:
> >>
> >>
> >>
> >> geronimo-common-1.1-410806.jar
> >>
> >> geronimo-kernel-1.1-410806.jar
> >>
> >> geronimo-deployment-1.1-410806.jar
> >>
> >> geronimo-deploy-jsr88-1.1-410806.jar
> >>
> >> geronimo-system-1.1-410806.jar
> >>
> >>
> >>
> >> Total time: 45 seconds
> >>
> >> Finished at: Wed Jul 05 10:36:27 IST 2006
> >>
> >>
> >>
> >>
> >>
> >> Please help.
> >>
> >>
> >>
> >> Thanks
> >>
> >> Best Regards
> >>
> >> Karthiga Ratnam
> >>
> >> Technical Writer
> >>
> >> Lanka Software Foundation (Sri Lanka)
> >
>
>

RE: Building Geronimo through maven

Posted by Karthiga <ka...@opensource.lk>.
Hi,

I downloaded the src of Geronimo v1.1 from
http://geronimo.apache.org/downloads.html

I need to build this through maven as part of the article requirement for
the user guide.

I used commands such as maven, maven new, maven -Dmaven.test.skip=true
-Dmaven.itest-skip=true m:rebuild-all

But I keep getting the same error.

Building through svn is to be done in the developer's guide.

Thanks
Karthiga

Building from source
-----Original Message-----
From: John Sisson [mailto:jrsisson@gmail.com] 
Sent: Wednesday, July 05, 2006 11:55 AM
To: user@geronimo.apache.org
Subject: Re: Building Geronimo through maven

Krishnakumar B wrote:
> hi,
>
> which version of geronimo r u trying to build. If its latest u need to
> checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
> and u would get 1.2-SNAPSHOT.
>
> If its 1.1 u cant try (
> https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
> HEAD of this.
To build 1.1 from svn you need to check out from the following tag:

http://svn.apache.org/repos/asf/geronimo/tags/1.1.0/

If you want to contribute fixes to for upcoming Geronimo 1.x versions 
then they should be be generated against the 1.1 branch at:

http://svn.apache.org/repos/asf/geronimo/branches/1.1/

As a matter of interest, is there a reason why you need to build from 
the source?

John
>
> Regards
> Krishnakumar B
>
> On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
>>
>>
>>
>> Hi all,
>>
>>
>>
>> I am working on the Installation article for the Geronimo v1.1 User 
>> Guide. I
>> trying to build Geronimo from source but every time I try I get the
>> following error.
>>
>>
>>
>>
>>
>> __  __
>>
>> |  \/  |__ _Apache__ ___
>>
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>>
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>>
>>
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Geronimo :: Activation
>>
>> Geronimo :: ActiveMQ Embedded RAR
>>
>> Geronimo :: Kernel
>>
>> Geronimo :: Common
>>
>> Geronimo :: Util
>>
>> Geronimo :: System
>>
>> Geronimo :: Deployment
>>
>> Geronimo :: Deploy :: Common Config
>>
>> Geronimo :: Management API
>>
>> Geronimo :: Core
>>
>> Geronimo :: J2EE
>>
>> Geronimo :: J2EE Schema
>>
>> Geronimo :: Service :: Builder
>>
>> Geronimo :: Maven Dependency Plugin
>>
>> Geronimo :: Naming
>>
>> Geronimo :: Security
>>
>> Geronimo :: Web Services
>>
>> Geronimo :: Axis
>>
>> Geronimo :: Test :: DDBeans
>>
>> Geronimo :: Transaction
>>
>> Geronimo :: Connector
>>
>> Geronimo :: Security :: Builder
>>
>> Geronimo :: J2EE
>>
>> Geronimo :: Naming :: Builder
>>
>> Geronimo :: Connector :: Builder
>>
>> Geronimo :: Axis :: Builder
>>
>> Geronimo :: Client
>>
>> Geronimo :: Client Builder
>>
>> Geronimo :: Console Web
>>
>> Geronimo :: Configuration Converter
>>
>> Geronimo :: Web :: Builder
>>
>> Geronimo :: Deploy :: JSR-88
>>
>> Geronimo :: Deploy :: CLI Tool
>>
>> Geronimo :: Derby
>>
>> Geronimo :: Directory
>>
>> Geronimo :: Deploy :: Hot Deployer
>>
>> Geronimo :: Installer Processing
>>
>> Geronimo :: Installer Support
>>
>> Geronimo :: JavaMail Transport
>>
>> Geronimo :: Jetty
>>
>> Geronimo :: Jetty :: Builder
>>
>> Geronimo :: JMX Remoting
>>
>> Geronimo :: Mail
>>
>> Geronimo :: Scripts
>>
>> Geronimo :: Timer
>>
>> Geronimo :: Tomcat
>>
>> Geronimo :: Tomcat :: Builder
>>
>> Geronimo :: Upgrade
>>
>> Geronimo :: Maven Assembly Plugin
>>
>> Geronimo :: Maven Deployment Plugin
>>
>> Geronimo :: IZPack Installer Build Plugin
>>
>> Geronimo :: Maven Packaging Plugin
>>
>> +----------------------------------------
>>
>> | geronimo and geronimo-plugins Geronimo :: Activation
>>
>> | Memory: 11M/11M
>>
>> +----------------------------------------
>>
>> build:start:
>>
>>
>>
>> new:
>>
>> new0:
>>
>>
>>
>> new00:
>>
>>
>>
>> new1:
>>
>> build:start:
>>
>>
>>
>> multiproject:install-callback:
>>
>>     [echo] Running jar:install for Geronimo :: Activation
>>
>> Attempting to download geronimo-common-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-common-1.1-410806.jar.
>>
>> Attempting to download geronimo-kernel-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
>>
>> Attempting to download geronimo-deployment-1.1-410806.jar.
>>
>> WARNING: Failed to download
>> geronimo-deployment-1.1-410806.jar.
>>
>> Attempting to download
>> geronimo-deploy-jsr88-1.1-410806.jar.
>>
>> WARNING: Failed to download
>> geronimo-deploy-jsr88-1.1-410806.jar.
>>
>> Attempting to download geronimo-system-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-system-1.1-410806.jar.
>>
>>
>>
>> BUILD FAILED
>>
>> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
>>
>> Element... maven:reactor
>>
>> Line...... 43
>>
>> Column.... 115
>>
>> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
>> and
>> Setti
>>
>> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
>> <attai
>>
>> Goal> The build cannot continue because of the following unsatisfied
>> dependenci
>>
>> s:
>>
>>
>>
>> geronimo-common-1.1-410806.jar
>>
>> geronimo-kernel-1.1-410806.jar
>>
>> geronimo-deployment-1.1-410806.jar
>>
>> geronimo-deploy-jsr88-1.1-410806.jar
>>
>> geronimo-system-1.1-410806.jar
>>
>>
>>
>> Total time: 45 seconds
>>
>> Finished at: Wed Jul 05 10:36:27 IST 2006
>>
>>
>>
>>
>>
>> Please help.
>>
>>
>>
>> Thanks
>>
>> Best Regards
>>
>> Karthiga Ratnam
>>
>> Technical Writer
>>
>> Lanka Software Foundation (Sri Lanka)
>


Re: Building Geronimo through maven

Posted by John Sisson <jr...@gmail.com>.
Krishnakumar B wrote:
> hi,
>
> which version of geronimo r u trying to build. If its latest u need to
> checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
> and u would get 1.2-SNAPSHOT.
>
> If its 1.1 u cant try (
> https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
> HEAD of this.
To build 1.1 from svn you need to check out from the following tag:

http://svn.apache.org/repos/asf/geronimo/tags/1.1.0/

If you want to contribute fixes to for upcoming Geronimo 1.x versions 
then they should be be generated against the 1.1 branch at:

http://svn.apache.org/repos/asf/geronimo/branches/1.1/

As a matter of interest, is there a reason why you need to build from 
the source?

John
>
> Regards
> Krishnakumar B
>
> On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
>>
>>
>>
>> Hi all,
>>
>>
>>
>> I am working on the Installation article for the Geronimo v1.1 User 
>> Guide. I
>> trying to build Geronimo from source but every time I try I get the
>> following error.
>>
>>
>>
>>
>>
>> __  __
>>
>> |  \/  |__ _Apache__ ___
>>
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>>
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>>
>>
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Starting the reactor...
>>
>> Our processing order:
>>
>> Geronimo :: Activation
>>
>> Geronimo :: ActiveMQ Embedded RAR
>>
>> Geronimo :: Kernel
>>
>> Geronimo :: Common
>>
>> Geronimo :: Util
>>
>> Geronimo :: System
>>
>> Geronimo :: Deployment
>>
>> Geronimo :: Deploy :: Common Config
>>
>> Geronimo :: Management API
>>
>> Geronimo :: Core
>>
>> Geronimo :: J2EE
>>
>> Geronimo :: J2EE Schema
>>
>> Geronimo :: Service :: Builder
>>
>> Geronimo :: Maven Dependency Plugin
>>
>> Geronimo :: Naming
>>
>> Geronimo :: Security
>>
>> Geronimo :: Web Services
>>
>> Geronimo :: Axis
>>
>> Geronimo :: Test :: DDBeans
>>
>> Geronimo :: Transaction
>>
>> Geronimo :: Connector
>>
>> Geronimo :: Security :: Builder
>>
>> Geronimo :: J2EE
>>
>> Geronimo :: Naming :: Builder
>>
>> Geronimo :: Connector :: Builder
>>
>> Geronimo :: Axis :: Builder
>>
>> Geronimo :: Client
>>
>> Geronimo :: Client Builder
>>
>> Geronimo :: Console Web
>>
>> Geronimo :: Configuration Converter
>>
>> Geronimo :: Web :: Builder
>>
>> Geronimo :: Deploy :: JSR-88
>>
>> Geronimo :: Deploy :: CLI Tool
>>
>> Geronimo :: Derby
>>
>> Geronimo :: Directory
>>
>> Geronimo :: Deploy :: Hot Deployer
>>
>> Geronimo :: Installer Processing
>>
>> Geronimo :: Installer Support
>>
>> Geronimo :: JavaMail Transport
>>
>> Geronimo :: Jetty
>>
>> Geronimo :: Jetty :: Builder
>>
>> Geronimo :: JMX Remoting
>>
>> Geronimo :: Mail
>>
>> Geronimo :: Scripts
>>
>> Geronimo :: Timer
>>
>> Geronimo :: Tomcat
>>
>> Geronimo :: Tomcat :: Builder
>>
>> Geronimo :: Upgrade
>>
>> Geronimo :: Maven Assembly Plugin
>>
>> Geronimo :: Maven Deployment Plugin
>>
>> Geronimo :: IZPack Installer Build Plugin
>>
>> Geronimo :: Maven Packaging Plugin
>>
>> +----------------------------------------
>>
>> | geronimo and geronimo-plugins Geronimo :: Activation
>>
>> | Memory: 11M/11M
>>
>> +----------------------------------------
>>
>> build:start:
>>
>>
>>
>> new:
>>
>> new0:
>>
>>
>>
>> new00:
>>
>>
>>
>> new1:
>>
>> build:start:
>>
>>
>>
>> multiproject:install-callback:
>>
>>     [echo] Running jar:install for Geronimo :: Activation
>>
>> Attempting to download geronimo-common-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-common-1.1-410806.jar.
>>
>> Attempting to download geronimo-kernel-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
>>
>> Attempting to download geronimo-deployment-1.1-410806.jar.
>>
>> WARNING: Failed to download
>> geronimo-deployment-1.1-410806.jar.
>>
>> Attempting to download
>> geronimo-deploy-jsr88-1.1-410806.jar.
>>
>> WARNING: Failed to download
>> geronimo-deploy-jsr88-1.1-410806.jar.
>>
>> Attempting to download geronimo-system-1.1-410806.jar.
>>
>> WARNING: Failed to download geronimo-system-1.1-410806.jar.
>>
>>
>>
>> BUILD FAILED
>>
>> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
>>
>> Element... maven:reactor
>>
>> Line...... 43
>>
>> Column.... 115
>>
>> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
>> and
>> Setti
>>
>> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
>> <attai
>>
>> Goal> The build cannot continue because of the following unsatisfied
>> dependenci
>>
>> s:
>>
>>
>>
>> geronimo-common-1.1-410806.jar
>>
>> geronimo-kernel-1.1-410806.jar
>>
>> geronimo-deployment-1.1-410806.jar
>>
>> geronimo-deploy-jsr88-1.1-410806.jar
>>
>> geronimo-system-1.1-410806.jar
>>
>>
>>
>> Total time: 45 seconds
>>
>> Finished at: Wed Jul 05 10:36:27 IST 2006
>>
>>
>>
>>
>>
>> Please help.
>>
>>
>>
>> Thanks
>>
>> Best Regards
>>
>> Karthiga Ratnam
>>
>> Technical Writer
>>
>> Lanka Software Foundation (Sri Lanka)
>


Re: Building Geronimo through maven

Posted by Krishnakumar B <ww...@gmail.com>.
hi,

which version of geronimo r u trying to build. If its latest u need to
checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
and u would get 1.2-SNAPSHOT.

If its 1.1 u cant try (
https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
HEAD of this.

Regards
Krishnakumar B

On 7/5/06, Karthiga <ka...@opensource.lk> wrote:
>
>
>
> Hi all,
>
>
>
> I am working on the Installation article for the Geronimo v1.1 User Guide. I
> trying to build Geronimo from source but every time I try I get the
> following error.
>
>
>
>
>
> __  __
>
> |  \/  |__ _Apache__ ___
>
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>
>
> Starting the reactor...
>
> Our processing order:
>
> Starting the reactor...
>
> Our processing order:
>
> Starting the reactor...
>
> Our processing order:
>
> Geronimo :: Activation
>
> Geronimo :: ActiveMQ Embedded RAR
>
> Geronimo :: Kernel
>
> Geronimo :: Common
>
> Geronimo :: Util
>
> Geronimo :: System
>
> Geronimo :: Deployment
>
> Geronimo :: Deploy :: Common Config
>
> Geronimo :: Management API
>
> Geronimo :: Core
>
> Geronimo :: J2EE
>
> Geronimo :: J2EE Schema
>
> Geronimo :: Service :: Builder
>
> Geronimo :: Maven Dependency Plugin
>
> Geronimo :: Naming
>
> Geronimo :: Security
>
> Geronimo :: Web Services
>
> Geronimo :: Axis
>
> Geronimo :: Test :: DDBeans
>
> Geronimo :: Transaction
>
> Geronimo :: Connector
>
> Geronimo :: Security :: Builder
>
> Geronimo :: J2EE
>
> Geronimo :: Naming :: Builder
>
> Geronimo :: Connector :: Builder
>
> Geronimo :: Axis :: Builder
>
> Geronimo :: Client
>
> Geronimo :: Client Builder
>
> Geronimo :: Console Web
>
> Geronimo :: Configuration Converter
>
> Geronimo :: Web :: Builder
>
> Geronimo :: Deploy :: JSR-88
>
> Geronimo :: Deploy :: CLI Tool
>
> Geronimo :: Derby
>
> Geronimo :: Directory
>
> Geronimo :: Deploy :: Hot Deployer
>
> Geronimo :: Installer Processing
>
> Geronimo :: Installer Support
>
> Geronimo :: JavaMail Transport
>
> Geronimo :: Jetty
>
> Geronimo :: Jetty :: Builder
>
> Geronimo :: JMX Remoting
>
> Geronimo :: Mail
>
> Geronimo :: Scripts
>
> Geronimo :: Timer
>
> Geronimo :: Tomcat
>
> Geronimo :: Tomcat :: Builder
>
> Geronimo :: Upgrade
>
> Geronimo :: Maven Assembly Plugin
>
> Geronimo :: Maven Deployment Plugin
>
> Geronimo :: IZPack Installer Build Plugin
>
> Geronimo :: Maven Packaging Plugin
>
> +----------------------------------------
>
> | geronimo and geronimo-plugins Geronimo :: Activation
>
> | Memory: 11M/11M
>
> +----------------------------------------
>
> build:start:
>
>
>
> new:
>
> new0:
>
>
>
> new00:
>
>
>
> new1:
>
> build:start:
>
>
>
> multiproject:install-callback:
>
>     [echo] Running jar:install for Geronimo :: Activation
>
> Attempting to download geronimo-common-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-common-1.1-410806.jar.
>
> Attempting to download geronimo-kernel-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
>
> Attempting to download geronimo-deployment-1.1-410806.jar.
>
> WARNING: Failed to download
> geronimo-deployment-1.1-410806.jar.
>
> Attempting to download
> geronimo-deploy-jsr88-1.1-410806.jar.
>
> WARNING: Failed to download
> geronimo-deploy-jsr88-1.1-410806.jar.
>
> Attempting to download geronimo-system-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-system-1.1-410806.jar.
>
>
>
> BUILD FAILED
>
> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
>
> Element... maven:reactor
>
> Line...... 43
>
> Column.... 115
>
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
> Setti
>
> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
> <attai
>
> Goal> The build cannot continue because of the following unsatisfied
> dependenci
>
> s:
>
>
>
> geronimo-common-1.1-410806.jar
>
> geronimo-kernel-1.1-410806.jar
>
> geronimo-deployment-1.1-410806.jar
>
> geronimo-deploy-jsr88-1.1-410806.jar
>
> geronimo-system-1.1-410806.jar
>
>
>
> Total time: 45 seconds
>
> Finished at: Wed Jul 05 10:36:27 IST 2006
>
>
>
>
>
> Please help.
>
>
>
> Thanks
>
> Best Regards
>
> Karthiga Ratnam
>
> Technical Writer
>
> Lanka Software Foundation (Sri Lanka)

Re: Building Geronimo through maven

Posted by John Sisson <jr...@gmail.com>.
Hi Karthiga,

Where did you obtain the source that you are building from (e.g. did you 
download it and if so, when and what was the file name, or are you 
building it from files checked out from subversion?

Thanks,

John

Karthiga wrote:
>
> Hi all,
>
>  
>
> I am working on the Installation article for the Geronimo v1.1 User 
> Guide. I trying to build Geronimo from source but every time I try I 
> get the following error.
>
>  
>
>  
>
> __  __
>
> |  \/  |__ _Apache__ ___
>
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>  
>
> Starting the reactor...
>
> Our processing order:
>
> Starting the reactor...
>
> Our processing order:
>
> Starting the reactor...
>
> Our processing order:
>
> Geronimo :: Activation
>
> Geronimo :: ActiveMQ Embedded RAR
>
> Geronimo :: Kernel
>
> Geronimo :: Common
>
> Geronimo :: Util
>
> Geronimo :: System
>
> Geronimo :: Deployment
>
> Geronimo :: Deploy :: Common Config
>
> Geronimo :: Management API
>
> Geronimo :: Core
>
> Geronimo :: J2EE
>
> Geronimo :: J2EE Schema
>
> Geronimo :: Service :: Builder
>
> Geronimo :: Maven Dependency Plugin
>
> Geronimo :: Naming
>
> Geronimo :: Security
>
> Geronimo :: Web Services
>
> Geronimo :: Axis
>
> Geronimo :: Test :: DDBeans
>
> Geronimo :: Transaction
>
> Geronimo :: Connector
>
> Geronimo :: Security :: Builder
>
> Geronimo :: J2EE
>
> Geronimo :: Naming :: Builder
>
> Geronimo :: Connector :: Builder
>
> Geronimo :: Axis :: Builder
>
> Geronimo :: Client
>
> Geronimo :: Client Builder
>
> Geronimo :: Console Web
>
> Geronimo :: Configuration Converter
>
> Geronimo :: Web :: Builder
>
> Geronimo :: Deploy :: JSR-88
>
> Geronimo :: Deploy :: CLI Tool
>
> Geronimo :: Derby
>
> Geronimo :: Directory
>
> Geronimo :: Deploy :: Hot Deployer
>
> Geronimo :: Installer Processing
>
> Geronimo :: Installer Support
>
> Geronimo :: JavaMail Transport
>
> Geronimo :: Jetty
>
> Geronimo :: Jetty :: Builder
>
> Geronimo :: JMX Remoting
>
> Geronimo :: Mail
>
> Geronimo :: Scripts
>
> Geronimo :: Timer
>
> Geronimo :: Tomcat
>
> Geronimo :: Tomcat :: Builder
>
> Geronimo :: Upgrade
>
> Geronimo :: Maven Assembly Plugin
>
> Geronimo :: Maven Deployment Plugin
>
> Geronimo :: IZPack Installer Build Plugin
>
> Geronimo :: Maven Packaging Plugin
>
> +----------------------------------------
>
> | geronimo and geronimo-plugins Geronimo :: Activation
>
> | Memory: 11M/11M
>
> +----------------------------------------
>
> build:start:
>
>  
>
> new:
>
> new0:
>
>  
>
> new00:
>
>  
>
> new1:
>
> build:start:
>
>  
>
> multiproject:install-callback:
>
>     [echo] Running jar:install for Geronimo :: Activation
>
> Attempting to download geronimo-common-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-common-1.1-410806.jar.
>
> Attempting to download geronimo-kernel-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
>
> Attempting to download geronimo-deployment-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-deployment-1.1-410806.jar.
>
> Attempting to download geronimo-deploy-jsr88-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-deploy-jsr88-1.1-410806.jar.
>
> Attempting to download geronimo-system-1.1-410806.jar.
>
> WARNING: Failed to download geronimo-system-1.1-410806.jar.
>
>  
>
> BUILD FAILED
>
> File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
>
> Element... maven:reactor
>
> Line...... 43
>
> Column.... 115
>
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
> and Setti
>
> gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61: 
> <attai
>
> Goal> The build cannot continue because of the following unsatisfied 
> dependenci
>
> s:
>
>  
>
> geronimo-common-1.1-410806.jar
>
> geronimo-kernel-1.1-410806.jar
>
> geronimo-deployment-1.1-410806.jar
>
> geronimo-deploy-jsr88-1.1-410806.jar
>
> geronimo-system-1.1-410806.jar
>
>  
>
> Total time: 45 seconds
>
> Finished at: Wed Jul 05 10:36:27 IST 2006
>
>  
>
>  
>
> Please help.
>
>  
>
> Thanks
>
> Best Regards
>
> Karthiga Ratnam
>
> Technical Writer
>
> Lanka Software Foundation (Sri Lanka)
>


Re: Building Geronimo through maven

Posted by Paul Craton <CR...@uk.ibm.com>.
Not sure if it is relevant here - but I think would be useful for later...

I've noticed I have lots of problems when trying to run open source stuff
in directories who's parent directories may contain spaces (like
"C:\Documents and Settings"). Have you tried running from a directory
without spaces?

As a more generic question to the group - do we plan to/already support
large directory names (with spaces) - or is there a guideline that suggests
this is not good practice?

Paul Craton




                                                                           
             "Karthiga"                                                    
             <karthiga@opensou                                             
             rce.lk>                                                    To 
                                       <us...@geronimo.apache.org>          
             05/07/2006 06:53                                           cc 
                                                                           
                                                                   Subject 
             Please respond to         Building Geronimo through maven     
             user@geronimo.apa                                             
                  che.org                                                  
                                                                           
                                                                           
                                                                           
                                                                           




Hi all,

I am working on the Installation article for the Geronimo v1.1 User Guide.
I trying to build Geronimo from source but every time I try I get the
following error.


__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Starting the reactor...
Our processing order:
Starting the reactor...
Our processing order:
Starting the reactor...
Our processing order:
Geronimo :: Activation
Geronimo :: ActiveMQ Embedded RAR
Geronimo :: Kernel
Geronimo :: Common
Geronimo :: Util
Geronimo :: System
Geronimo :: Deployment
Geronimo :: Deploy :: Common Config
Geronimo :: Management API
Geronimo :: Core
Geronimo :: J2EE
Geronimo :: J2EE Schema
Geronimo :: Service :: Builder
Geronimo :: Maven Dependency Plugin
Geronimo :: Naming
Geronimo :: Security
Geronimo :: Web Services
Geronimo :: Axis
Geronimo :: Test :: DDBeans
Geronimo :: Transaction
Geronimo :: Connector
Geronimo :: Security :: Builder
Geronimo :: J2EE
Geronimo :: Naming :: Builder
Geronimo :: Connector :: Builder
Geronimo :: Axis :: Builder
Geronimo :: Client
Geronimo :: Client Builder
Geronimo :: Console Web
Geronimo :: Configuration Converter
Geronimo :: Web :: Builder
Geronimo :: Deploy :: JSR-88
Geronimo :: Deploy :: CLI Tool
Geronimo :: Derby
Geronimo :: Directory
Geronimo :: Deploy :: Hot Deployer
Geronimo :: Installer Processing
Geronimo :: Installer Support
Geronimo :: JavaMail Transport
Geronimo :: Jetty
Geronimo :: Jetty :: Builder
Geronimo :: JMX Remoting
Geronimo :: Mail
Geronimo :: Scripts
Geronimo :: Timer
Geronimo :: Tomcat
Geronimo :: Tomcat :: Builder
Geronimo :: Upgrade
Geronimo :: Maven Assembly Plugin
Geronimo :: Maven Deployment Plugin
Geronimo :: IZPack Installer Build Plugin
Geronimo :: Maven Packaging Plugin
+----------------------------------------
| geronimo and geronimo-plugins Geronimo :: Activation
| Memory: 11M/11M
+----------------------------------------
build:start:

new:
new0:

new00:

new1:
build:start:

multiproject:install-callback:
    [echo] Running jar:install for Geronimo :: Activation
Attempting to download geronimo-common-1.1-410806.jar.
WARNING: Failed to download geronimo-common-1.1-410806.jar.
Attempting to download geronimo-kernel-1.1-410806.jar.
WARNING: Failed to download geronimo-kernel-1.1-410806.jar.
Attempting to download geronimo-deployment-1.1-410806.jar.
WARNING: Failed to download geronimo-deployment-1.1-410806.jar.
Attempting to download geronimo-deploy-jsr88-1.1-410806.jar.
WARNING: Failed to download geronimo-deploy-jsr88-1.1-410806.jar.
Attempting to download geronimo-system-1.1-410806.jar.
WARNING: Failed to download geronimo-system-1.1-410806.jar.

BUILD FAILED
File...... D:\geronimo_src-1.1\geronimo_src-1.1\maven.xml
Element... maven:reactor
Line...... 43
Column.... 115
Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Setti
gs\LSF\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly:252:61:
<attai
Goal> The build cannot continue because of the following unsatisfied
dependenci
s:

geronimo-common-1.1-410806.jar
geronimo-kernel-1.1-410806.jar
geronimo-deployment-1.1-410806.jar
geronimo-deploy-jsr88-1.1-410806.jar
geronimo-system-1.1-410806.jar

Total time: 45 seconds
Finished at: Wed Jul 05 10:36:27 IST 2006


Please help.

Thanks
Best Regards
Karthiga Ratnam
Technical Writer
Lanka Software Foundation (Sri Lanka)