Mick Knutson
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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? -
创建于 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... -
创建于 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. -
创建于 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 ... -
创建于 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... -
创建于 How to test code coverage with TestNG suite runner?
How to test code coverage with TestNG suite runner? -
创建于 TesNG.xml file error when running a suite.
So I have a Maven project that has a testng.xml file: ...