Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Nikolay Chashnikov 
Subsystem
Compiling Project 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7312
Fixed in build
8356
  • Submitted by   Grant Gochnauer
    2 years ago (01 Oct 2007 21:28)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:53)
  • Jira: IDEA-41219
    (history, comments)

IDEA-41219

Trying to run testcase for a module thinks all non-associated web apps need compiling and therefor testcase will not run

0
Added by <no user>
15 Sep 2009
screenshot-3.jpg   (61 KB)
Added by <no user>
15 Sep 2009
screenshot-2.jpg   (111 KB)
Added by <no user>
15 Sep 2009
screenshot-1.jpg   (444 KB)

I have a java only module with test cases. I'm trying to run a test case with the test case definition JDK being set to that of the module.

In my project I also have a TON of web applications and when I try to run my test case for the java only module, it will fail because it's looking for a compiled output for the web apps. The java only project is not dependent on any web apps and is stand-alone so this is odd.

See screenshots.


Issue was resolved
Comments (3)
 
History (1)
 
Links
 
Grant Gochnauer
  Grant Gochnauer
01 Oct 2007 21:29
(2 years ago)
#permalink
Looking for compiled web apps in output folder but the compiler isn't compiling them which is the correct behavior because the module isn't dependent on them.
Grant Gochnauer
  Grant Gochnauer
01 Oct 2007 21:30
(2 years ago)
#permalink
Test config screen
Grant Gochnauer
  Grant Gochnauer
01 Oct 2007 21:31
(2 years ago)
#permalink
Dependencies for said module