plugin junit report - junit.jsl

2005-06-29 Thread jean-marc . bottin
Hi, I am currently working on modified version of the junit-report plugin in order to match our specific needs. i am modifing the junit.jsl and a tried to have some of my variables formatted using the syntax which is already in the jsl. doc:formatAsNumber string=${timeCount} pattern=0.00/ I

Réf. : plugin junit report - junit.jsl

2005-06-29 Thread jean-marc . bottin
29/06/2005 10:56 Jean-Marc BOTTIN Assistant extérieur

Réf. : Re: increment a value in jelly

2005-06-28 Thread jean-marc . bottin
Gisbert, Thank you for your help. Jean-Marc Extranet [EMAIL PROTECTED] - 28/06/2005 09:37 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: increment a value in jelly There was a posting about that some days ago (a follow-up to a different subject):

Réf. : Re: increment a value in jelly

2005-06-28 Thread jean-marc . bottin
Win, Thank you for your help. Jean-Marc Extranet [EMAIL PROTECTED] - 28/06/2005 08:15 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: increment a value in jelly Have you tried putting the +1 in the {} brackets? 2005/6/27, [EMAIL PROTECTED] [EMAIL

Unit test report - failure details

2005-06-27 Thread jean-marc . bottin
Hi all, I am wondering why junit is sometimes able to give the reason of the failure and sometimes it won't. For instance in the report generate by JUnit in the failure details part I will get: testDuplicateAugb e

increment a value in jelly

2005-06-27 Thread jean-marc . bottin
Hi all, I'm trying to increment a value in maven. I tried the follwoing code: j:set var=inCL value=1/ j:set var=inCL value=${context.getVariable('inCL')}+1/ But this gives me 1+1 as a string. I would like to get the 1+1= 2. I should convert the string to the int but I don't know how. Any

Réf. : Re: maven-test-plugin-1.6.2 generated corrupted excel file

2005-06-23 Thread jean-marc . bottin
Hi Kenney, Finally after a coupe of try, based on your direction, I manage to make it work. Thank you very much for your help. Jean-Marc Extranet [EMAIL PROTECTED] - 22/06/2005 22:06 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: maven-test-plugin-1.6.2

Réf. : Re: Réf. : Re: How do deal with or LT in maven 1.0.1

2005-06-22 Thread jean-marc . bottin
I think you are right. String will not work, it should be an int evalution. But in maven I don't know how to convert a string to an int or integer. Any idea? Jean-Marc Extranet [EMAIL PROTECTED] - 22/06/2005 08:40 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet :

Réf. : Re: Réf. : Re: Réf. : Re: How do deal with or LT in maven 1.0.1

2005-06-22 Thread jean-marc . bottin
Hi Justin, Thank you for your help. Jean-Marc Extranet [EMAIL PROTECTED] - 22/06/2005 11:06 Veuillez répondre à users@maven.apache.org Pour : users cc : users Objet : Re: Réf. : Re: Réf. : Re: How do deal with or LT in maven 1.0.1 here ya go :) goal name=mytest

maven-test-plugin-1.6.2 generated corrupted excel file

2005-06-22 Thread jean-marc . bottin
Hi all, maven-test-plugin-1.6.2 I am doing a simple maven goal test:test . I have some configuration files in a folder conf/test. +--conf +--java +--test +--src +--java +--test Normally the plugin should copy all the files from conf/java to target\test-classes\.

How do deal with or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi all, I am having some difficulties with the LT expression. I am passing to a value by the command line like maven -Djbox.version=DEFF-UAT2-V9 jbox:try I want to evaluate the numeric part of the variable jbox;version which is 9 in this example. So I proceed the following way: j:set

Réf. : RE : How do deal with or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi Antoine, I tried and unfortunately, the result is the same. Jean-Marc Extranet [EMAIL PROTECTED] - 21/06/2005 10:49 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : RE : How do deal with or LT in maven 1.0.1 May be try amp;lt; I have seen this here :

Réf. : Re: How do deal with or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi, Sorry, the result is the same. Jean-Marc Extranet [EMAIL PROTECTED] - 21/06/2005 10:35 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: How do deal with or LT in maven 1.0.1 try j:if test=${jboxNumber lt 10} On 6/21/05, [EMAIL PROTECTED] [EMAIL