Hudson CI project doesn't run NetBeans JUnit tests of dependent projects
Posted
by Liron Yahdav
on Stack Overflow
See other posts from Stack Overflow
or by Liron Yahdav
Published on 2010-04-08T17:58:04Z
Indexed on
2010/04/15
0:53 UTC
Read the original article
Hit count: 352
I have a set of NetBeans java projects with dependencies between them. I added the project at the top of the dependency tree to Hudson for continuous integration. Everything works fine, except that the unit tests of dependent projects don't get run by Hudson. This is because the ant scripts that NetBeans creates has dependent projects setup to run the "jar" target and not a target that also runs the unit tests. I could add ant build steps for each dependent project in Hudson to run the unit tests, but I was hoping there's a simpler solution.
© Stack Overflow or respective owner