Re: build problem

2012-02-01 Thread Carsten Ziegeler
Yeah, sorry for that - it seems that Eclipse once again did not commit changed files...sigh Should be fixed now Carsten 2012/2/1 Justin Edelson : > Hi Robert- > You can usually check the build status on Jenkins: > https://builds.apache.org/view/S-Z/view/Sling/ > > In this case, yes, we do seem t

Re: build problem

2012-02-01 Thread Justin Edelson
Hi Robert- You can usually check the build status on Jenkins: https://builds.apache.org/view/S-Z/view/Sling/ In this case, yes, we do seem to have a problem. Carsten - I think this is related to some stuff you've been working on. Can you take a look? Justin On Wed, Feb 1, 2012 at 4:15 PM, Rober

build problem

2012-02-01 Thread Robert A. Decker
Hi. I tried doing a build from scratch of sling, using these instructions: http://sling.apache.org/site/getting-and-building-sling.html I'm getting the error listed below. And yes, sure enough, the constructor for StartupManager should only be given two arguments, not three. Is the trunk too

Accessing bundles implementing same interface using TestReference annotation

2012-02-01 Thread MeriƧ Taze
Hi all, I have a question about accessing bundles implementing the same interface using TestReference annotation. Here an example: public interface Search { String search(String keyword); } And I have 3 classes and all implement Search interface: OntologySearch SolrSearch SiteSearch Howeve