RE: system property

2003-05-29 Thread Marc Dugger
Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 2:05 PM > To: Maven Users List > Subject: RE: system property > > Try to use: > maven.junit.sysproperties=... > > for setting properties for your tests.. > > Michal &

RE: system property

2003-05-29 Thread GONNOT boris
You had to define your properties for test in the "project.properties". For me to define the TEST_ENVIRONMENT and FAKE_DRIVER properties, i added this : TEST_ENVIRONMENT=com.agf.penelope.TestPenelope FAKE_DRIVER=OFF maven.junit.sysproperties=TEST_ENVIRONMENT FAKE_DRIVER -Message d'origi

RE: system property

2003-05-29 Thread Michal Maczka
Try to use: maven.junit.sysproperties=... for setting properties for your tests.. Michal > -Original Message- > From: Marc Dugger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 7:17 PM > To: [EMAIL PROTECTED] > Subject: system property > > > When invoking the goal test:test,