Hello,
I have two modules - Module A and Module B. Module A imports some types from Module B. When I run the command line to generate Java code, it fails to generate code for Module A as the compiler complains that it cannot resolve some types which are supposed to be imported from Module B. I noticed that the compiler actually processes the files in alphabetically ascending order of the filename. If I restructure my modules so that Module B imports types from Module A, then, there is no issue generating source code as Module B is compiled after Module A.
Is there a way to specify the order of ASN.1 files to be compiled?
Thank you.
Regards,
Koon Sang