> -----Original Message-----
> From: Daniel Honig [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 11:02 AM
> To: Struts Developers List
> Subject: update:RE: Tiles Refactorings for 1.1 compatability
> 
> 
> Let me  update this.  I am able to get everything running
> but I had to add a method to one of the Mock Objects to get 
> the Tests to
> build.
> 
> 
> cvs update shows I have all the latest struts source.
> 
> I had to add in MockkServletContext.java:
> 
>   a method:
> 
>  public Set getResourcePaths(){
>   throw new UnssuportedOperationException();
> }
> 
> to build the tests.  Otherwise the build complains
> 
> MockServletContext.java should be abstract

You must be building against a Servlets 2.3 API. The getResourcePaths()
method is new for Servlets 2.3. If you try building against a Servlets 2.2
API, you shouldn't have any problems.

--
Martin Cooper


> 
> 
> -dh
> 
> 
> 
> -----Original Message-----
> From: Daniel Honig [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 1:15 PM
> To: Struts Developers List
> Subject: RE: Tiles Refactorings for 1.1 compatability
> 
> 
> Cactus versions
> 
> What version of cactus should I be using for the latest Struts source
> from CVS?
> 
> do I need to build cactus from source too?
> 
> 
> -Daniel
> 
> -----Original Message-----
> From: Eddie Bush [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 12:06 PM
> To: Struts Developers List
> Subject: Re: Tiles Refactorings for 1.1 compatability
> 
> 
> Odd - I didn't see it on the "products" page (overlooked?) 
> but it was on
> the download page.  Unfortunately that is not available in a Linux
> version.  I grabbed it anyhoo - I have a Windoze install too.
> 
> Eddie Bush wrote:
> 
> > I don't see SilverRun JD 1.1 - there's something called ModelSphere.
> > Is that it?  I like the idea of letting a tool build diagrams ;-)
> >
> > I snagged the demo of ModelSphere.
> >
> > Robert Leland wrote:
> >
> >> > There is no up to date UML diagram.
> >> > The later one is a not up to date reverse engineering of 
> the tiles
> >> package.
> >>
> >> I used SilverRun JD 1.1 to produce the diagrams. <snip/>
> >>
> >> -Rob
> >
> 
> --
> Eddie Bush
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to