aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io
diff options
context:
space:
mode:
authorMichael Koch <mkoch@gcc.gnu.org>2003-09-18 05:51:50 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-09-18 05:51:50 +0000
commit1216e03b302ecee57ff9dfd7ba89d6f31c79f666 (patch)
treec58420be4f99acca513d1dd1c884e775323b87f3 /libjava/java/io
parentfeb297fe3be5cc9a64e281b2f02db9805c14d58a (diff)
downloadgcc-1216e03b302ecee57ff9dfd7ba89d6f31c79f666.zip
gcc-1216e03b302ecee57ff9dfd7ba89d6f31c79f666.tar.gz
gcc-1216e03b302ecee57ff9dfd7ba89d6f31c79f666.tar.bz2
[multiple changes]
2003-09-18 Dalibor Topic <robilad@kaffe.org> * gnu/java/rmi/rmic/Compile_gcj.java (COMPILER_ARGS): New private constant. (computeArguments): use computeTypicalArguments. * gnu/java/rmi/rmic/Makefile.am (EXTRA_DIST): Add Compile_kjc.java, Compile_jikes.java and RMICException.java. * gnu/java/rmi/rmic/Compile_kjc.java: New file. * gnu/java/rmi/rmic/Compile_jikes.java: Likewise. * gnu/java/rmi/rmic/RMICException.java: Likewise. * gnu/java/rmi/rmic/Compiler.java (getDestination): New method. * gnu/java/rmi/rmic/CompilerProcess.java: Import java.io.InputStream. (computeTypicalArguments): New method. (compile): Print compiler output to System.out. Collect compiler error output and use it in exception message. * gnu/java/rmi/rmic/RMIC.java: Import java.util.Set. (destination): Initialize to null. (run): Replace file separator with '.' when processing class. (processClass): Replace '.' with file separator when compiling classes. (findClass): Use SystemClassLoader to load class. (generateStub): Use full class name for generated stub, that puts it in right path. Replace '.' with file separator when generating stub file name. Write just the stub class name without package information as class name, and constructor name. Write only interface names for interfaces extending java.rmi.Remote as implemented. (generateSkel): Use full class name for generated skel, that puts it in right path. Replace '.' with file separator when generating stub file name. Write just the stub class name without package information as class name. 2003-09-18 Michael Koch <konqueror@gmx.de> * Makefile.am (rmi_java_source_files): Added gnu/java/rmi/rmic/Compile_kjc.java, gnu/java/rmi/rmic/Compile_jikes.java and gnu/java/rmi/rmic/RMICException.java * Makefile.in: Regenerated. From-SVN: r71506
Diffstat (limited to 'libjava/java/io')
0 files changed, 0 insertions, 0 deletions