annotate modules/javaexec @ 17267:ee4cb5937493

unicodeio: depend on stdio, not ignore-value * lib/unicodeio.c: Do not include ignore-value.h. (fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite. * modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 04 Jan 2013 01:55:52 +0000
parents f0a681493fa6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Execute a Java program.
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/javaexec.h
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/javaexec.c
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdbool
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 execute
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 classpath
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 xsetenv
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 sh-quote
10391
f0a681493fa6 New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents: 9363
diff changeset
14 xconcat-filename
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 xalloc
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8251
diff changeset
16 xmalloca
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 error
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5624
diff changeset
18 gettext-h
7886
76f9d13945cd 2007-01-16 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini <bonzini@gnu.org>
parents: 7084
diff changeset
19 javaexec-script
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 configure.ac:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Makefile.am:
9363
4d4d1419d4ab Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
Bruno Haible <bruno@clisp.org>
parents: 8948
diff changeset
24 DEFS += -DEXEEXT=\"@EXEEXT@\"
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 lib_SOURCES += javaexec.h javaexec.c
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 "javaexec.h"
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 GPL
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Maintainer:
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Bruno Haible
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35