RE: Compiling from sources

2003-03-12 Thread Shapira, Yoav

Howdy,
A couple of days ago I was setting up a new environment for a friend,
and followed these instructions to the letter without a problem at all:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Joseph Hindin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 11:04 AM
To: [EMAIL PROTECTED]
Subject: Compiling from sources

 For a couple of days I am trying to compile tomcat v4 from
sources.
Unfortunately, the experience is not very encouraging.
As a first step, I've tried to compile stable version by
downloading
source code tarball. The tarball uses several Jakarta projects.
build.xml files for the subprojects are completely inconsistent, so it
took more than a day to get all subprojects, related technologies, etc.
At the end, the tarball approach failed, as connectors version required
functionality not available in modeler tarball (
Registry.registerComponent was missing ).
 Now I am trying to compile tomcat using CVS. Tomcat
build.properties doesn't fit CVS tree structure; several projects from
commons don't fit, too.
Am I doing something wrong?

--
Joseph Hindin, Technical Account Manager
[EMAIL PROTECTED], mobile phone +972-(0)52-905597
phone +972-(0)9-9567369x118, fax +972-(0)9-9567364
11 Galgalei HaPlada, POB 12722, Herzliya, Israel, 46733



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Compiling from sources

2003-03-12 Thread Keith Wannamaker
Hi Joseph,

Try checking out jakarta-tomcat-4.0 and jakarta-tomcat-connectors
with tag TOMCAT_4_1_22 or TOMCAT_4_1_18.  The failure is due to a
recent checkin that broke the build.  If you extract the fifteen or
so project dependencies into one separate dir, then point your 
build.properties to that dir, it is pretty good about picking them up.
Just step through build.properties and tweak a few version numbers here 
and there.  At any rate, the break of head will not last long.

Keith

| -Original Message-
| From: Joseph Hindin [mailto:[EMAIL PROTECTED]
| Sent: Wednesday, March 12, 2003 11:04 AM
| To: [EMAIL PROTECTED]
| Subject: Compiling from sources
| 
| 
|  For a couple of days I am trying to compile tomcat v4 from sources. 
| Unfortunately, the experience is not very encouraging.
| As a first step, I've tried to compile stable version by downloading 
| source code tarball. The tarball uses several Jakarta projects. 
| build.xml files for the subprojects are completely inconsistent, so it 
| took more than a day to get all subprojects, related technologies, etc. 
| At the end, the tarball approach failed, as connectors version required 
| functionality not available in modeler tarball ( 
| Registry.registerComponent was missing ).
|  Now I am trying to compile tomcat using CVS. Tomcat 
| build.properties doesn't fit CVS tree structure; several projects from 
| commons don't fit, too.
| Am I doing something wrong?
| 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]