source: trunk/abcl/examples/java-interface/build.xml

Last change on this file was 13186, checked in by Mark Evenson, 13 years ago

Add a slightly simpler example of implemeting a Java interface in Lisp.

TODO Needs further documentation.

File size: 369 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="antlib:org.apache.tools.ant"
3         default="compile">
4
5<!--
6    XXX not working
7  <import file="../../build.xml"/>
8 
9  <target name="compile" depends="abcl-master.abcl.jar"
10-->
11  <target name="compile">
12    <javac 
13        classpath="../../dist/abcl.jar"
14        srcdir=".">
15    </javac>
16  </target>
17</project>
Note: See TracBrowser for help on using the repository browser.