Errors running builder 'Faceted Project Validation Builder' on project 'MyProject'
I am working on Blackberry webworks, Phonegap framework, Apache Ant and configured them in Eclipse 3.6 with sample index.ht开发者_高级运维ml.
I followed the article Getting Started with PhoneGap BlackBerry WebWorks
But I am getting an error message after running the project:"Errors running builder 'Faceted Project Validation Builder' on project 'MyProject' "
How do I properly configure the project to support cross-platform?
Right click on your project >>> Properties >>> Project Facets >>> uncheck Static web Module.
I tried the previous response and was not very successful.
Do this:-
install Eclipse Java EE Developer Tools using the Eclipse -> Help -> Install new software -> Work with -> (your Eclipse version's download repository. e.g.:) Indigo.
In the filter field type, then checkbox, Eclipse Java EE Developer Tools.
Download and let it install. No more problems.
In the maven web project.
- 1.Clear the maven project.
- 2.Build the maven project.
- 3.Go to the Project Facts on right click on project -> properties -> project facts.
- 4.On the top right side tab select the Runtimes -> select appropriate Apache version(8.5) that is installed on your machine.
- 5.Then Run the project.
It's Solve in my case, try once in your case.
Maybe you have a wrong item in Runtime settings of Project Facets. Right click on project >>> Properties >>> Project Facets >>> Runtime and modify it. Runtime settings of Project Facets
精彩评论