On Oct 2, 2006, at 10:35 AM, Paulo Lopes wrote:

Hi,

I've been trying to build and boot OpenEJB 3 and boot this weekend and
although the mvn build script finishes with SUCCESS allover it is
weird because I get a couple of exceptions in the middle and some
missing classes... (see attachment)

The exceptions are part of the test suite. I didn't notice any missing class exceptions.

Now I'd like to boot it up but I can figure out how, so I can I test
my itests? Do I have to rely on maven build script to do that?

The assemblies are shut off by default, you can enable them like this:

  mvn clean install -Dassemble=true

Then to test the archive:

  cd assembly/openejb-standalone/
  maven itest

Here is where the archives are after a build, just as an FYI:

assembly/openejb-standalone/target/openejb-3.0-incubating-SNAPSHOT- bin.zip assembly/openejb-standalone/target/openejb-3.0-incubating-SNAPSHOT- bin.tar.gz


-David

Reply via email to