Commit Graph

70 Commits

Author SHA1 Message Date
Michael Bayne 26abce367c Moved src/as and src/ms into src/main along with their java brethren.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1091 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-23 19:35:01 +00:00
Michael Bayne de1d4fe492 Obtain as3isolib-f9 from ooo-maven as well.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1090 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-19 23:06:26 +00:00
Michael Bayne f7ae2407f2 All of our depends now come from Maven.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1078 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-19 00:11:43 +00:00
Michael Bayne 2ae0c8f7b1 We need the OOO repository to obtain snapshot revisions. Also added LWJGL
repository (maintained by yours truly) for LWJGL jars.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1077 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 23:38:26 +00:00
Michael Bayne 0b47a10c5d Now that third parties can actually build our ActionScript code, let's let them know how to do it.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1076 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 21:17:54 +00:00
Michael Bayne 0be3c77831 Also publish our ActionScript artifacts.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1075 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 21:05:37 +00:00
Michael Bayne a9ae743bea Obtain ActionScript dependencies via Maven (except as3isolib who don't even
want to publish a swc let alone a Maven artifact).


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1074 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 21:03:15 +00:00
Michael Bayne 174e97c9ad Build a unified jar file as well as our myriad wee ones.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1071 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 05:51:55 +00:00
Michael Bayne 28441b6246 Added maven-deploy target, cleaned up some old cruft.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1070 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 05:49:47 +00:00
Michael Bayne 3cc46b73f6 Finished wired up Maven build. Still no LWJGL, but we'll sort that out later.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1069 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-18 04:24:03 +00:00
Michael Bayne 63de3272d3 Similar asdoc fixes here, similarly in vain. Here we get a similarly
nonsensical failure:

   [java] src/as/com/threerings/miso/client/SceneBlock.as(36): col: 34 Error: Definition com.threerings.media.tile:Colorizer could not be found.
   [java] 
   [java] import com.threerings.media.tile.Colorizer;

SceneBlock and Colorizer are both files in this project.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1068 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-17 00:59:00 +00:00
Michael Bayne 75f14fe4c3 This might come in the form of a Maven dependency, so allow fow that.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1066 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-16 23:10:17 +00:00
Michael Bayne 310ff1e3ba Moved CastUtil into tests, since it's test code. Added missing depend to
miso-viewer build target.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1062 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 22:16:01 +00:00
Michael Bayne 26d4b72520 Added an example colorization configuration, wired it into the Miso scene
viewer, so now we have colorized pirates walking around the scene instead of
weird red/purple ones.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1060 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 22:04:22 +00:00
Michael Bayne d2cc2c9331 Nixed distrib and snapshot targets. Added descriptions to all targets meant to
be run from the command line.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1059 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 21:40:48 +00:00
Michael Bayne e503c8c11b Missed a spot.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1058 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 21:27:52 +00:00
Michael Bayne 445b4d4dbd Nixed remaining test cruft. Added "ant miso-viewer" target which runs the miso
scene viewer.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1056 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 21:13:17 +00:00
Michael Bayne 906f69a392 Making tests work again. Next up will be fixing test failures. (Actually next
up will be making the tests actually test something, and then fixing that when
they break.)


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1050 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 19:44:11 +00:00
Michael Bayne 63a26726d1 Switched (partially) to Maven-based dependency resolution. Further work
forthcoming to fix up the tests.

Peskily, it looks like I'm going to have to take one for the team and become
the maintainer of a Maven artifact for LWJGL. In spite of repeated requests
over the years for Mavenized artifacts for LWJGL, Mazon resists it (he seems to
think he has to use Maven to *build* LWJGL, which he certainly need not do).
There have been a variety of half-assed attempts to maintain third-party Maven
repositories, all of which have petered out a major version or two ago.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1045 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-11-08 18:51:32 +00:00
Michael Bayne 12ba2038b2 Get our tools from narya.jar and its dependencies. Moved src/java into
src/main/java. Prepared to move tests out into main project.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1040 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-24 02:21:32 +00:00
Michael Bayne 0412850797 Depend on preptools instead of DingIY.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1037 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-22 19:21:25 +00:00
Michael Bayne 64fe2ea656 JME is kind of an evolutionary dead end, so we're going to move all the JME
code into the Bang project directly so as to confine the dependencies on JME
libraries to the only thing that will ever need them.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1035 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-22 16:50:32 +00:00
Michael Bayne ab50182dcc We're going to need to publish this code somewhere.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1026 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-14 18:13:47 +00:00
Michael Bayne b740b66d0a Fix typo.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1019 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-14 01:03:46 +00:00
Michael Bayne 6c9e1243ab Get tools from narya-tools-full, but keep it out of our normal classpath.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1018 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-10-14 01:00:19 +00:00
Dave Hoover 4438b25d98 Fix syntax
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@925 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-06-11 22:57:10 +00:00
Mike Thomas 3865b20070 Bring the genascript ant target from narya/vilya to nenya.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@921 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-06-08 01:38:34 +00:00
Michael Bayne 04f4488f55 Make the "tests" target actually work (and run the tests). But we'll not run
the tests on every "dist" build, we'll just stick with the current behavior of
only compiling the tests (to make sure they don't rot). In a better world
ooo-libs would have a testall target which runs the tests on all the projects
it builds, so that we actually got the benefit of the few unit tests we have.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@909 ed5b42cb-e716-0410-a449-f6a68f950b19
2010-04-05 01:35:58 +00:00
Michael Bayne a11f840d85 Nix spurious comment.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@837 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-07-12 22:25:43 +00:00
Michael Bayne a1b03fc7b6 Use narya-tools.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@836 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-07-12 22:25:28 +00:00
Michael Bayne ce1ef809a9 Oops. Can't do that.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@811 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-04-17 22:57:56 +00:00
Michael Bayne 06b892bbff Allow 1.6 source but continue to target 1.5 bytecode.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@810 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-04-17 22:49:34 +00:00
Michael Bayne 126e58ac11 No longer need this platform hackery.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@799 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-03-31 01:37:02 +00:00
Michael Bayne 09ae3c617d Added asdoc target.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@798 ed5b42cb-e716-0410-a449-f6a68f950b19
2009-03-30 23:09:49 +00:00
Par Winzell 7ae34a5683 This has been misnamed for quite a while and nobody ever noticed... which presumably means this is a rather unimportant fix.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@533 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-06-10 15:47:55 +00:00
Charlie Groves 551475ce8d Don't include the source for native libs in the jar
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@496 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-05-19 20:56:42 +00:00
Michael Bayne d1d75cb263 Call the Flash libraries {library}lib.swc to match the pattern of flexlib.swc
and also to make the Maven artifact not look like a meta-artifact that brings
in all Narya/Nenya/Vilya dependencies.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@419 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-02-18 19:12:32 +00:00
Michael Bayne ffde63b3a5 Build a Flash library like we build Java libraries. Tidied up some other bits
along the way.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@418 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-02-18 18:34:36 +00:00
Michael Bayne 73780534c3 Only build our native bits on "unix" operating systems.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@387 ed5b42cb-e716-0410-a449-f6a68f950b19
2008-01-08 22:25:22 +00:00
Michael Bayne 3ea4b8b42e Don't need net or dobj.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@344 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-13 02:36:34 +00:00
Mike Thomas 75152bf968 We should process the nenya classes like the narya classes so that they have proper writeObject/readObject functions and we can read/write to the non-public members properly during streaming.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@341 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-13 00:43:05 +00:00
Michael Bayne 2cdb65e32e More comment fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@340 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:44:48 +00:00
Michael Bayne 6f93ee545b Formatting fiddling.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@339 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:44:07 +00:00
Michael Bayne d00e7b1873 Fix target comment.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@338 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:43:27 +00:00
Michael Bayne 93e28d42a6 Let's just install rather than build and install here as well.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@337 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-11-10 19:43:07 +00:00
Michael Bayne 7ac169ad97 Target 1.5 when building.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@319 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-10-30 06:20:13 +00:00
Jonathan Le Plastrier 9ba5a61ab0 Have distclean just call what it needs in common-clean
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@279 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-07-28 04:15:13 +00:00
Michael Bayne 72d93f6bd9 One more for the Gipper.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@278 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-07-25 21:47:15 +00:00
Jonathan Le Plastrier 9412b19145 Fix the docs link and add a link to narya.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@255 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-05-30 22:27:02 +00:00
Jonathan Le Plastrier b2cec8efc3 On second thought, we'll take care of calling javadoc first.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@122 ed5b42cb-e716-0410-a449-f6a68f950b19
2007-01-24 02:44:32 +00:00