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

RE: (In)Dependence on servlet

2003-03-14 Thread Upayavira
On 14 Mar 2003 at 10:54, Nicola Ken Barozzi wrote: ./src/modules/flow ./src/modules/servlet-environment ./src/modules/cli-environment ./src/modules/bean-environment ./src/modules/instrumentation ./src/deprecated -- move it here for consistency Minor point, but seeing as the cli uses the

Re: (In)Dependence on servlet

2003-03-14 Thread Nicola Ken Barozzi
Upayavira wrote, On 14/03/2003 18.19: On 14 Mar 2003 at 10:54, Nicola Ken Barozzi wrote: ./src/modules/flow ./src/modules/servlet-environment ./src/modules/cli-environment ./src/modules/bean-environment ./src/modules/instrumentation ./src/deprecated -- move it here for consistency Minor

Re: (In)Dependence on servlet

2003-03-14 Thread Upayavira
Minor point, but seeing as the cli uses the bean, surely the CLI environment should be replaced with a 'more generic' bean-environment, rather than there being one of each. Well, actually the CLI has an additional jar needed, the CLI jar (soon switch as Avalon is doing to commons-cli).

Re: (In)Dependence on servlet

2003-03-14 Thread Nicola Ken Barozzi
Upayavira wrote, On 14/03/2003 22.50: Well, actually the CLI has an additional jar needed, the CLI jar (soon switch as Avalon is doing to commons-cli). Let me know when we're ready to do so, and I'll happily send in a patch to move to the commons-cli. Even now. the sooner tha better :-) --