diff --git a/htdocs/BuildSystems.html b/htdocs/BuildSystems.html index a129835..e4ba303 100644 --- a/htdocs/BuildSystems.html +++ b/htdocs/BuildSystems.html @@ -75,6 +75,9 @@
+ As of February 20, 2005, this document is probably still pretty much + up to date, but a couple of things need to be said or emphasized and + that will be done in this section. David Chandler added this + section quickly rather than integrating it seamlessly into the + document because he's pressed for time. +
++ The main thing to know is that we have nightly builds for the + 'Jskad' CVS module (which contains more than just Jskad) running on + UVA servers. (We have nightly builds for fieldling.sf.net too.) If you + break those builds, then our users won't be able to try the latest + versions of the software. +
+
+ Another thing to note is that you probably need to tell Ant to use
+ more memory than it does by default. If you ever get a
+ java.lang.OutOfMemory
, then try setting the environment
+ variable ANT_OPTS
to include -Xmx256m
(or
+ even 512).
+