[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Eclipse



Grzegorz B. Prokopski wrote:
We have daily SVN (Subversion) snapshots and publicly accessible
Subversion repository.

See http://sablevm-shot.dyndns.org/ for snapshots and INSTALL.txt

The machine died, so *.tar.gz snapshots will be unavailable for a
short while (a day or two), but everything is not lost,  if you want
a snapshot.

Simply "apt-get install subversion", then you can get snapshots of
"staging" code with:

$ svn co svn://svn.sablevm.org/sablevm/trunk/staging sablevm
$ svn co svn://svn.sablevm.org/sablevm-classpath/trunk/staging sablevm-classpath
$ cd sablevm
$ ./autogen.sh
$ cd ../sablevm-staging
$ ./autogen.sh
$ cd ..

That's it.  From there, if you want to build sablevm, you can follow
David Belanger's instructions in:
 http://sourceforge.net/mailarchive/forum.php?thread_id=3519087&forum_id=4154

Note that to get David's build_classpath script, you should type the
following:

$ svn cat svn://svn.sablevm.org/developers/belanger/sandbox/sablejit-classpath/bin/build_classpath > build_classpath
$ chmod u+x build_classpath

If you modify sablevm or sablevm-classpath, you can extract a patch
file by doing the following:

$ svn info
## please include the output of "svn info" in your message to the
## sablevm-devel mailing list.
$ svn diff > patchfile
## attach patchfile to your message to the mailing-list

Have fun!

Etienne

--
Etienne M. Gagnon, Ph.D.             http://www.info.uqam.ca/~egagnon/
SableVM:                                       http://www.sablevm.org/
SableCC:                                       http://www.sablecc.org/



Reply to: