You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Hari Kodungallur <hk...@spikesource.com> on 2005/03/15 09:01:43 UTC

build failure

FYI:
The build currently is breaking with the following error in the OpenEJB 
Assembly module.
(I think it is not copying the axis jar files to the local repository. 
Axis dependency was changed to 1.2-PATCH1 today)

...
...
    [echo] Bootstrapping service deployer
    [mkdir] Created dir: /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/bin
    [mkdir] Created dir: /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/config-store

BUILD FAILED
File...... /home/hkodungallur/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- /opt/geronimo/geronimo/openejb/modules/assembly/maven.xml:155:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri axis/jars/axis-1.2-PATCH1.jar not found in repository
Total time: 18 minutes 48 seconds
Finished at: Mon Mar 14 22:41:39 PST 2005


Regards,
-Hari

Re: build failure

Posted by Hari Kodungallur <hk...@spikesource.com>.
Alan,

I am not using -o. The axis 1.2-PATCH1 is downloaded and in the 
.maven/repository/axis/jars directory.
I think that all the jars are copied to assembly/local repository before 
bootstrap. And <bootstrap> needs for these jars in the local repository 
(as the classpath is constructed with these local jars). I presume the 
copying of axis jar failed. I will try debugging it today and let you know.

Thanks
-Hari


Alan D. Cabrera wrote:

> I'm guessing that you used the "-o" option w/ your maven build 
> command.  This inhibits the downloading of new jars, like the one that 
> you are missing.
>
>
> Regards,
> Alan
>
>
> Hari Kodungallur wrote:
>
>> FYI:
>> The build currently is breaking with the following error in the 
>> OpenEJB Assembly module.
>> (I think it is not copying the axis jar files to the local 
>> repository. Axis dependency was changed to 1.2-PATCH1 today)
>>
>> ...
>> ...
>>    [echo] Bootstrapping service deployer
>>    [mkdir] Created dir: 
>> /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/bin 
>>
>>    [mkdir] Created dir: 
>> /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/config-store 
>>
>>
>> BUILD FAILED
>> File...... 
>> /home/hkodungallur/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly 
>>
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> Unable to obtain goal [default] -- 
>> /opt/geronimo/geronimo/openejb/modules/assembly/maven.xml:155:15: 
>> <bootstrap:bootstrap> 
>> org.apache.geronimo.kernel.repository.MissingDependencyException: uri 
>> axis/jars/axis-1.2-PATCH1.jar not found in repository
>> Total time: 18 minutes 48 seconds
>> Finished at: Mon Mar 14 22:41:39 PST 2005
>>
>>
>> Regards,
>> -Hari
>

Re: build failure

Posted by "Alan D. Cabrera" <ad...@toolazydogs.com>.
I'm guessing that you used the "-o" option w/ your maven build command.  
This inhibits the downloading of new jars, like the one that you are 
missing.


Regards,
Alan


Hari Kodungallur wrote:

> FYI:
> The build currently is breaking with the following error in the 
> OpenEJB Assembly module.
> (I think it is not copying the axis jar files to the local repository. 
> Axis dependency was changed to 1.2-PATCH1 today)
>
> ...
> ...
>    [echo] Bootstrapping service deployer
>    [mkdir] Created dir: 
> /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/bin 
>
>    [mkdir] Created dir: 
> /opt/geronimo/geronimo/openejb/modules/assembly/target/openejb-2.0-SNAPSHOT/config-store 
>
>
> BUILD FAILED
> File...... 
> /home/hkodungallur/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly 
>
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- 
> /opt/geronimo/geronimo/openejb/modules/assembly/maven.xml:155:15: 
> <bootstrap:bootstrap> 
> org.apache.geronimo.kernel.repository.MissingDependencyException: uri 
> axis/jars/axis-1.2-PATCH1.jar not found in repository
> Total time: 18 minutes 48 seconds
> Finished at: Mon Mar 14 22:41:39 PST 2005
>
>
> Regards,
> -Hari