`
Elvis_Wu
  • 浏览: 51039 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

关于Eclipse“The selection is not within a valid module”的异常

    博客分类:
  • JAVA
阅读更多
在工程目录下的.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
分享到:
评论
1 楼 zeyonq 2011-01-16  
原来就是这种龟毛问题困了我一宵。多谢指点。

相关推荐

Global site tag (gtag.js) - Google Analytics