[1874] in Moira
building webmoira
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Oct 9 10:31:43 2001
Message-Id: <200110091431.KAA11686@brad-majors.mit.edu>
To: moiradev@MIT.EDU
Date: Tue, 09 Oct 2001 10:31:42 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
This message is intended more for posterity than because I
expect anyone to need to build webmoira anytime soon. As of the code I
just checked in the webmoira dir in the moira tree will build reasonably
simply on all Solaris, Linux, and Irix.
webmoira/Makefile will only be generated if you've run
configure with the "--with-java/path/to/java" option, or if you've set
$JAVA_HOME in your environment to the same path. We also need classes
from a .jar file that aren't installed in any of the java lockers; I've
stashed them in the moiradev locker. klassmaster is there, so there's
precedent.
Sample build session:
attach moiradev source
add java_v1.3.1
export JAVA_HOME=/mit/java_v1.3.1
cd /path/to/moira/source
/mit/source/packs/build/do.sh dist
/mit/source/packs/build/do.sh prepare
/mit/source/packs/build/do.sh all
Enjoy.
Garry