Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Java facet version
Java facet version [message #219433] Tue, 19 August 2008 16:02
bouge is currently offline bougeFriend
Messages: 13
Registered: July 2009
Junior Member
Hi,
We recently updated to webtools 3.0 and eclipse 3.4 and create a project
built on the java and web facets. In this version, the java facet
version and our source path is being ignored. This worked great in
webtools 1.5 and eclipse 3.2.

Any ideas?
bouge

// Add the java facet to datamodel
IDataModel javaFacet = DataModelFactory.createDataModel( new
JavaFacetInstallDataModelProvider());

javaFacet.setProperty(IJavaFacetInstallDataModelProperties.S OURCE_FOLDER_NAME,

contentDir + "/WEB-INF/work/source"); //$NON-NLS-1$

javaFacet.setProperty(IFacetDataModelProperties.FACET_VERSIO N_STR,
"1.4"); //$NON-NLS-1$
map.add(javaFacet);
Previous Topic:Validation shows warnings for custom JSP tags with dynamic-attributes
Next Topic:Generic EMF Editor editing xml data
Goto Forum:
  


Current Time: Fri Apr 26 19:47:56 GMT 2024

Powered by FUDForum. Page generated in 0.03490 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top