Re: Bug 148 (Was: SableVM SDK for the Java programming language 1.12-pre4 with bugfixes)
"Grzegorz B. Prokopski" <[email protected]> Mon, 04 Jul 2005 18:29:42 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Organization | Debian http://www.debian.org - The Free Operating System |
| Message-ID | <[email protected]> |
On Mon, 2005-04-07 at 12:32 -0400, Etienne Gagnon wrote: > Why does a build script try to run SableVM before the end of > installation? It would makes sense for something like "make distcheck", > but why is it required for something like "make install"? > > Probably I am missing something important here... I didn't try to build > it. :-) Both gjdoc and cp-tools check for 'java' availability. But actually only gjdoc contains a single call: java-live -classpath /usr/share/java/antlr.jar antlr.Tool -o gnu/classpath/tools/gjdoc/expr ../gjdoc/src/gnu/classpath/tools/gjdoc/expr/java-expression.g It might actually make sense to generate these data with antl at 'dist' time and store the result. This way we'll require a working 'java' at 'dist' time (nothing too bad with it) but this will simplify the build process. GBP -- Grzegorz B. Prokopski <[email protected]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org