Errors running builder 'Faceted Project Validation Builder' on project 'MyProject'
Asked Answered
D

4

10

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?

Denier answered 31/8, 2011 at 15:6 Comment(1)
Already some one has answered this question Refer #6936809Ramonitaramos
C
5

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

Clift answered 13/12, 2012 at 18:58 Comment(0)
R
2

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.

Resemblance answered 10/4, 2014 at 20:13 Comment(0)
W
1

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.

War answered 17/9, 2018 at 6:34 Comment(0)
P
0

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

Peruzzi answered 14/5, 2016 at 6:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.