0 Replies Latest reply on Jun 3, 2008 4:35 PM by charliepower76

    Seam Test Integration With Ant

    charliepower76

      I'm having some trouble running my application's test suite from Ant.


      It seems that all almost all tests needing a database access are failing. This is probably because the data is not imported (no import.sql file is used). However, everything works fine when running the test suite from the Eclipse environment. I suppose it has a way to access the import.sql file in the main project.


      My question is : can i use an import.sql file with JBoss Embedded ? If so, where do i need to put it ?


      Work Environment :


      Seam 2.0.1.GA, Ant 1.7


      Thanks, Charles