This content has been marked as final.
Show 2 replies
-
1. Re: How to build and test from command line
mjustin Feb 3, 2012 12:40 PM (in response to mjustin)Now building on Ubuntu and Hudson, with targets jar dev-tests, and it seems to run fine.
If I only need the Stomp Tests, I guess it needs to be targets jar integration-tests?
Regards
Michael
-
2. Re: How to build and test from command line
clebert.suconic Feb 7, 2012 3:35 PM (in response to mjustin)We usually just call ./build.sh
you can do ./bulild.sh -Dtest-mask=TEST-NAM integration-tests to run just Stomp.
We have been using IDEs to do that though (eclipse, intelij or any other of your choice)