From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/rmic.xml | 55 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 10 deletions(-) (limited to 'src/engine/SCons/Tool/rmic.xml') diff --git a/src/engine/SCons/Tool/rmic.xml b/src/engine/SCons/Tool/rmic.xml index 198a88e..1c0d10b 100644 --- a/src/engine/SCons/Tool/rmic.xml +++ b/src/engine/SCons/Tool/rmic.xml @@ -1,26 +1,48 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &rmic; utility. + -RMIC -RMICFLAGS -RMICCOM -JAVACLASSSUFFIX +RMIC +RMICFLAGS +RMICCOM +JAVACLASSSUFFIX -RMICCOMSTR +RMICCOMSTR + Builds stub and skeleton class files for remote objects from Java .class files. @@ -31,7 +53,9 @@ The source can be the names of .class files, or the objects return from the &b-Java; builder method. + + If the construction variable &cv-link-JAVACLASSDIR; is set, either in the environment @@ -42,8 +66,9 @@ then the value of the variable will be stripped from the beginning of any .class file names. + - + classes = env.Java(target = 'classdir', source = 'src') env.RMIC(target = 'outdir1', source = classes) @@ -53,41 +78,51 @@ env.RMIC(target = 'outdir2', env.RMIC(target = 'outdir3', source = ['classes/foo.class', 'classes/bar.class'], JAVACLASSDIR = 'classes') - + + The Java RMI stub compiler. + + The command line used to compile stub and skeleton class files from Java classes that contain RMI implementations. Any options specified in the &cv-link-RMICFLAGS; construction variable are included on this command line. + + The string displayed when compiling stub and skeleton class files from Java classes that contain RMI implementations. If this is not set, then &cv-link-RMICCOM; (the command line) is displayed. + - + env = Environment(RMICCOMSTR = "Generating stub/skeleton class files $TARGETS from $SOURCES") - + + General options passed to the Java RMI stub compiler. + + + \ No newline at end of file -- cgit v1.2.3