[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: Bootstrapping Eclipse

Hello Tim and please forgive my delay

Project configuration is just based on the pom's contents, although it is affected by any existing eclipse configuration.

I can not see a reason why it will not configure your project when using the same pom as the wicket archetype...

When creating an issue, if you could attach a zip/tgz of the project folder that is not working for you (sources are not needed) and also your configuration details (from the about box), that would be enough at the moment.

Thanks for the feedback!

Tim wrote:

I created the wicket project from the archtype and it converted it into a web project fine. This would lead me to believe that the problem is in my pom.xml. So I even tried coping and pasting the pom.xml from the wicket application to my war and it still would not build my ptoject as a a war. When I checkout my project from the repo there is no eclipse specific info and my directory structure is
/ProjectName/pom.xml
/ProjectName/src/main/java
/ProjectName/src/main/resources
/ProjectName/src/main/webapp/WEB-INF/web.xml


Is the build dependent on the directory structure? Does the .project file need to be there before I enable project dependency managment (is is not there now)? What information is needed about my setup when I open the bug?

Tim