On 8/16/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
I thought that the snapshot version of the eclipse:eclipse plugin had the functionality to do this for me, but it is not working how I expect. I assume I am doing something wrong. Should mvn eclipse:eclipse at the project root do what I expect?
With the help of Nicolas' mail, these are the steps. Checkout your project root. Run mvn -DuseProjectReferences=false eclipse:eclipse at the project root. (I recommend not using project references so that you get repository copies and only when you need to work on related projects that you are changing sources files for at the same time to switch to project references) Rename the ROOT/.project file to something else File -> Import -> General -> Existing Projects and browse to your workspace and the project root. Because there is no .project file eclipse will show all the subprojects as being available. Select them and click ok. Now rename the ROOT/.project file back. Press F5 to refresh your Navigator view. You should have all your projects links up hierarchically! Weeeeee --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
