Re: [M2] Acessing command line properties from JUnit tests

2007-09-13 Thread Dan Tran
t; -D > > > > On 9/12/07, carl.whalley <[EMAIL PROTECTED]> wrote: > >> > >> If I use "mvn -Dfoo=bar integration-test" I was expecting > >> System.getProperty("foo") to return "bar" in the invoked tests. It isn't > >> - >

Re: [M2] Acessing command line properties from JUnit tests

2007-09-13 Thread carl.whalley
"bar" in the invoked tests. It isn't >> - >> have I misunderstood this please? Thanks. >> -- >> View this message in context: >> http://www.nabble.com/-M2--Acessing-command-line

Re: [M2] Acessing command line properties from JUnit tests

2007-09-12 Thread Dan Tran
m.getProperty("foo") to return "bar" in the invoked tests. It isn't - > have I misunderstood this please? Thanks. > -- > View this message in context: > http://www.nabble.com/-M2--Acessing-command-line-properties-from-JUnit-tests-tf4427748s177.html#a126309

[M2] Acessing command line properties from JUnit tests

2007-09-12 Thread carl.whalley
If I use "mvn -Dfoo=bar integration-test" I was expecting System.getProperty("foo") to return "bar" in the invoked tests. It isn't - have I misunderstood this please? Thanks. -- View this message in context: http://www.nabble.com/-M2--Acessing-comma