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?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Babs
  • 107
  • 1
  • 1
  • 7
  • 1
    Already some one has answered this question Refer http://stackoverflow.com/questions/6936309/getting-an-error-message-while-building-phonegapsample-in-blackberry-webworks –  Dec 21 '11 at 06:18

4 Answers4

5

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

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Thiago MadPin
  • 104
  • 2
  • 6
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.

pranavrao1
  • 1,529
  • 1
  • 12
  • 11
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.

shubham
  • 11
  • 4
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

Abdollah
  • 4,579
  • 3
  • 29
  • 49