We need classpathref declarations here as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3243 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-11-26 23:13:42 +00:00
parent 40b2a587c3
commit 7108e6e147
+3 -2
View File
@@ -32,7 +32,8 @@
service declarations -->
<target name="genservice">
<taskdef name="service"
classname="com.threerings.presents.tools.GenServiceTask"/>
classname="com.threerings.presents.tools.GenServiceTask"
classpathref="classpath"/>
<!-- make sure the service class files are all compiled -->
<javac srcdir="src/java" destdir="${classes.dir}"
debug="on" optimize="${build.optimize}" deprecation="on">
@@ -41,7 +42,7 @@
<exclude name="**/InvocationService.java"/>
</javac>
<!-- now generate the associated files -->
<service header="lib/SOURCE_HEADER">
<service header="lib/SOURCE_HEADER" classpathref="classpath">
<fileset dir="src/java" includes="**/*Service.java"
excludes="**/InvocationService.java"/>
</service>