Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » PDE JUnit question
PDE JUnit question [message #61102] Wed, 18 June 2003 12:04 Go to next message
Eclipse UserFriend
Hello,

We've been using JUnit to test our plugin for a while, but we were
hampered by not being able to test anything that required the rest of
the Eclipse platform to be loaded. I'm very happy to have found out
about org.eclipse.pde.junit_2.1.5.

I downloaded the zip file and unpacked it into my plugins directory.
Upon re-running Eclipse, I was able to run JUnit plugin test, as
expected. It looks like the plugin scanned our plugin for tests to run,
but when it tried to start running the tests, we saw the following error
on the console view:

Exception in thread "main" java.lang.IllegalArgumentException:
Application not found: org.eclipse.pde.junit.uitestapplication.
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:843)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:431)
at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)

This seems pretty odd to me, as I checked the plugin.xml file in the PDE
JUnit plugin and everything seems to be in order with the declaration of
the uitestapplication.

I looked around the Run configuration dialog and read the documentation
I could find on the launcher, but I haven't been able to figure out what
might be causing the error.

Where am I going wrong?

Thanks,
Jeffrey
Re: PDE JUnit question [message #61195 is a reply to message #61102] Wed, 18 June 2003 14:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

It needs to be in both the IDE's plugins AND in the the Target Eclipse
plugins. Do you have it in both?

Rich
Re: PDE JUnit question [message #61242 is a reply to message #61195] Wed, 18 June 2003 14:32 Go to previous message
Eclipse UserFriend
That was it. Thank you.

Jeffrey

Richard L. Kulp wrote:
> It needs to be in both the IDE's plugins AND in the the Target Eclipse
> plugins. Do you have it in both?
>
> Rich
>
Previous Topic:running eclipse builds headless?
Next Topic:backspace deletes more than one character
Goto Forum:
  


Current Time: Thu May 08 09:59:48 EDT 2025

Powered by FUDForum. Page generated in 0.05144 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top