Re: Tuscany web-apps and jUnit dependencies

2008-02-12 Thread Raymond Feng
+1 on what Sebastien described. In fact, the refactored code already works this way. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, February 11, 2008 6:46 PM Subject: Re: Tuscany web-apps and jUnit

Re: Tuscany web-apps and jUnit dependencies

2008-02-09 Thread ant elder
On Feb 8, 2008 8:55 PM, Luciano Resende [EMAIL PROTECTED] wrote: snip As for the other items, If we have TuscanyServletFilter and TuscanyTestServletFilter, it would only work for the iTests, as they have generated web.xml. If we want to have simmilar aproach on our sample applications, that

Re: Tuscany web-apps and jUnit dependencies

2008-02-08 Thread Raymond Feng
-webapp-junit as the dependency for webapp profile? Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Cc: [EMAIL PROTECTED] Sent: Friday, February 08, 2008 10:12 AM Subject: Re: Tuscany web-apps and jUnit dependencies ant

Tuscany web-apps and jUnit dependencies

2008-02-08 Thread Luciano Resende
I'm trying to run our sample webapps, and realize that they are all requiring jUnit as dependencies, even when there is no test available. This might be a side effect of our effort to automate the run of iTests in a web container. I just want to double check if others are seeing the same issue,

Re: Tuscany web-apps and jUnit dependencies

2008-02-08 Thread Raymond Feng
- Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, February 08, 2008 12:55 PM Subject: Re: Tuscany web-apps and jUnit dependencies +1 for a new module. As for the other items, If we have TuscanyServletFilter

Re: Tuscany web-apps and jUnit dependencies

2008-02-08 Thread Jean-Sebastien Delfino
ant elder wrote: On Feb 8, 2008 5:30 PM, Luciano Resende [EMAIL PROTECTED] wrote: I'm trying to run our sample webapps, and realize that they are all requiring jUnit as dependencies, even when there is no test available. This might be a side effect of our effort to automate the run of iTests

Re: Tuscany web-apps and jUnit dependencies

2008-02-08 Thread ant elder
On Feb 8, 2008 5:30 PM, Luciano Resende [EMAIL PROTECTED] wrote: I'm trying to run our sample webapps, and realize that they are all requiring jUnit as dependencies, even when there is no test available. This might be a side effect of our effort to automate the run of iTests in a web

Re: Tuscany web-apps and jUnit dependencies

2008-02-08 Thread Jean-Sebastien Delfino
Raymond Feng wrote: As the first step, I fixed the code (r619973) to tolerate the case that junit is not present on the classpath. Now the webapp samples should be working as-is now. How about the following refactoring? 1) Create a new module as host-webapp-junit under modules folder. (I