commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog gnu/java/rmi/rmic/Compile...


From: Mark Wielaard
Subject: classpath ./ChangeLog gnu/java/rmi/rmic/Compile...
Date: Fri, 29 Aug 2003 17:32:31 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Mark Wielaard <address@hidden>  03/08/29 17:32:31

Modified files:
        .              : ChangeLog 
        gnu/java/rmi/rmic: Compile_gcj.java Compiler.java 
                           CompilerProcess.java Makefile.am RMIC.java 
Added files:
        gnu/java/rmi/rmic: Compile_jikes.java Compile_kjc.java 
                           RMICException.java 

Log message:
        2003-08-29  Dalibor Topic  <address@hidden>
        
        * 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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.1412&tr2=1.1413&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/Compile_jikes.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/Compile_kjc.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/RMICException.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/Compile_gcj.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/Compiler.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/CompilerProcess.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/Makefile.am.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/rmi/rmic/RMIC.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]