eclipse-wtp

Export the Eclipse XML Formatting Rules?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-10 04:23:01
问题 Is there a way to export the settings defined in Window > Preferences Dialog under XML > XML Files > Editor in Eclipse 3.5 Galileo (Java EE Package)? And where do Eclipse stores these settings? Now i got an eclipse_xml_format.epf with the following content /instance/org.eclipse.wst.xml.core/lineWidth=120 /instance/org.eclipse.wst.xml.core/indentationChar=space /instance/org.eclipse.wst.xml.core/indentationSize=4 But i can't import this file! 回答1: The file recording those XML settings is:

Eclipse hangs for 3-4 seconds before displaying a tooltip message

断了今生、忘了曾经 提交于 2019-12-10 02:00:53
问题 I've searched the Internet like crazy, however "WTP freeze" or "Eclipse freeze" yields so many different results that it's virtually impossible to find the right one. I have the following issue. In a HTML or CSS editor when I accidentally hover my mouse over an attribute value, Eclipse hangs for 3-4 seconds with CPU at 100% load before producing a tooltip message with some info on the tag and its attribute. I don't need those tips. Hell, I don't even need syntax coloring if that would prevent

Eclipse + Java 8 + Dynamic Web Module

自作多情 提交于 2019-12-09 16:13:46
问题 I'm starting a new project and considering moving to Java 8 already, since newest Spring Framework 4.0 supports it, and it's not so long until final release this march. Currently we are using STS 3.4 (Eclipse 4.3.1 based) and I have installed latest JDK8 and Java 8 (BETA) support. Simple projects seems to find themselves at home with Java 8, but not UI project (Dynamic Web Module 3.0, the one deployed on server). I'm getting error that compiler version (1.8 BETA) doesn't match installed

Eclipse dependent projects not copied to WTP deployment

筅森魡賤 提交于 2019-12-08 16:05:39
问题 Before we started using Gradle, a multi-project (10-12) development effort within Eclipse successfully deployed, via a WTP project, to one of the internal Tomcat 7 servers. We find this very useful for development. With Gradle up and running the dependent project's jar files are no longer being copied to the ../WEB-INF/lib directory. I don't believe this has anything to do with gradle as it is completely out of the picture later on, but it is different, so I am mentioning it. Building the

Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?

╄→гoц情女王★ 提交于 2019-12-08 14:51:02
问题 I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported. 回答1: I believe this answer comes late in the day, but it is put down to help others understand how WTP support for WebSphere works in Eclipse. WTP support for the newer versions of the WebSphere Application Server come only with commercial IDEs - Rational Application Developer, for example. MyEclipse is another IDE that comes with support

Eclipse WTP deployment of build path dependencies

半世苍凉 提交于 2019-12-07 21:24:10
问题 I have an Eclipse project that is dependent on other projects (Project Properties/Java Build Path/Projects), and these other projects export their own libraries (Project Properties/Java Build Path/Order and Export). Is there a way to get Eclipse WTP and/or JBoss Tools to include the dependent project's exported files in a deployment? I can add the jars individually via the Deployment Assembly but I don't want to duplicate the configuration. We currently use MyEclipse for this but we're trying

Maven webapp with Eclipse and WTP plugin deploy files in stranges ways in Tomcat

﹥>﹥吖頭↗ 提交于 2019-12-07 15:27:54
问题 I use Eclipse J2EE 3.5 with Maven and tomcat. To deploy my maven webapp with WTP I added a Dynamic Web Module facet and changed the "org.eclipse.wst.common.component" file of the project because the webapp is not in a WebContent directory, here is the content of the file: <?xml version="1.0" encoding="UTF-8"?> <project-modules id="moduleCoreId" project-version="1.5.0"> <wb-module deploy-name="toto"> <wb-resource deploy-path="/" source-path="/src/main/webapp"/> <wb-resource deploy-path="/WEB

Which Eclipse wtp version should I use for maven?

心不动则不痛 提交于 2019-12-07 13:44:42
问题 I receive this error when I try to run the maven goal - mvn eclipse:eclipse -Dwtpversion=3.3.1 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8 :eclipse (default-cli) on project conference-web: Unsupported WTP version: 3.3.1 . This plugin currently supports only the following versions: 1.0 1.5 2.0 R7 non e. -> [Help 1] [ERROR] Will using version 2.0 suffice ? But should'nt the goal run successfully ? <groupId>org.apache.maven.plugins</groupId> <artifactId>maven

Import Existing Maven in Eclipse as WTP

瘦欲@ 提交于 2019-12-07 07:36:30
问题 I had to reinstall my Eclipse and now i have to import all the existing projects into the new workspace. The previous version of Eclipse was Galileo, this version is Indigo. The plugins are installed, but after the "Import Existing Maven Project" the projects are not showing as WTP (WebApp Project)... Do i need something else to setup or config? Thanks a lot! 回答1: Yes, you need to install additional software. The "Maven Integration for Eclipse WTP" See here: http://marketplace.eclipse.org

Plugin installation fails because required items are missing

笑着哭i 提交于 2019-12-07 03:13:26
问题 I tried to install Web Tool Platform for Eclipse but I can not succeed due to the following error. Cannot complete the install because one or more required items could not be found. Software being installed: CXF Web Services 1.1.0.v201201312103-7H79FHxFAKlbotH5e9l3vAA6MBG (org.eclipse.jst.ws.cxf.feature.feature.group 1.1.0.v201201312103-7H79FHxFAKlbotH5e9l3vAA6MBG) Missing requirement: Java EE Component 1.1.501.v201108102200 (org.eclipse.jst.j2ee 1.1.501.v201108102200) requires 'bundle org