[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: JUnit Integration

hi,
Please check the version of Junit. At deploy time on any application server if you get Loader constraints violation. the problem is
There is an excluded.properties file inside the junit.jar archive. You nead to open it. there exclusions are added for particular package structures like
javax.*
org.w3c.*


etc.
This file will be read by the custom Class loader which contradicts with the default system loader and produces the error. kindly look into the FAQ which comes with JUnit package. Other wise kindly write the exact problem you have with JUnit.
regards
Shanmugam pillai Vishak



Randy Faust wrote:
THIS NEWSGROUP IS DEPRECATED.

Randy

"Rod Macpherson" <rmacpherson@xxxxxxxxxxx> wrote in message
news:b970jt$9hm$1@xxxxxxxxxxxxxxxx

The JUnit page leads you here with specific mention of Eclipse 2.1:



http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-ui-home/plugins/

org.eclipse.jdt.junit/index.html

I installed that but now there are three JUnit directories in plugins and

we

still have to add the junit.jar to the project as an external jar. Can
anybody clarify the situation with Eclipse 2.1 with respect to JUnit
integration?

TIA,

Rod