Oleg Gusakov wrote:

If this file sits in the src/main/java/... package - it's one mouse click in Eclipse to open it. If I move it to src/main/resources/.. - it becomes a multi-click - one has to click as many times as there are members in the package name, because Eclipse does not respect "flatten packages" preference for "empty" packages, and folder without java files in it is treated as "empty". So it's 5-8 code clicks instead on one.

Hm, using either the hierarchical mode in combination with the "Fold empty packages" preference or the flat mode in the package explorer works for me with Eclipse 3.4.1.

From my experience for flattening to work properly, Eclipse needs to ignore the ".svn" directories as otherwise the directories don't look empty. Installing a SVN plugin like Subclipse seems to do this job (though I sometimes needed to close/re-open a project for the package explorer to get properly updated).


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to