Hi,
There is a bug with page fullname, ie a test call SuiteMySuite.TestMyTest, it should be consider mistakenly as a Suite, by default. Would you you create an issue for it ? There is a solution for overriding this default behavior with a parameter (like you suggest) that is name "type". Philippe _____ From: Antoine Veret [mailto:[EMAIL PROTECTED] Sent: mercredi 11 avril 2007 10:59 To: [EMAIL PROTECTED] Cc: [email protected]; 'Philippe Kernevez' Subject: [mojo-user] RE: fitnesse-maven-plugin Make sure you are using the lastest version by adding the "-U" option to the mvn command line. the plugin has not been released, some update are made regularly on the snapshot version. Could you give me the error log please. Antoine _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mercredi 11 avril 2007 10:24 To: [EMAIL PROTECTED] Subject: RE: fitnesse-maven-plugin Thanks for your quick response. Sorry, but it doesnt seem to work with fitnesse:remotecall. With fitnesse:run it seems to work. Are we doing something wrong? Which version of the fitnesse-maven-plugin should we use? 1.0-SNAPSHOT? Rune _____ From: Antoine Veret [mailto:[EMAIL PROTECTED] Sent: 11. april 2007 10:02 To: Hamnvik, Rune Cc: [email protected]; [EMAIL PROTECTED] Subject: RE: fitnesse-maven-plugin Hello Rune, you just need to check the "Suite" action in the page properties in order to delcare it as a Suite. This is done by convention with the name but you can modify it thanks to properties. So you dont need this kind of configuration in your pom. Regards Antoine _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mercredi 11 avril 2007 06:49 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: fitnesse-maven-plugin Hello We have started using the Fitnesse Maven Plugin, and it seems promising, but we have one problem. We dont have Suite names starting with Suite, and therefore both tests and suites are handled as tests. Is it possible to add a configuration field where you can defined that the pageName is either a test or a suite? For instance: <configuration> <!-- Fitnesse servers list --> <fitnesses> <fitnesse> <hostName>myServer</hostName> <port>80</port> <pageName>mySuitePage</pageName> <pageType>suite|test</pageType> </fitnesse> </fitnesses> </configuration> Regards Rune Hamnvik Netcom Norway
