I'm trying to use the Eclipse plugin Import... > Source Code from OLL command to import a CS10 ospace into CS16. This worked fine with CS10.5.
However, it seems CS16 places all .os files into a single directory/package (i.e., things are no longer automatically grouped by package). This causes errors when multiple .os files have the same name. If the filenames match case-sensitive then one overwrites the other. If the filenames match case-insensitive then Eclipse throws an error and something like the following is written to the log:
!MESSAGE A resource exists with a different case: '/cs16projects/srcmodules/importtest/IMPORTTEST/MyNodeType.os'.
Is this a known bug? Any workarounds beside importing first into CS10.5 and then CS16?