Re: Wicket Cobertura problem

2010-05-21 Thread Pedro Santos
http://www.jeremythomerson.com/blog/2008/11/wicket-quickstart-tutorial/ On Fri, May 21, 2010 at 4:16 PM, David Alves wrote: > Hum... quickstart? > What's that? > > David > > On May 20, 2010, at 6:07 PM, nino martinez wael wrote: > > > Damn, what about making a quickstart, and we can see if we can

Re: Wicket Cobertura problem

2010-05-21 Thread James Carman
http://wicket.apache.org/quickstart.html On Fri, May 21, 2010 at 3:16 PM, David Alves wrote: > Hum... quickstart? > What's that? > > David > > On May 20, 2010, at 6:07 PM, nino martinez wael wrote: > >> Damn, what about making a quickstart, and we can see if we can >> replicate the problem? >> >>

Re: Wicket Cobertura problem

2010-05-21 Thread David Alves
Hum... quickstart? What's that? David On May 20, 2010, at 6:07 PM, nino martinez wael wrote: > Damn, what about making a quickstart, and we can see if we can > replicate the problem? > > 2010/5/20 David Alves : >> Jetty dependencies are part of the core app, (not just for testing). >> I am actu

Re: Wicket Cobertura problem

2010-05-20 Thread nino martinez wael
Damn, what about making a quickstart, and we can see if we can replicate the problem? 2010/5/20 David Alves : > Jetty dependencies are part of the core app, (not just for testing). > I am actually using sonar :) > The sonar:sonar goal was where the build first failed, while in the cobertura > plu

Re: Wicket Cobertura problem

2010-05-20 Thread David Alves
Jetty dependencies are part of the core app, (not just for testing). I am actually using sonar :) The sonar:sonar goal was where the build first failed, while in the cobertura plugin. Since then I tried with cobertura standalone and it also fails, therefore my original question. On May 20, 201

Re: Wicket Cobertura problem

2010-05-20 Thread nino martinez wael
you are running with the dependencies for jetty as test scoped or? What if you use something like sonar does that make a diff.. 2010/5/19 David Alves : > Exactly. > weird right? > > I'm not 100% sure that it is a wicket problem (it could be a jetty problem), > still I find suspicious that the onl

Re: Wicket Cobertura problem

2010-05-19 Thread David Alves
Exactly. weird right? I'm not 100% sure that it is a wicket problem (it could be a jetty problem), still I find suspicious that the only stuff missing from the logs when it fails is the wicket stuff. On May 19, 2010, at 8:29 PM, nino martinez wael wrote: > Strange, I haven't encounter problems

Re: Wicket Cobertura problem

2010-05-19 Thread nino martinez wael
Strange, I haven't encounter problems like that.. So it works when running mvn test or mvn clean install? 2010/5/19 David Alves : > Hi Nino > >        I'm using maven, it only fails when I run the cobertura:cobertura > target. > > David > On May 19, 2010, at 6:57 PM, nino martinez wael wrote: > >

Re: Wicket Cobertura problem

2010-05-19 Thread David Alves
Hi Nino I'm using maven, it only fails when I run the cobertura:cobertura target. David On May 19, 2010, at 6:57 PM, nino martinez wael wrote: > what are you using to build with maven, ant or? > > 2010/5/19 David Alves : >> Hi >> >>I'm quite new to wicket, and I'm having a str

Re: Wicket Cobertura problem

2010-05-19 Thread nino martinez wael
what are you using to build with maven, ant or? 2010/5/19 David Alves : > Hi > >        I'm quite new to wicket, and I'm having a strange problem. I'm using > wicket (1.4.8) with embedded jetty in a large cluster application. >        Everything works out most of the time, except when I run cober

Wicket Cobertura problem

2010-05-19 Thread David Alves
Hi I'm quite new to wicket, and I'm having a strange problem. I'm using wicket (1.4.8) with embedded jetty in a large cluster application. Everything works out most of the time, except when I run cobertura test coverage (under maven). Starting my application in every oth