This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]