[Opensource] CVS Expresso Framework Build fails
David Herron
davidh at 7gen.com
Tue Aug 20 12:57:47 PDT 2002
On Tue, 20 Aug 2002, Michael Rimov wrote:
> You need the CATALINA_HOME environment variable set up prior to executing
> the build script. You SHOULD be able to override with build.properties,
> but again, I haven't tested it. The ant build script will include in your
> classpath anything found in CATALINA_HOME/common/lib for starters.
This is a concern I had left over from my expresso/eforum build experience
over the weekend. As I said in the other email, I managed a successful
build that turned into a working setup on my home computer.
However ...
This requirement here requires that you have Tomcat installed on your
build machine. The build is relying on Tomcat-supplied versions of
whatever .jar's it's relying on (I haven't dug into what it's actually
trying to access).
The issue/concern is that I'm deploying to Resin. Resin provides much the
same .jar's and API support, but in a different directory structure. You
couldn't set CATALINA_HOME to point to Resin because of this. This means
you compile against Tomcat but deploy to Resin.
Is there an incompatibility issue here?
- David Herron
More information about the Opensource
mailing list