-Piexplore does not work because shitty-maven-plugin forks another mvn process and it does not propagate the profile settings to that new process. But reading the shitty-maven-plugin documentation you can create console-testsuite/basic/test.properties file containing "browser=*iexplore" line and pass the right browser setting that way.
Hope this helps, Jarek On Sun, Mar 22, 2009 at 11:25 PM, viola.lu <[email protected]> wrote: > > In g2.2 snapshot build folder, testsuite pom.xml file contains a profile > iexplore. > and i run command > mvn install -Piexplore -Dtests=console-testsuite/basic > -DgeronimoHome=%geronimo_instal_dir% > > but it still lanuched out firefox, not IE. > > So whether IE profile works in G2.2 snapshot? > -- > View this message in context: > http://www.nabble.com/How-to-launch-IE-browser-to-run-console-testsuite-with-maven-tp22653823s134p22653823.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
