package junit.framework does not exist on building swingx.jar
The current swingx branch does not build successful using eclilpse to execute the ant-default-target:
DefaultDateSelectionModelTest.java:26: package junit.framework does not exist
…
build-impl.xml:142: Could not create task or type of type: junit
…
That seems to be an junit-classpath-issue. So it was easy to pass these problems by, by running the jar-target only.
Anybody out there, who wants to comment how to fix this problem?