开发者

error while using struts2-archetype-starter build project in myeclipse

开发者 https://www.devze.com 2023-01-19 23:48 出处:网络
ERROR MESSAGE: An internal error occurred during: \"Creating struts2-a开发者_运维知识库rchetype-starter\".

ERROR MESSAGE:

An internal error occurred during: "Creating struts2-a开发者_运维知识库rchetype-starter". Attempted to beginRule: MultiRule[P/examsys,P/.org.eclipse.jdt.core.external.folders], does not match outer scope rule: org.maven.ide.eclipse.internal.project.SchedulingRule@971a7e

environment:

  • MyEclipse 8.5M2 plugin m2eclipse
  • struts2-archetype-starter 2.0.11
  • apache-maven-2.2.1

have anyone met this situation?help me please.thank you.


Not a MyEclipse specific answer but using the command line works:

mvn archetype:create   -DgroupId=tutorial \
                       -DartifactId=tutorial \
                       -DarchetypeGroupId=org.apache.struts \
                       -DarchetypeArtifactId=struts2-archetype-starter \
                       -DarchetypeVersion=2.2.1

Then, import the project in Eclipse using Import > Maven Projects.


If you are using Git plugin... maybe it could be the problem...

Check your EGit plugin version... an update it... it seams to be a bug fixed... or try updating MyEclipse...

See this thread where i posted my solution:

check this thread

0

精彩评论

暂无评论...
验证码 换一张
取 消