Andy Kriger

- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 38
-
Andy Kriger created a post, AnsweredIDEA looks terrible
I recently installed IDEA 2018.1 in Ubuntu 18.04 with Java 10. It looks terrible compared to an install I have on a different machine that's running Ubuntu 17.10 and Java 9. The fonts are not alias... -
-
Andy Kriger created a post, Database query returns immediately?
I have a database query that creates a temporary table. It usually takes 40 minutes to run in MySQL Workbench. IDEA reports the query completed in 40ms and there's no records in the temporary table... -
Andy Kriger created a post, Ruby 5 plugin release date?
RubyMine 5 has been released - does anyone know the release date of the Ruby plugin, v5? -
Andy Kriger created a post, Unable to attach test reporter to test framework or test framework quit unexpectedly
I am trying to run Ruby Test::Unit tests in IDEA and getting "Unable to attach test reporter to test framework or test framework quit unexpectedly". The tests do run and I can see the console outpu... -
Andy Kriger created a post, -
Andy Kriger created a post, Running Rake target before Run?
Is it possible to run Rake targets before executing a Run config?We have a Rake script that creates a war via warble and explodes it. Then we want to launch Tomcat.Tomcat has hooks for Make and Ant... -
Andy Kriger created a post, Cannot deploy warble war
I am trying to use Tomcat7 from within IDEA, starting it using a war generated by Warbler. Tomcat is starting but failing to deploy the war correctly with error messages like java.io.FileNotFoundEx... -
Andy Kriger created a post, JRuby and Rails - running app not using changes
We're running IDEA 10.5.2 w Ruby plugin 3.2.4 - the project is setup with JRuby 1.6.5 and Rails 2.3.14. When we run Rails through IDEA, changes to model and controller files are not loaded automati... -
Andy Kriger created a post, Ant antlib/namespace support?
Does IDEA9 support Ant antlibs and namespacing?I have a build.xml...<project name="myProject" xmlns:ivy="antlib:org.apache.ivy.ant"> <property name="ivy.jar" value="${basedir}/tools/ivy-2.2.0/iv...