Charles Woodson

Greenhorn
+ Follow
since Oct 11, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Charles Woodson

TeamCity looks good. It has the ability to run metrics like code coverage on the server. Does it provide any way of comparing the current build to past builds. I think tracking code coverage over time would be interesting. If not, are there hooks in the API that would allow someone to write a plugin
How does JetBrains manage 3rd party jars and dependancies between various projects?

Do you checkin the jars into source control? Or use Ant/Maven/Ivy with a jar repository?

thanks
scott
As someone already said, look at the Threads page

There is a link on the page to the useful SwingWorker class
http://java.sun.com/docs/books/tutorial/uiswing/misc/example-1dot4/SwingWorker.java
18 years ago