On 10 Aug 2004 at 22:23, Jacek Laskowski jlaskowski-at-codehaus.or wrote:
(a) last time I read your page (http://www.openejb.org/cvs.html) I could see no reference to "building code" ... or I had not noticed it. I have only now read it.
Hi DL,
Yes, you couldn't as the page had recently been added.
(b) quite separately, in my random walk today, I had managed to install Ant, Maven, and Geronimo .. after much googling ..
Geronimo? You don't need this yet. Geronimo works with openejb2, and we're talking about openejb1. AFAIK, only openejb1 is known to work with Tomcat using the approaches described at http://www.openejb.org.
Anyway, you managed to get Ant and Maven working, which is good for openejb1, too.
(c) I found this article ....
Container Driven Testing Part 1: Testing Inside The Container
http://www.theserverside.com/articles/article.tss?l=ContainerDrivenTestingSeries
.. and succeeded in following the instructions using Maven.
Geronimo works.
Excellent!
I/m now (at last) trying to build openorg CVS ... using Maven .. but I'm getting lots of errors ..
Starting the reactor ..
our processing order OpenEJB:: Core OpenEJB:: Assembly OpenEJB:: Connector OpenEJB:: WebAdmin
etc. etc.
[javac] Compiling 487 source files ..
and....Where're the errors?
how can the Maven console report be directed to an error log file to post here??
I don't see any Maven options to set an output file. Try copy and paste the relevant information or (if you're on Unix) redirect it using ">log.txt 2>&1".
I'm working on Windows, but can't imagine it without Cygwin. You may want to try it out, too.
Geronimo http://cvs.apache.org/dist/incubator/geronimo/
Apache Geronimo web site is http://geronimo.apache.org. Other sites worth to look at in "Overview" section.
Maven http://apache.mirrors.redwire.net/maven/binaries/maven-1.0-rc2.zip
http://maven.apache.org.
Incubator http://forrestbot.cocoondev.org/sites/incubator-site/projects/geronimo.html
Information there was replaced by http://geronimo.apache.org once Geronimo finished incubation. It's not a top level project (TLP) at Apache Software Foundation (ASF). More information at http://geronimo.apache.org.
Jacek
