On Sat, Nov 22, 2008 at 4:21 AM, Luciano Resende <[EMAIL PROTECTED]>wrote:
> What issues are you seeing here Simon, are the issues you are seeing > during bring up of the unit tests ? > > On Fri, Nov 21, 2008 at 9:41 AM, <[EMAIL PROTECTED]> wrote: > > Author: slaws > > Date: Fri Nov 21 09:41:56 2008 > > New Revision: 719652 > > > > URL: http://svn.apache.org/viewvc?rev=719652&view=rev > > Log: > > Revert my change to remove http and jetty as it's required by the > binding.http test. need to look at how to refine this. > > > > Modified: > > tuscany/java/sca/modules/pom.xml > > > > Modified: tuscany/java/sca/modules/pom.xml > > URL: > http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=719652&r1=719651&r2=719652&view=diff > > > ============================================================================== > > --- tuscany/java/sca/modules/pom.xml (original) > > +++ tuscany/java/sca/modules/pom.xml Fri Nov 21 09:41:56 2008 > > @@ -53,6 +53,8 @@ > > <module>endpoint</module> > > <module>extensibility</module> > > <module>extensibility-equinox</module> > > + <module>host-http</module> > > + <module>host-jetty</module> > > <module>implementation-java</module> > > <module>implementation-java-runtime</module> > > <module>implementation-java-xml</module> > > > > > > > > > > -- > Luciano Resende > Apache Tuscany, Apache PhotArk > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende> > http://lresende.blogspot.com/ > Yep, it's tuscany-binding-http-runtime. There is a test dependency on host-jetty. So IMO this comes under the category of unit tests that should be integration tests. If no one objects I'll look at moving this test and try and get the dependency count down. Simon
