source: trunk/abcl/netbeans-build.xml @ 14607

Last change on this file since 14607 was 14607, checked in by Mark Evenson, 9 years ago

build: ensure abcl-contrib.jar is created under Netbeans.

Loading still borked (q.v. what should SYS::FIND-SYSTEM-JAR do when
there is no `abcl.jar'?

File size: 563 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="antlib:org.apache.tools.ant"
3    name="abcl" default="default" basedir=".">
4
5<!-- XXX need way to autodetect NetBeans as installed, as this will
6     probably fail otherwise.  -->
7  <import file="nbproject/build-impl.xml"/>
8
9  <target name="-pre-compile" if="abcl.compile.lisp.skip">
10    <antcall target="abcl.copy.lisp"/>
11  </target>
12
13  <target name="-post-compile" unless="abcl.compile.lisp.skip">
14    <antcall target="abcl.compile.lisp" />
15    <antcall target="abcl-contrib.jar"/>
16  </target>
17</project>
18
Note: See TracBrowser for help on using the repository browser.