ScriptCompiler croaks and dies on this, let's try Main. I think we're going to end up writing our own frontend for this compiler, these are all so broken. Witness the bizarre need to move the target file at the end here.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5064 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2008-05-09 15:57:05 +00:00
parent 97a09f82cb
commit 993ae240b3
+2 -5
View File
@@ -211,7 +211,7 @@
<!-- builds the bureau thane test client -->
<target name="bureau-compile-thane-client" depends="abclib"
description="Compiles the thane client for testing the bureau library">
<java classname="macromedia.asc.embedding.ScriptCompiler" fork="true" failonerror="true">
<java classname="macromedia.asc.embedding.Main" fork="true" failonerror="true">
<classpath>
<fileset dir="../lib" includes="asc.jar"/>
</classpath>
@@ -225,12 +225,9 @@
<arg value="../dist/naryalib.abc"/>
<arg value="-import"/>
<arg value="dist/testslib.abc"/>
<arg value="-outdir"/>
<arg value="${deploy.dir}/thane/"/>
<arg value="-out"/>
<arg value="main-bureau-client"/>
<arg value="src/as/com/threerings/bureau/client/TestClientMain.as"/>
</java>
<move file="src/as/com/threerings/bureau/client/TestClientMain.abc" todir="dist"/>
</target>
<!-- runs the thane test client -->