Unrooted Tests

Finally I found the solution. The problem is that you are not defining your test cases using annotations but are still doing it the “old way”. As soon as you convert over to using annotations you will be able to run one test at a time again. Here is an example of what a basic … Read more

Eclipse – How can I change a ‘Project Facet’ from Tomcat 6 to Tomcat 5.5?

This is kind of hacking eclipse and you can get into trouble doing this but this should work: Open the navigator view and find that there is a .settings folder under your project expand it and then open the file: org.eclipse.wst.common.project.facet.core.xml you should see a line that says: <installed facet=”jst.web” version=”2.5″/> Change that to 2.4 … Read more

tech