[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] yet another java interface + spiffy update
From: |
Graham Fawcett |
Subject: |
Re: [Chicken-users] yet another java interface + spiffy update |
Date: |
Fri, 10 Mar 2006 10:25:14 -0500 |
On 3/10/06, felix winkelmann <address@hidden> wrote:
> On 3/9/06, Graham Fawcett <address@hidden> wrote:
> > On 3/8/06, felix winkelmann <address@hidden> wrote:
> > > Hello!
> > >
> > > Another java-interface called "javahack" is now available as an egg.
> > > It works by running jscheme (the java-based Scheme interpreter)
> > > in a subprocess and exchanging s-exprs via std I/O.
> >
> > There seems to be a file missing (doc.scm) from the egg.
>
> The .html should be included. My current policy is not to include
> the doc.scm, as it is mostly used when developing. If you think this
> is bad and the doc.scm should be included, we can change that
> policy, of course.
No, that's fine. It's just that the setup file had a dependency on
doc.scm -- as written, chicken-setup couldn't complete the build. It
was easy to comment out the dependency and rebuild, but perhaps the
(doc.scm -> html) task could be made conditional upon the existence of
doc.scm?
Graham