Hi Johannes, I haven't managed to reproduce the bug. Perhaps the reason is your project configuration - please see my answer to Vlad in this thread.
-- Best regards, Eugene Zhuravlev JetBrains, Inc / IntelliJ Software, http://www.intellij.com "Develop with pleasure!" "Johannes Hubert" <[EMAIL PROTECTED]> wrote in message news:aekroo$dm1$[EMAIL PROTECTED]... > > 1. With multiple output paths: directories get improperly synchronized, > > for example: if the package "pack1.pack2.pack3" to be compiled separately > > into "dir1/dir2/" the resource directory "pack1.pack2.pack3.resources" > > will end up being copied to "dir1/dir2/pack2/pack3/resources" where > > should be "dir1/dir2/pack1/pack2/pack3/resources" > > +1 > > Synchronization between temporary compile output folder and actual output > paths does not work if there are errors during compilation. > Meaning: > I have a projects with lots of classes, in several folders. Some classes > contain errors but most are OK. Compiler is set to "compile to sources". I > do a "Rebuild project". The errors are reported in the output window. After > compile is completed, some *.class files in the output paths have not been > updated correctly (e.g. looks like they were not compiled), even for classes > that have *no* errors and that have *nothing* to do at all with the classes > that contain errors (e.g. no dependencies whatsoever). > Furthermore, if I look into the working folder of IntelliJ, whereto the > classes are originally compiled, I see that there the newly complied class > files actually *do* exists: They simply have not been copied to their > correct target folders (as per "Compile to sources" or "Compile to serveral > output paths" - both have the same problem). > > Johannes > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
