-
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 Programmers
- Search for 'Programmers'
I just tried IntelliJ-Idea 11.x and 12.x (EPA), but when I use Groovy 2.0.1 or 2.0.5, the code can't be run and there are some errors out there.
The Groovy plugin of idea has little information about which version of Groovy has been supported.
Does idea support Groovy 2.x? I want to try the new…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here is the lay of the land. I have an app that I have created. I uninstalled hibernate, installed app-engine plugin and am using jdo.
I am able to create a domain-class but the when I run generate-all I run into the following error.
Oh and I did try just generating the controller for the domain…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a DelegatingMetaClass that I would like to apply to all groovy classes in my project, but I do not how to get hold of all classes in the project?
Here is the code:
/*
This will work ok, since I know Foo beforehand, but what about classes
that do not exist yet?
*/
def myMetaClass…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have an application that allows multiple users to access 1 xml file. The problem is that when all the users save at once the other changes by other users does not get saved. How do I detect if the file is in user in groovy?
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
@Grapes([
@Grab("org.gebish:geb-core:0.9.0"),
@Grab("org.gebish:geb-spock:0.9.0"),
@Grab("org.seleniumhq.selenium:selenium-firefox-driver:2.33.0"),
@Grab("org.seleniumhq.selenium:selenium-chrome-driver:2.33.0"),
@Grab("org.seleniumhq.selenium:selenium-support:2.26.0"),
@Grab( group='org…
>>> More