[Objectbridge-developers] ANT build scripts, CVS
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2000-12-09 21:40:41
|
Hi all, I got my CVS access working at last. I tried to get it running on a Win2000 box for 3 weeks without success. Finally I tried it under Linux: worked after 10 minutes ! Unfortunately I don't have a graphical CVS client at hand, so I have to make all cvs actions in a terminal :-# Do you know of any CVS gui-client fro GNOME or KDE ???? Once I got my CVS client running, I thought: "check in something useful": I took the ANT build scripts of the CASTOR project as a template for OJB. The result: a fairly complete build environment. To see it work, just: - check out (or update) the module objectbridge from CVS - run build[.sh] main - run build[.sh] examples - run example[.sh] <broker|proxies> remarks: - under Linux use the [.sh] scripts - the package ojb.server does not compile yet. this may lead to errors during build main. Just run "build[.sh] main" twice to get things working! Comments welcome, enJoy, Thomas |