On Oct 2, 2006, at 4:59 PM, David Blevins wrote:
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
I'm sorry I found a fixed an issue relating to this when I sent this
email, but forgot to check it in (version number update).
If you update and give these directions a try now, it should work.
Definitely let me know if it works -- would be good to get a thumbs
up that someone other than me can run these.
-David