Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.html.

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?

like image 681
Babs Avatar asked Aug 31 '11 15:08

Babs


2 Answers

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.

like image 37
pranavrao1 Avatar answered Nov 15 '22 19:11

pranavrao1


Right click on your project >>> Properties >>> Project Facets >>> uncheck Static web Module.

like image 87
Thiago MadPin Avatar answered Nov 15 '22 21:11

Thiago MadPin