-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I get the following in the Error log when using the latest SoapUI 3.5. plugin in Eclipse Galileo on Ubuntu. Also, this seems to continually freeze Eclipse. I have tried a complete uninstall and restarting Eclipse with -clean argument to no avail. Has anyone encountered the same issue? Is there anything…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have the following error when I export my war file
org.eclipse.core.runtime.CoreException: Extended Operation failure: org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard.performFinish(DataModelWizard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm just starting with Android and everything seems to be working fine, but when I try to look at any XML file in eclipse, I get the following error. The only way I can see them is by "Opening With" - TextFile.
org.eclipse.core.runtime.CoreException: Error opening the Android XML editor. Is the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I downloaded the source of the js-test-driver from: http://js-test-driver.googlecode.com/svn/tags/1.2
It compiles just fine, but one of the unit tests fails:
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.012 sec
[junit] Test com.google.jstestdriver.eclipse.ui.views.FailureOnlyViewerFilterTest…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey guys,
just tried to convert towards a Ecore-Model from a given UML-Model. After this I am trying to create a Generator Model.
Everytime I try to do this I get the Error Message, that there is a "Unhandled event loop exception" with this log:
org.eclipse.swt.SWTException: Failed to execute…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a spring mvc project in eclipse, and its setup to use maven. I can resolve all my external dependencies, but now I want to include another local project in my workspace. Normally, I would do this through the java build path, and add a project reference. But if I do that manually, m2eclipse…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I use the eclipse:eclipse goal to generate an Eclipse Project environment. The deployment works fine. The goal creates the var classpath entries for all needed dependencies.
With m2eclipse there was the Maven Container which defines an export folder which was WEB-INF/lib for me. But i don't want…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When trying to run an Eclipse Dynamic Web Project under a Tomcat setup using WTP, it fails with the attached stacktrace.
Checklist
At the project properties, under "Java EE Module Dependencies" I have checked the "Maven Dependencies"
At the wtp deploy directory, under lib indeed all dependencies…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there any way to have an Ant script running in Eclipse publish a WTP project? I want my ant script to perform some tasks, then kick off the publish as if I had done it from the UI, and then do some more things.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to write a "Hello World" web application using Tomcat and Eclipse, in order to familiarize myself with building Tomcat projects.
So far I've gleaned from Google searches that I need to install Eclipse Web Tools Platform (WTP) to go ahead with it. But when I go to Help-Install New Software…
>>> More