The Artima Developer Community
Sponsored Link

SuiteRunner Forum
Class Loading & IDE Integration

1 reply on 1 page. Most recent reply: Nov 1, 2005 11:34 AM by K. Hodel

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Eric Gascone

Posts: 1
Nickname: gencom
Registered: Jan, 2003

Class Loading & IDE Integration Posted: May 2, 2003 3:35 PM
Reply to this message Reply
Advertisement
Hi;

I'm trying to use the SuiteRunner as a solution which works from inside an IDE (IntelliJ) to be precise. I've been able to get the Runner working and picking up a simple recipie and can add to it from inside the GUI viewer.

My problem is that even when I specify the runpath and insist that it must be reloadable, the runner does not reload my classes. I've set the runpath to be my compiler output directory.

Is this:
1. a known bug with the class loader, or
2. a error in my specification of the runpath in terms of the build/classes directory, or
3. A limitation that classes directory (runpath) can not exist on the JVM's classpath.

Any assistance would be greatly appreciated.

-Eric


K. Hodel

Posts: 8
Nickname: hodeka104
Registered: Jul, 2003

Re: Class Loading & IDE Integration Posted: Nov 1, 2005 11:34 AM
Reply to this message Reply
I ran into a similar problem using Eclipse (actually IBM ASTK 5.1); I was able to get classes to reload by removing them from my classpath so that they were only specified in the runpath. See my 10/28/05 post for more details (I didn't notice this post until after I'd already posted):

http://www.artima.com/forums/flat.jsp?forum=61&thread=134428

Flat View: This topic has 1 reply on 1 page
Topic: Creating Simple Unit Test Case Previous Topic   Next Topic Topic: Reloading Test Classes in GUI

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use