hi, thanx for replying... on new years eve :) yes i'll try and post here (code is @work, so won't be back until thursday
thanx again and regards marco On Dec 31, 2007 3:20 PM, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > Have you tried running Surefire in fork mode? [1] > > Hth, > > Nick Stolwijk > > [1] > > http://maven.apache.org/plugins/maven-surefire-plugin/examples/forking.html > > Marco Mistroni wrote: > > hi all, > > i hiam experiencing problems with maven2 and surefire > > i have an existing app that uses ant, and in running junit tests all > pass > > > > when i run same tests via maven2, i got some of them failing > > by looking closely at them, i suspect surefire does not run in the same > way > > as <junit fork="true" ) runs... > > as, for example, i am doing some tests on a Locale in my Junit test, > and > > then some other tests fails because > > in my test i don't reset the locale at the end of my junit (i know, > that's > > my poor coding).. > > > > i was curious to know how to configure surefire plugin so that it runs > like > > fork=true for junit task > > > > thanks and regards > > marco > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
