Mick Knutson

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created 10.5 tool tip issue
I have a new issue in the last 2 10.5 releases that was not in the EAP. But I do remember this being in one of the earlier EAP release where a tool-tip blank box keeps poping up.1. How can I disabl... -
Created AspectJ complaining in IDEA EAP, but runs in Maven 3.0
I have the following.aj class that IDEA does not seem to like:public aspect ProfilingAspect { private static final Logger logger = LoggerFactory.getLogger(ProfilingAspect.class); pointcut pub... -
Created IDEA X with Groovy/Maven support
I am having an issue running a Groovy test case based on an error compiling my Groovy class.This works in the maven project underneath, but not in IDEAGroovy Class:package com.baselogic.chapter05.g... -
Created Local History not saving anything
I am trying to find out why my local history is empty. I cannot find a preference for it in 10.0.2. Any ideas? -
Created Cannot login to this forum on Firefox 3.6.13 but can with Chrome
Cannot login to this forum on Firefox 3.6.13 but can with ChromeJust an fyi... -
Created BUG: IDEA 10 with Ruby 3.1.17317 plugin not allowing JUnit to run.
With IDEA 10 Ruby 3.1.17317 JUNit 1.0 I am no longer able to Run JUnit Tests at all.When I disable theRuby Plugin, I can run the JUnit tests in the IDE again. -
Created Spring FileNotFoundException issue when file DOES exist.
I am going crazy trying to understand why, now that I converted to EAP 10 that IDEA cannot find my spring contextspring-config-services.xml is in src/main/resources but running my unit test, keeps ... -
Created Issue debugging Groovy unit tests in a Grails app.
I click on the debug-as on a groovy test case, and I keep getting this error:Information:Compilation completed with 4 errors and 0 warningsInformation:4 errorsInformation:0 warningsC:\Documents and... -
Created How to test code coverage with TestNG suite runner?
How to test code coverage with TestNG suite runner? -
Created TesNG.xml file error when running a suite.
So I have a Maven project that has a testng.xml file: ...