This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Ant Task For Compiling Kawa-based Projects?
- From: "Jared D. Cottrell" <jcottr at gmail dot com>
- To: kawa at sources dot redhat dot com
- Date: Fri, 2 Dec 2005 18:30:36 -0800
- Subject: Ant Task For Compiling Kawa-based Projects?
Has anyone considered / written an Ant task for compiling a mixture of
Scheme and Java files without having to enumerate every single
dependency or supply a fixed build order?
The tricky part is, of course, the Scheme dependency analysis both
between Scheme source files and when referencing Scheme-sourced
classes from within a Java source file. But even if the task got
things mostly right and provided some hooks for providing guidance
when it got confused, it seems like such a feature would be useful to
many projects using Kawa.
Cheers!
Jared