hi joseph,
first of all you should check this mailing list for an answer.
especially this thread: 
http://objectstyle.org/woproject/lists/woproject-dev/2004/07/0039.html
if this doesn't help, check out wolips from cvs using
cvs -z3 -d:pserver:anonymou..vs.sourceforge.net:/cvsroot/woproject co 
-r eclipse_3_0_0 woproject
or something similar.
download and install ant, simply extract it to your home directory or 
to /usr/local/ant if you have the permissions.
finally, set some environment variables by adding these lines
export ANT_HOME=/Users/till/ant
export JAVA_HOME=/Library/Java/Home
export PATH=${PATH}:${ANT_HOME}/bin
to your    ".profile"   . then, cd to the woproject/project directory 
you checked out from cvs,
create & edit the    "build.properties"   file, add the line
eclipse.home=/Users/till/eclipse
of course, you'll have to modify some dirs in this little tutorial ;)
then - you're still in the woproject/projects directory, aren't you ? - 
simply type
ant
and then, depending on your machine speed, get a coffee ;) , it takes 
00:02:34 on my 1ghz-emac.
kind regards
till heikamp
This archive was generated by hypermail 2.0.0 : Thu Jul 15 2004 - 05:25:40 EDT