Hello all, This is slightly, off topic, but has anyone had any experience using error navigation in JDE when the actual source file is different than the file that gets compiled?
Due, to the amount of generated code in my build, I first copy all of the source into build/src, then produce the generated files also into build/src, and finally compile the generated and static source all at the same time. The unfortunate result is that, when a compilation error occurs, the reference in the compilation buffer is to the copy of the file, and not of the file itself. Has anyone had to deal with this in the past? cheers, Charles
