Hello Eugene, I've got the config as follows:
source dir: d:/folder/src/ package to be compiled separately: d:/folder/src/package/ package structure including the package name: package/subpackage1/subpackage2/subpackage3/*.java package/subpackage1/subpackage2/subpackage3/config/*.properties default output path: d:/folder/classes/ output path for THE package: d:/folder/tmp/ I was working with the IDE for some time before I read your reply. The first attempt to reproduce the bug failed due to the IDEA was just ignoring the changes in the output paths until I restarted it. After the restart the changes were noticed and the package was compiled as follows: d:/folder/tmp/package/subpackage1/subpackage2/subpackage3/*.class d:/folder/tmp/subpackage1/subpackage2/subpackage3/config/*.properties i.e. classes were placed properly whereas the structure for *.properties files was shifted one dir forward. #2 ----------------------------------------- Just after I finished with the probe #1 I returned pathes back to single and in Project Tree (mode "Sourcepath"), right-clicked source root and then chose compile "<default>" ... all exclusions was compiled :( I hope it helps. All the best, Vlad. -----Original Message----- From: "Eugene Zhuravlev" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 18 Jun 2002 17:47:20 +0400 Subject: [Eap-bugs] Re: A few things > Hello Vlad, > Please see my comments below: > > > 1. With multiple output paths: directories get improperly > synchronized, > > Please check your source paths configuration. A source path root > directory > should be the immediate parent directory for top-level packages. > In your example it looks like the source root is "src/pack1" instead of > "src" (provided your sources are stored in the directory "src") > > > 2. Exclude from compilation doesn't seem like working at all :( The > paths > > look like being ignored > > Could you please provide with details? (steps to reproduce) > > > 3. If ANT's task is set to be executed after compilation, the IDE > hangs > > after compilation (at least for me) > > This bug is already fixed in #630. > > > -- > > Best regards, > Eugene Zhuravlev > JetBrains, Inc / IntelliJ Software, http://www.intellij.com > "Develop with pleasure!" > > "Vlad Ilyushchenko" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]... > > Hello, > > > > I just joined this list so not intentionally I might repeat somebody > :( > > > > A few bugs in build 629: > > > > 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" > > > > 2. Exclude from compilation doesn't seem like working at all :( The > paths > > look like being ignored > > > > 3. If ANT's task is set to be executed after compilation, the IDE > hangs > > after compilation (at least for me) > > > > Regards, > > Vlad. > > > > > > > _______________________________________________ > Eap-bugs mailing list > [EMAIL PROTECTED] > http://lists.jetbrains.com/mailman/listinfo/eap-bugs _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
