i'm using mvn test to run this btw i'm using maven surefire plugin
On Fri, Jan 15, 2010 at 6:51 PM, Entner Harald <[email protected]> wrote: > even this is not a maven related question (as i assume that the dependent > jar is on the classpath), how do you open the file? > > -----Ursprüngliche Nachricht----- > Von: Carlo Camerino [mailto:[email protected]] > Gesendet: Freitag, 15. Januar 2010 11:35 > An: [email protected] > Betreff: Questinos Regarding Testing > > Hi, > > I'm trying to run a test on a project with several submodules in it. > One of our projects has an xml file which is included in a different > project > with the one testing it. > > dao > | > src/test/resources | --> test-dao.xml > service > | > src/test/resources | --> test-service.xml > > When i run tests in the service layer, it can't seem to find the > test-dao.xml which i have a dependency on. I'm using testng to run this. > One of the work aroudn would be to include i in src/main/resourcew which i > don't want to do... > > how do i handle this? > > thanks > carlo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
