On Dec 13, 2006, at 3:47 AM, Per Newgro wrote:
Hi,
If i want to try out OpenEjb3 do i have to build it myself? Or is
there a
build snapshot i can use? The problem is i use cvs and ant and not
svn and
maven. WOuld be nice if someone could provide a zip or tar or whatever
containing the bins.
Here you go! Sorry for the delay:
http://people.apache.org/~dblevins/openejb-3.0-incubating-SNAPSHOT-
bin.zip
Should be able to startup with:
./bin/openejb start
Or ..
java -jar lib/openejb-core-3.0-incubating-SNAPSHOT.jar start
-David