(In)Dependence on servlet - (Re: [RT] Flow as a block)

2003-03-14 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote, On 14/03/2003 8.23: Upayavira wrote_ Do we have hard dependencies on servlet ? AFAIK we have some for those components that can't live without it (e.g. JSPGenerator), but are there others ? Try running the CLI without a reference to servlet-XXX.jar. It fails whilst

RE: (In)Dependence on servlet - (Re: [RT] Flow as a block)

2003-03-14 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: Well, the fact is that some parts reference the CocoonServlet, and the StreamGenerator is usable only on Servlets! Ok, this has already been discussed, so I think we should get to a conclusion here. Proposal: 1) move all environments in separate

Re: (In)Dependence on servlet - (Re: [RT] Flow as a block)

2003-03-14 Thread Nicola Ken Barozzi
Just a couple of corrections. Carsten Ziegeler wrote, On 14/03/2003 14.13: ... Ok, we should consider adding libs to an environment directory as well, so the servlet.jar could become part of the servlet environment. +1 ... Shouldn't this be added to the Request? The StreamGenerator does not

Re: (In)Dependence on servlet - (Re: [RT] Flow as a block)

2003-03-14 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: Carsten Ziegeler wrote, On 14/03/2003 8.23: Upayavira wrote_ Do we have hard dependencies on servlet ? AFAIK we have some for those components that can't live without it (e.g. JSPGenerator), but are there others ? Try running the CLI without a reference to