Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Java facet version
Java facet version [message #219433] Tue, 19 August 2008 12:02
Eclipse UserFriend
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 Jul 18 02:21:56 EDT 2025

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

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

Back to the top