|
|
@@ -108,6 +108,7 @@ public class Rmic extends MatchingTask { |
|
|
|
private String iiopopts; |
|
|
|
private boolean idl = false; |
|
|
|
private String idlopts; |
|
|
|
private boolean debug = false; |
|
|
|
|
|
|
|
private Vector compileList = new Vector(); |
|
|
|
|
|
|
@@ -133,6 +134,10 @@ public class Rmic extends MatchingTask { |
|
|
|
filtering = filter; |
|
|
|
} |
|
|
|
|
|
|
|
public void setDebug(boolean debug) { |
|
|
|
this.debug = debug; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Set the classpath to be used for this compilation. |
|
|
|
*/ |
|
|
@@ -273,6 +278,9 @@ public class Rmic extends MatchingTask { |
|
|
|
if( idlopts != null ) |
|
|
|
cmd.createArgument().setValue(idlopts); |
|
|
|
} |
|
|
|
if( debug ) { |
|
|
|
cmd.createArgument().setValue("-g"); |
|
|
|
} |
|
|
|
|
|
|
|
int fileCount = compileList.size(); |
|
|
|
if (fileCount > 0) { |
|
|
|