Author: nextgens
Date: 2005-12-21 01:10:28 +0000 (Wed, 21 Dec 2005)
New Revision: 7729
Modified:
branches/freenet-freejvms/build.xml
Log:
Added a new ant build script into the -freejvms branch ... It\'s notdebug1:
client_input_channel_req: channel 0 rtype exit-status reply 0rking copy before
committing
Modified: branches/freenet-freejvms/build.xml
===================================================================
--- branches/freenet-freejvms/build.xml 2005-12-20 23:49:06 UTC (rev 7728)
+++ branches/freenet-freejvms/build.xml 2005-12-21 01:10:28 UTC (rev 7729)
@@ -20,18 +20,20 @@
<!-- FIXME: remove the debug and replace with optimize -->
<javac srcdir="${src}" destdir="${build}" source="1.4" debug="on"
optimize="on">
- <compilerarg value="-Xlint"/>
<classpath>
<pathelement location="freenet-ext.jar"/>
+ <pathelement location="gnu-crypto-der.jar"/>
+ <pathelement location="gnu-crypto.jar"/>
</classpath>
<!-- following a very temporary list of files to be build -->
+ <include name="*.class"/>
<include name="org/**/*.java"/>
<include name="com/**/*.java"/>
- <include name="*/**/*.class"/>
<include name="freenet/**/*.java"/>
- <include name="gnu/**/*.java"/>
<include name="net/i2p/util/*.java"/>
+ <include name="gnu/crypto/hash/*" />
<exclude name="org/**/MersenneTwisterTest.java"/>
+ <exclude name="gnu/crypto/" />
</javac>
</target>