5

Has anyone managed to integrate Arquillian with Ant and JUnit? If so, could you provide an example?

michael.kebe
  • 10,916
  • 3
  • 44
  • 62
user418593
  • 51
  • 1
  • 3
  • 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 Answers3

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.

Arquillian build integration chapter

Dan Allen
  • 2,418
  • 1
  • 16
  • 13
1

Another interesting article that discusses exactly this is this one:

Integration testing using Arquillian without Maven

akira
  • 1,792
  • 2
  • 16
  • 17
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