Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-30 Thread Jacek Laskowski
2005/12/30, Ken Perl [EMAIL PROTECTED]: Thanks all, maven m:rebuild-all fix the issue, and the build is success now, the file BUILDING.txt is a little old then because To build and run the server, change into the assembly directory and type: $ cd modules/assembly $ maven

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-30 Thread Ken Perl
It is http://issues.apache.org/jira/browse/GERONIMO-1406 On 12/30/05, Jacek Laskowski [EMAIL PROTECTED] wrote: 2005/12/30, Ken Perl [EMAIL PROTECTED]: Thanks all, maven m:rebuild-all fix the issue, and the build is success now, the file BUILDING.txt is a little old then because To build

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-29 Thread Ken Perl
Thanks all, maven m:rebuild-all fix the issue, and the build is success now, the file BUILDING.txt is a little old then because To build and run the server, change into the assembly directory and type: $ cd modules/assembly $ maven $ cd target/geronimo-1.0-SNAPSHOT

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread Donald Woods
What level of Geronimo and OpenEJB code are you using? There should be no SNAPSHOT jars being used for the latest Geronimo 1.0 source from - https://svn.apache.org/repos/asf/geronimo/branches/1.0 and for OpenEJB 2.0 from - cvs -d:pserver:[EMAIL PROTECTED]:/scm/openejb co -r v2_0 openejb

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread Ken Perl
I am using the code from https://svn.apache.org/repos/asf/geronimo/trunk, the OpenEJB code source is from maven m:co On 12/29/05, Donald Woods [EMAIL PROTECTED] wrote: What level of Geronimo and OpenEJB code are you using? There should be no SNAPSHOT jars being used for the latest Geronimo 1.0

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread David Jencks
My understanding, reinforced by looking at geronimo's maven.xml, is that the itests are not run as part of the current build, and my recollection is that they are currently broken. I personally think they need to be split up into smaller bits in some way that don't take forever to run.

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread Aaron Mulder
I expect the itests are still built if you just check out OpenEJB and not Geronimo. From the error message, it sounds like it's pulling down outdated Geronimo binaries during a standalone OpenEJB build. It would definitely be nice to have an environment to run tests in a normal Geronimo

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread Aaron Mulder
To be more specific, the current deployment plugin uses --quiet (with two dashes), which is correct for the current Geronimo code. However, this changed fairly recently in Geronimo (it used to be -quiet with one dash), and the error suggests that you have an older version of Geronimo being run,

Unrecognized argument: --quiet during openejb integration tests

2005-12-27 Thread Ken Perl
+ | Executing default OpenEJB :: Integration Tests | Memory: 26M/43M + DEPRECATED: the default goal should be specified in the build section of project.xml instead of maven.xml DEPRECATED: the default goal should be