Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-10 Thread Luciano Resende
-parameter junit.enabled set to false. Thanks, Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 7:14 AM Subject: Re: [PROPOSAL] Automate itests for WAR packaging

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-05 Thread Simon Nash
] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 7:14 AM Subject: Re: [PROPOSAL] Automate itests for WAR packaging If this is just for itests then to keep runtime cleaner how about moving it all out of the main runtime code into the maven-web-junit module? So move WebTestRunner

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-05 Thread Luciano Resende
Sent: Monday, February 04, 2008 7:14 AM Subject: Re: [PROPOSAL] Automate itests for WAR packaging If this is just for itests then to keep runtime cleaner how about moving it all out of the main runtime code into the maven-web-junit module? So move WebTestRunner, XMLFormatter, add

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
with the HTTP conversation. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, February 03, 2008 4:04 PM Subject: Re: [PROPOSAL] Automate itests for WAR packaging By going with this approach, we can

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
: [PROPOSAL] Automate itests for WAR packaging By going with this approach, we can reutilize a lot of existing tests (our iTests for example), instead of having to create/migrate new tests using htmlUnit. As for cargo, it does not support all the hosting platforms we are supporting, right

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread Raymond Feng
] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 7:14 AM Subject: Re: [PROPOSAL] Automate itests for WAR packaging If this is just for itests then to keep runtime cleaner how about moving it all out of the main runtime code into the maven-web-junit module? So move WebTestRunner

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-04 Thread ant elder
] To: tuscany-dev@ws.apache.org Sent: Monday, February 04, 2008 7:14 AM Subject: Re: [PROPOSAL] Automate itests for WAR packaging If this is just for itests then to keep runtime cleaner how about moving it all out of the main runtime code into the maven-web-junit module? So move

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread ant elder
On Feb 1, 2008 5:41 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, (Sorry for the long text, I make it availabe on our WIKI too: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Automation+of+itests+in+web+applications ). In our WAR packaging scheme, we package SCA artifacts with

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I have checked in my changes. Your changes break the build for me as they require Maven 2.0.6. Our 1.1 release worked with Maven 2.0.5. I'm installing the latest Maven (2.0.8) now but what do people prefer? - continue to work with 2.0.5 and later - 2.0.6 and later?

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread Luciano Resende
My personal opinion - 2.0.7 and later? On Feb 3, 2008 2:29 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Hi, I have checked in my changes. Your changes break the build for me as they require Maven 2.0.6. Our 1.1 release worked with Maven 2.0.5. I'm

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread Luciano Resende
By going with this approach, we can reutilize a lot of existing tests (our iTests for example), instead of having to create/migrate new tests using htmlUnit. As for cargo, it does not support all the hosting platforms we are supporting, right ? On Feb 3, 2008 2:42 AM, ant elder [EMAIL PROTECTED]

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread Raymond Feng
Hi, What problem did you with maven 2.0.5? I'm running maven 2.0.8 now. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, February 03, 2008 2:29 PM Subject: Re: [PROPOSAL] Automate itests for WAR packaging

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-03 Thread Raymond Feng
, February 03, 2008 4:04 PM Subject: Re: [PROPOSAL] Automate itests for WAR packaging By going with this approach, we can reutilize a lot of existing tests (our iTests for example), instead of having to create/migrate new tests using htmlUnit. As for cargo, it does not support all the hosting

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-02 Thread Jean-Sebastien Delfino
@ws.apache.org Sent: Friday, February 01, 2008 9:41 AM Subject: [PROPOSAL] Automate itests for WAR packaging Hi, (Sorry for the long text, I make it availabe on our WIKI too: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Automation+of+itests+in+web+applications). In our WAR packaging scheme

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-02 Thread Luciano Resende
Great Raymond, I very interested in using this approach to automate the execution of our iTests in a web app container. I playing a little with some iTests to try to make them ready to use this. From my initial investigations, I couldn't really change the packaging schema for a given project

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-02 Thread Raymond Feng
Subject: Re: [PROPOSAL] Automate itests for WAR packaging Great Raymond, I very interested in using this approach to automate the execution of our iTests in a web app container. I playing a little with some iTests to try to make them ready to use this. From my initial investigations, I couldn't

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-02 Thread Raymond Feng
-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Saturday, February 02, 2008 1:41 PM Subject: Re: [PROPOSAL] Automate itests for WAR packaging Raymond Feng wrote: A quick update: I managed to get the automation working with Geronimo 2.0.2 too using the geronimo-maven

[PROPOSAL] Automate itests for WAR packaging

2008-02-01 Thread Raymond Feng
Hi, (Sorry for the long text, I make it availabe on our WIKI too: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Automation+of+itests+in+web+applications). In our WAR packaging scheme, we package SCA artifacts with Tuscany runtime jars in a WAR so that it can be deployed to a web

Re: [PROPOSAL] Automate itests for WAR packaging

2008-02-01 Thread Raymond Feng
, February 01, 2008 9:41 AM Subject: [PROPOSAL] Automate itests for WAR packaging Hi, (Sorry for the long text, I make it availabe on our WIKI too: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Automation+of+itests+in+web+applications). In our WAR packaging scheme, we package SCA