關於Eclipse“The selection is not within a valid module”的異常

在工程目錄下的.settings文件夾裏,有個名爲org.eclipse.wst.common.component的文件。這個文件裏的deploy-name,一定要跟工程名一樣,否則就會報錯。
--------------------------------------------------------------------------------

This may be related to:


https://bugs.eclipse.org/bugs/show_bug.cgi?id=154833

See Comment #3. Still on my to-do list is to file the enhancement request. Doing something about this will have to occur post WTP 2.0 due to the scope of the changes that will likely be required.

The current handling of project modules is such that the project name must match the deploy-name in the .settings/org.eclipse.wst.common.component for "everything" to work correctly. If they don't match, I believe the symptom you are experiencing is one of the "things" that goes wrong.


Cheers,
Larry

Ken Murphy wrote:
Hi,

I've configured a dynamic web project and checked it into CVS. when selecting "run as > run on server" from either the JSP editor, or from the package explorer, it successfully executes the selected JSP file on the local tomcat server. however when others check out the shared project (or i check it out as a seperate project), any attempt to "run on server" for the same JSP results in the error:


"The selection is not within a valid module"

It would appear that some crucial piece of project configuration information is not being shared via CVS.


I'm using:


Eclipse: 3.3.RC2
WTP-5-2.0RC2
Tomcat 6.0.13
JDK 1.5.12


please advise... thanks!

Ken
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章