Re: Doubt with Maven config

2009-09-28 Thread nino martinez wael
Show us some code and it will be easier to help..

AFAIK the start.java that are with iolite are the same as in WIA, it's based
on the wicket archetype and only has the DAO layer as an extra
thing+filters.

regards Nino

2009/9/27 Pedro Sena 

> Hi Guys,
>
> I'm using lolite archetype but I'm having a 'problem'
>
> I want to run my tests (JUnit) and keep the Jetty server alive after the
> tests.
>
> Every time that I run my maven tests, it creates a Jetty server that is
> killed at the end of the process.
>
> I'm trying to do the same thing as Wicket in Action, I changed the
> Start.java that comes with lolite but it not helped.
>
> I'm sure that I'm missing some detail, I'd appreciate some help with it.
>
> Thanks in advance
>
> --
> /**
> * Pedro Sena
> * Systems Architect
> * Sun Certified Java Programmer
> * Sun Certified Web Component Developer
> */
>


Re: Doubt with Maven config

2009-09-28 Thread Johannes Schneider
I think the maven jetty plugin does *not* use Start.java. Instead the
plugin is configured within the pom.xml

Pedro Sena wrote:
> Hi Guys,
> 
> I'm using lolite archetype but I'm having a 'problem'
> 
> I want to run my tests (JUnit) and keep the Jetty server alive after the
> tests.
> 
> Every time that I run my maven tests, it creates a Jetty server that is
> killed at the end of the process.
> 
> I'm trying to do the same thing as Wicket in Action, I changed the
> Start.java that comes with lolite but it not helped.
> 
> I'm sure that I'm missing some detail, I'd appreciate some help with it.
> 
> Thanks in advance
> 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Doubt with Maven config

2009-09-28 Thread Jeremy Thomerson
I don't know about keeping jetty running after the tests, but you can
probably run "mvn jetty:run" to run jetty.

--
Jeremy Thomerson
http://www.wickettraining.com



On Sun, Sep 27, 2009 at 2:22 PM, Pedro Sena  wrote:

> Hi Guys,
>
> I'm using lolite archetype but I'm having a 'problem'
>
> I want to run my tests (JUnit) and keep the Jetty server alive after the
> tests.
>
> Every time that I run my maven tests, it creates a Jetty server that is
> killed at the end of the process.
>
> I'm trying to do the same thing as Wicket in Action, I changed the
> Start.java that comes with lolite but it not helped.
>
> I'm sure that I'm missing some detail, I'd appreciate some help with it.
>
> Thanks in advance
>
> --
> /**
> * Pedro Sena
> * Systems Architect
> * Sun Certified Java Programmer
> * Sun Certified Web Component Developer
> */
>


Doubt with Maven config

2009-09-27 Thread Pedro Sena
Hi Guys,

I'm using lolite archetype but I'm having a 'problem'

I want to run my tests (JUnit) and keep the Jetty server alive after the
tests.

Every time that I run my maven tests, it creates a Jetty server that is
killed at the end of the process.

I'm trying to do the same thing as Wicket in Action, I changed the
Start.java that comes with lolite but it not helped.

I'm sure that I'm missing some detail, I'd appreciate some help with it.

Thanks in advance

-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/