-
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
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
The CPU usage is always around 40 percent. I use push-to-talk and I had uninstalled pulseaudio. Now I use Alsa. I don't even have to connect to a Server. By simply starting TS the cpu usage goes up 40 percent and stays there.
The CPU usage of 3.0.0-rc1 [Build: 14468] is constantly 14 percent.
This…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Maybe it is for the best to close this question. This has nothing to do with a bluray drive in general anymore. Probably a hardware defect. I will try to test it with a windows system and different cables again... Thx so far.
I have a bluray/dvd/cdrom drive with SATA.
Ubuntu wont find it under /dev/sd
wodim…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have installed memcached fine, and now I will need to install PECL extension memcache. Im running RedHat x86_64 es5. The installation gives me this:
downloading memcache-2.2.6.tgz ...
Starting to download memcache-2.2.6.tgz (35,957 bytes)
..........done: 35,957 bytes
11 source files, building
running:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi.
I have quite strange situation, where my CentOS 5.5 box loads are high, but the CPU and memory used are pretty low:
top - 20:41:38 up 42 days, 6:14, 2 users, load average: 19.79, 21.25, 18.87
Tasks: 254 total, 1 running, 253 sleeping, 0 stopped, 0 zombie
Cpu(s): 3.8%us, 0.3%sy, 0…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a legacy server (Ubuntu 9.10 Karmic x86), where previous admin set up backups with fsbackup.
This server lives in a VPS (under some kind of Xen), and it is low on HDD space (16 GB total).
Now it came to a point, where fsbackup backups take more space than the rest of data in the system. The…
>>> More