222 Commits

Author SHA1 Message Date
Michael Bayne 4054c0beea Added "savedoc" target which builds the javadocs and stuffs them into
docs/api so that they're not blown away next time someone does an ant
clean.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1266 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-04-17 16:08:37 +00:00
Michael Bayne 5e5f871f58 Allow overriding build properties in build.properties.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1094 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-03-06 20:26:24 +00:00
Michael Bayne ae68989fb3 No more dist.home.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1072 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-26 03:09:48 +00:00
Michael Bayne f28a0b8c7a Added target for generating distributed object source files from
abbreviated definitions.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@967 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-08 23:09:33 +00:00
Michael Bayne 4575bbcf13 We can safely switch to destfile because we're using our own build of ant.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@936 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-05 21:41:17 +00:00
Michael Bayne 30dab8586f Use the JAVA_LIBS environment variable to determine where our common java
libraries are to be found.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@860 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-01-16 02:57:19 +00:00
Michael Bayne d75a1d956e Don't include bundle data in class jar file. Added another visualization
target.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@832 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-12-18 09:27:37 +00:00
Michael Bayne b36362c966 Extracted classpath into its own deal; added a target for generating a
viztool visualization.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@732 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-12-04 01:12:02 +00:00
Michael Bayne 396e1dd3c3 Added <?xml?> header to make things propah.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@636 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-22 05:05:57 +00:00
Michael Bayne d1b70f964b Extracted optimization flag into a build parameter for easy fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@632 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-21 02:39:51 +00:00
Michael Bayne 0eb01dae9f 1.4 javadoc insists on having this parameter otherwise it warns you every
time it makes an intelligent choice about where to break sentences.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@622 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-18 04:26:08 +00:00
Michael Bayne 3154885777 Copy in images that may be provided to go along with javadoc documentation
(either package or class documentation).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@616 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-13 00:10:49 +00:00
Michael Bayne b1748332f5 OptimizeIt!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@614 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-10 00:39:39 +00:00
Michael Bayne 0b5d51a80c Small modifications. Need to update this with the latest template.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@607 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-08 03:02:41 +00:00
Michael Bayne 3c203cccd7 Changed project name to Narya.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@429 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-10-11 03:11:27 +00:00
Michael Bayne fda93f4445 Use file= rather than jarfile=.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@343 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-09-21 00:21:55 +00:00
Michael Bayne 9f620978e5 Added dist to the all target.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@259 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-08-15 18:40:58 +00:00
Michael Bayne e64de857ab Build javadocs on com.threerings.*
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@125 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-07-25 17:58:54 +00:00
Michael Bayne fe259c80ea Do the right thing with the rsrc directory.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@46 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-07-12 22:51:33 +00:00
Michael Bayne 63f4cc115b Copy properties files from the source code directory into the target
classes directory so that they are available for the config system.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@41 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-07-12 02:49:08 +00:00
Michael Bayne f6be4c148d Fixed up the classpath for javadoc generation. Need to extract the
classpath into a separate entity and refer to it by name because it's used
both to generate javadoc and build java files but am too lazy to look up
how to do that presently.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@10 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-05-30 23:51:01 +00:00
Michael Bayne 40ecd80e09 Initial revision of cocktail multiplayer networked gaming platform. (Far
from complete.)


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-05-22 06:08:00 +00:00