From 026aa9e1663c8c261030816cb931400649436b09 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Nov 2010 00:56:09 +0000 Subject: [PATCH] I'm not sure the asdoc build has worked in recent years, but this gets it closer to working. Firstly, we need to not skip the asdoc build if the aslib build happens to have generated an up to date .swc. Second, asdoc needs to know about our library dependencies. Third, we need not to tell it to look for sources in the non-existent src/player directory. It's still failing, claiming: [java]src/as/com/threerings/presents/util/SafeObjectManager.as(30): col: 37 Error: Definition com.threerings.presents.dobj:SubscriberAdapter could not be found. [java] [java] import com.threerings.presents.dobj.SubscriberAdapter; which is nonsensical. If it can find SafeObjectManager to try to generate documentation for it, then it can damned well find SubscriberAdapter which is also part of this project. SubscriberAdapter depends on no other classes itself, so it can't be a problem with a dependency of SubscriberAdapter. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6279 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 08d1dacad..5566dece8 100644 --- a/build.xml +++ b/build.xml @@ -103,17 +103,18 @@ - + - - - - - + + + + + + - @@ -157,8 +158,8 @@ + -