Author: david.lloyd(a)jboss.com
Date: 2008-12-16 19:09:33 -0500 (Tue, 16 Dec 2008)
New Revision: 4759
Modified:
remoting3/trunk/build.xml
Log:
Fix samples classpath
Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml 2008-12-16 23:39:37 UTC (rev 4758)
+++ remoting3/trunk/build.xml 2008-12-17 00:09:33 UTC (rev 4759)
@@ -804,7 +804,10 @@
debug="true">
<compilerarg value="-Xlint:unchecked"/>
<classpath>
+ <pathelement location="${lib.marshalling-api.local}"/>
+ <pathelement location="${lib.river.local}"/>
<path refid="api.classpath"/>
+ <path refid="protocol.multiplex.classpath"/>
<path refid="standalone.classpath"/>
</classpath>
</javac>
@@ -815,7 +818,7 @@
<delete dir="samples/target"/>
</target>
- <target name="samples" description="Build the samples module"
depends="api,standalone,samples.compile">
+ <target name="samples" description="Build the samples module"
depends="lib.marshalling-api,lib.river,api,protocol.multiplex,standalone,samples.compile">
<path id="samples.classpath">
<pathelement location="samples/target/main/classes"/>
</path>