• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse 3.2: How to let an old project support "project facet"?

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I right-click on a newly created "dynamic web project" and choose "Properties", there is a "Project Facet" section, in which I can add/remove project facets.

But when I try to do the same thing to our existing web project (created by WSAD 5.1), there is no "Project Facet" section in the "Properties" list. How can I make it appear, so that I can add/remove project facets?
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Henry,
It's probably a setting/builder in the .project file. Try comparing a project created in Eclipse 3.2 to the WSAD 5.1 one and see what has been added.
 
Henry Leung
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jeanne!

I compared our WSAD project to a new Eclipse 3.2 project, found that the Eclipse project has a few more lines in its .project file. Those lines are:



I added them to our WSAD project's .project file, then the "Project Facets" section appeared.
[ October 31, 2006: Message edited by: Henry Leung ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic