[ http://jira.codehaus.org/browse/MECLIPSE-47?page=comments#action_54697 ]
Stéphane Toussaint commented on MECLIPSE-47: -------------------------------------------- After reading this thread, I try to test the svn version with a fresh install of WTP 1.0 (wtp-all-in-one-sdk-1.0-win32.zip). After building a project with mvn eclipse:eclipse, this is what I find in eclipse log : !SESSION 2006-01-02 17:26:23.609 ----------------------------------------------- eclipse.buildId=M20050929-0840 java.version=1.5.0_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.core.resources 2 1 2006-01-02 17:26:33.222 !MESSAGE Skipping builder org.eclipse.wst.common.modulecore.ComponentStructuralBuilder for project atoutfiat. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled. !ENTRY org.eclipse.core.resources 2 1 2006-01-02 17:26:33.383 !MESSAGE Skipping builder org.eclipse.wst.common.modulecore.ComponentStructuralBuilderDependencyResolver for project atoutfiat. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled. modulecore.ComponentStructuralBuilder* aren't found any more, Comparing org.eclipse.wst.common.modulecore_0.7.0 and org.eclipse.wst.common.modulecore_1.0.0. Is it a real problem ? Is it directly the fact of recent changes in maven-eclipse-plugin ? > Planning support for wtp 1.0 > ---------------------------- > > Key: MECLIPSE-47 > URL: http://jira.codehaus.org/browse/MECLIPSE-47 > Project: Maven 2.x Eclipse Plugin > Type: Bug > Versions: 2.0 > Reporter: fabrizio giustina > Priority: Minor > Attachments: MECLIPSE-47.patch > > > while approaching the 1.0 release WTP changed completely the project > descriptors for modules. > The eclipse plugin should let users choose the version of WTP and generate > different files (wtp will anyway automatically migrate 0.7 projects starting > from M9, according to eclipse plans) > Changes tracked for wtp 1.0 (partially working in current WTP builds): > - ".wtpmodules" is renamed to ".component" and moved to the .settings folder > - the .wtpmodules format is unchanged, except for the module type which is > not there anymore (should be verified in M9) > - a new .settings/org.eclipse.wst.common.project.facet.core.prefs file is > written (property file) with server/module type information (server is now > specified in containerClasspath, need to be fixed) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
