Donate Share

IIOP.NET

Subscribe

IDLToCLSCompiler: process idl-subdirectories

  1. 2009-09-30 17:25:16 UTC

    Hi,

    I've a question regarding the IDLToCLSCompiler:

    If I want to process multiple .idl files I can provide a list of them as the last parameter in the IDLToCLSCompiler command line.

    If I have my .idl files flat (without using subdirectories) in a directory I can use the wildcard *.idl.

    My problem is that it's no longer possible to list all .idl files separately, because the command won't fit into the command line anymore (I don't know, I think the command might be longer than 32.000 characters).

    As I workaround I currently copy all my idl files additionally to the base folder for the IDLToCLSCompiler. Additionally, because if I just have them flat the compiler can't resolve the imports between the idls.

    Because it's not always sure that all source classes from which my .idl files are generated have unique names (same class name in different package/namespace) copying the files flat to a directory is an ugly workaround.

    So is it possible to use a wildcard for processing all .idl files in all subdirectories? I already tried //.idl and so on, but I didn't find a syntax that did what I expected.

    Thanks for help!

    Johann

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.