Has anyone managed to integrate Arquillian with Ant and JUnit? If so, could you provide an example?
Asked
Active
Viewed 3,206 times
5
-
There is something here in the form of a gist, but is not an easy out of the box solution. https://jira.jboss.org/browse/ARQ-13 – JavaRocky Sep 13 '10 at 01:37
3 Answers
2
I've prepared a draft of the build integration chapter for Arquillian. This chapter describes how you can use different build systems (namely Ant and Gradle) to drive Arquillian-based test. We'll get this rolled into the next release.

Dan Allen
- 2,418
- 1
- 16
- 13
0
Here is a working showcase for ant/gradle https://github.com/arquillian/arquillian-showcase/tree/master/cdi

Leonard Brünings
- 12,408
- 1
- 46
- 66