You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2005/12/10 04:19:08 UTC

Build Status

I believe the builds should be working now, though I've only had time
to run HEAD all the way through (not the 1.0 branch).  I'd recommend
the following (with Maven 1.1-beta-2):

maven m:co
rm -rf ~/.maven/plugins ~/.maven/cache/geronimo*
~/.maven/repository/geronimo/plugins
maven m:clean m:clean-repo new

Aaron

Re: Build Status

Posted by Bill Stoddard <bi...@wstoddard.com>.
Aaron Mulder wrote:
> I'll try the branch.  The interop and itest modules should be commented out.
> 
> Thanks,
>     Aaron
> 

Just successfully built the 1.0 branch (test and itest disabled)

svn update (about 9:15 AM ET)
maven m:fresh-checkout
maven clean new

Bill


Re: Build Status

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
I'll try the branch.  The interop and itest modules should be commented out.

Thanks,
    Aaron

On 12/9/05, John Sisson <jr...@gmail.com> wrote:
> Aaron Mulder wrote:
>
> >I believe the builds should be working now, though I've only had time
> >to run HEAD all the way through (not the 1.0 branch).  I'd recommend
> >the following (with Maven 1.1-beta-2):
> >
> >maven m:co
> >rm -rf ~/.maven/plugins ~/.maven/cache/geronimo*
> >~/.maven/repository/geronimo/plugins
> >maven m:clean m:clean-repo new
> >
> >Aaron
> >
> >
> >
> JS> On the 1.0 branch the build does not work following your
> instructions above.  This is what I got (search for JS> for comments)
>
> <SNIP>
>
> Starting the reactor...
> Our processing order:
> OpenEJB :: Core
> OpenEJB :: PK Generation :: Builder
> OpenEJB :: Builder
> +----------------------------------------
> | openejb OpenEJB :: Core
> | Memory: 44M/54M
> +----------------------------------------
> DEPRECATED: the default goal should be specified in the <build> section
> of project.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the <build> section
> of project.xml instead of maven.xml
> new2:
> Attempting to download geronimo-interop-1.0.jar.
> WARNING: Failed to download geronimo-interop-1.0.jar.
>
> BUILD FAILED
> File...... C:\OpenSourceJava\geronimo\branches\1.0\maven.xml
> Element... maven:reactor
> Line...... 48
> Column.... -1
> The build cannot continue because of the following unsatisfied dependency:
>
> geronimo-interop-1.0.jar
>
> Total time   : 3 minutes 22 seconds
> Finished at  : Saturday, 10 December 2005 14:54:33
>
> C:\OpenSourceJava\geronimo\branches\1.0>
>
> JS> I then build the interop module and ran maven new again, then after
> a while got another error:
>
> +----------------------------------------
> | Executing default OpenEJB :: Integration Tests
> | Memory: 56M/75M
> +----------------------------------------
> DEPRECATED: the default goal should be specified in the <build> section
> of project.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the <build> section
> of project.xml instead of maven.xml
>
> build:end:
>
> Attempting to download geronimo-jetty-j2ee-1.0.zip.
> WARNING: Failed to download geronimo-jetty-j2ee-1.0.zip.
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\sissonj\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... -1
> The build cannot continue because of the following unsatisfied dependency:
>
> geronimo-jetty-j2ee-1.0.zip
>
> Total time   : 3 minutes 29 seconds
> Finished at  : Saturday, 10 December 2005 15:03:56
>
> C:\OpenSourceJava\geronimo\branches\1.0>
>
> JS> Building assemblies\j2ee-jetty-server at this point also fails due
> to the car files not yet being built.
>
>
>

Re: Build Status

Posted by John Sisson <jr...@gmail.com>.
Aaron Mulder wrote:

>I believe the builds should be working now, though I've only had time
>to run HEAD all the way through (not the 1.0 branch).  I'd recommend
>the following (with Maven 1.1-beta-2):
>
>maven m:co
>rm -rf ~/.maven/plugins ~/.maven/cache/geronimo*
>~/.maven/repository/geronimo/plugins
>maven m:clean m:clean-repo new
>
>Aaron
>
>  
>
JS> On the 1.0 branch the build does not work following your 
instructions above.  This is what I got (search for JS> for comments)

<SNIP>

Starting the reactor...
Our processing order:
OpenEJB :: Core
OpenEJB :: PK Generation :: Builder
OpenEJB :: Builder
+----------------------------------------
| openejb OpenEJB :: Core
| Memory: 44M/54M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section 
of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section 
of project.xml instead of maven.xml
new2:
Attempting to download geronimo-interop-1.0.jar.
WARNING: Failed to download geronimo-interop-1.0.jar.

BUILD FAILED
File...... C:\OpenSourceJava\geronimo\branches\1.0\maven.xml
Element... maven:reactor
Line...... 48
Column.... -1
The build cannot continue because of the following unsatisfied dependency:

geronimo-interop-1.0.jar

Total time   : 3 minutes 22 seconds
Finished at  : Saturday, 10 December 2005 14:54:33

C:\OpenSourceJava\geronimo\branches\1.0>

JS> I then build the interop module and ran maven new again, then after 
a while got another error:

+----------------------------------------
| Executing default OpenEJB :: Integration Tests
| Memory: 56M/75M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section 
of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section 
of project.xml instead of maven.xml

build:end:

Attempting to download geronimo-jetty-j2ee-1.0.zip.
WARNING: Failed to download geronimo-jetty-j2ee-1.0.zip.

BUILD FAILED
File...... C:\Documents and 
Settings\sissonj\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... -1
The build cannot continue because of the following unsatisfied dependency:

geronimo-jetty-j2ee-1.0.zip

Total time   : 3 minutes 29 seconds
Finished at  : Saturday, 10 December 2005 15:03:56

C:\OpenSourceJava\geronimo\branches\1.0>

JS> Building assemblies\j2ee-jetty-server at this point also fails due 
to the car files not yet being built.