Title: Output path reset as IDEA start if it doesn't exist

If I delete a project output path (I often do that to cleanup my environment) and then launch IDEA, the output path is reset in my project... IDEA should rather create it (like JBuilder) or at least it should not reset it.

My output path is two levels deep (/build/classes) and my whole build structure look like this (I use Ant to recreate it):

/build
    /classes
    /release
    /tests

So, if forget to run the Ant script before launching IDEA in a clean environment, I have to reenter the output path in my project... This is annoying when you do this several times in a day and that your project is read-only...

Manuel

P.S.: I posted a similar message in the feature list that took a totally different direction on code analysis. I realized this list seems to be more appropriate...

Reply via email to