Re: excalibur monitor unused?

2003-01-28 Thread Vadim Gritsenko
Marco Rolappe wrote: apart from being declared in cocoon.xconf I can't find any code where the monitor is being referenced/used. so, can I assume that this is just a useless thread and removing the declaration from cocoon.xconf doesn't do any harm? No, it's not used yet, yes, you can remove d

Re: Flow problems & question

2003-01-28 Thread Vadim Gritsenko
t >in more details, maybe Ovidiu can you give me a couple of clues?) > >Attached is what I sent to Jetty-DEV, once the patch is included by them, >I'll put up a new Jar in CVS (jetty-4.2.6-dev.jar or do you prefer something >like jetty-20030128.jar ???)... Second n

excalibur monitor unused?

2003-01-28 Thread Marco Rolappe
apart from being declared in cocoon.xconf I can't find any code where the monitor is being referenced/used. so, can I assume that this is just a useless thread and removing the declaration from cocoon.xconf doesn't do any harm?

Re: Attachments within sendmail

2003-01-28 Thread Niclas Hedhman
Here is my code for making multiple attachments (in Java though, not XSP and don't know if there are any "issues" of XSP involved) htmlContent contains the HTML text. xmlContent contains the XML text. qtxcontent is a text file in proprietary format connectTransport();

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
Here it is! Go to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16523 and unzip the zip in the xml-cocoon2 root, apply the diff which contains modifications for build.xml, lib/jars.xml, project-info.xml and properties.xml. Hit 'build clean run' or something like that and point the browser to

DO NOT REPLY [Bug 16523] - [PATCH] JavadocSource post

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16523] New: - [PATCH] JavadocSource post

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
- Original Message - From: "Bart Guijt" <[EMAIL PROTECTED]> > I'll be posting shortly (if I get it working in the latest CVS version!) It works! It works! I created a Cocoon block, integrated it into the build (wow, lets spend some wiki quality time here! ;-) and fired up the webserver w

Re: [ANNONUNCEMENT] ChartTransformer 0.0.4 released

2003-01-28 Thread Bernhard Huber
hi, Stefano Mazzocchi wrote: Luca Morandini wrote: Antonio, thanks for your appreciation. We'd like to insert it into the next release of Cocoon, but we're not committers :( moreover, JFreeChart is (L)PGL. In fairness though, I think licensing is not much of a problem, since (L)PGL is, m

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
- Original Message - From: "Bernhard Huber" <[EMAIL PROTECTED]> > Let me summarize the configuration: > A new JavadocSource and -SourceFactory using uri-prefix javadoc: > In the configuration of the JavadocSource you have to > define the physical location of the java source, as noted > by t

Re: [RT] JavadocGenerator

2003-01-28 Thread Pier Fumagalli
Bernhard Huber wrote: any comments welcome, What about a nice "compendium of thoughs" on the Wiki? :-) Pier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] JavadocGenerator

2003-01-28 Thread Bernhard Huber
hi, great ! donation is very welcome. as implementation is on the way, i'd like to develop a bit of documentation via this mailing list. Thus at the point of donation check-in we have a draft documentation, too. Let me summarize the configuration: A new JavadocSource and -SourceFactory using ur

AW: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation EncodeURLTransformer.java

2003-01-28 Thread Marco Rolappe
caching seems a better point than creating sessions while generating content... I think this should be documented/added to the FAQ then. Just didn't why my urls weren't encoded when creating my session via create-session="true", until I found out about the way the pipeline was setup. another thin

Re: Attachments within sendmail

2003-01-28 Thread Thorsten Scherler
You're right! But most of the time I was posting in regard of that: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103803474424981&w=2 Bernhard Huber answered me: So you may want to enhance the src\java\org\apache\cocoon\components\language\markup\xsp\java\sendmail.xsl for adding attachments, an

RE: [ESQL] Improvement....

2003-01-28 Thread Antonio Gallardo
Hunsberger, Peter dijo: > In reply to Antonio Gallardo >>> >>> However, the real issue here is how should you be limiting the query? >>> IIRC the LIMIT +1 logic was added fairly recently in order to solve >>> a bug that someone else encountered. >> >> Just for the record, I was the one who find t

DO NOT REPLY [Bug 16513] New: - simple form transformer aka SimpleFormTransformer problem, sticky tag

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [ANNONUNCEMENT] ChartTransformer 0.0.4 released

2003-01-28 Thread Luca Morandini
John, thanks for your insights, we'll put them to good use :) We tested it only with 2.0.3, which probably explains the problem you've found: in a time-honoured way, we let the users do the testing ;) Regards, P.S. John, since the transformer has not been accepted as part of Cocoon, it's more

Re: [ANNONUNCEMENT] ChartTransformer 0.0.4 released

2003-01-28 Thread John R. Callahan
I had some trouble with the ChartTransformer, but I have solved them and wanted to share my results with fellow cocoon-users: Context: == Cocoon2.1dev Resin-2.1.6 Linux and Win2K JDK 1.3.1 (_05 and _06) (1) The use of GenericDOMImplementation produced weird SVG output: the SVG elements had no

RE: [ESQL] Improvement....

2003-01-28 Thread Hunsberger, Peter
In reply to Antonio Gallardo >> >> However, the real issue here is how should you be limiting the query? >> IIRC the LIMIT +1 logic was added fairly recently in order to solve a >> bug that someone else encountered. > > Just for the record, I was the one who find the problem and the solution. ;-)

RE: [ESQL] Improvement....

2003-01-28 Thread Antonio Gallardo
Hunsberger, Peter dijo: > Just sent a blank reply by mistake, sorry about that. > >>> Torsten, >>> >>> You're chasing a non-existent problem. There is never a real life >>> case that will have both good performance for N records and bad >>> performance for >>> N+1 records. The only way you can gu

RE: Attachments within sendmail

2003-01-28 Thread Geoff Howard
there were some messages on this a month or so ago. Have you searched the archives for it for both the dev and users list? Geoff Howard > -Original Message- > From: Scherler, Thorsten [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 12:04 PM > To: [EMAIL PROTECTED] > Subject:

AW: Attachments within sendmail

2003-01-28 Thread Scherler, Thorsten
Thanks for the reply. i thought nobody but me would like to have that capability. I am working on it (at the moment without any success). -Ursprüngliche Nachricht- Von: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 17:59 An: [EMAIL PROTECTED] Betreff: Re:

Re: Attachments within sendmail

2003-01-28 Thread Pier Fumagalli
I'd like to have that capability (as I already use it on my employer's site), but I'll need to get acquainted with that part of the code before commenting on it... Maybe in a couple of weeks... Pier "Scherler, Thorsten" <[EMAIL PROTECTED]> wrote: > > Am I the only one, who wants to attach fi

Attachments within sendmail

2003-01-28 Thread Scherler, Thorsten
Am I the only one, who wants to attach files to sendmail? > Mit freundlichem Gruss, > > Thorsten Scherler > Marketing / Telefonmarketing > > Weidmüller GmbH & Co. > P.O. Box 2807 > 33058 Paderborn > Tel.:+ 49 - 5252-960-350 > Fax:+ 49 - 5252-960-116 > eMail: [EMAIL PROTECTED] > http://www.weidm

Re: Flow problems & question

2003-01-28 Thread Pier Fumagalli
a couple of clues?) Attached is what I sent to Jetty-DEV, once the patch is included by them, I'll put up a new Jar in CVS (jetty-4.2.6-dev.jar or do you prefer something like jetty-20030128.jar ???)... FUN FUN FUN! :-) Pier --- Begin Message --- "Pier Fumagalli" <[EMAIL PR

RE: [ESQL] Improvement....

2003-01-28 Thread Hunsberger, Peter
Just sent a blank reply by mistake, sorry about that. >> Torsten, >> >> You're chasing a non-existent problem. There is never a real life >> case that will have both good performance for N records and bad >> performance for >> N+1 records. The only way you can guarantee having good performance

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation EncodeURLTransformer.java

2003-01-28 Thread Carsten Ziegeler
With the recent changes, the encode url transformer does not support caching anymore. In order to support caching the transformer *must* know, if a session is available or not; otherwise you might get wrong cached results or do not have the correct url encoding. I would really appreciate it if we

RE: [ESQL] Improvement....

2003-01-28 Thread Hunsberger, Peter
-Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:03 PM To: [EMAIL PROTECTED] Subject: Re: [ESQL] Improvement On Tuesday 28 January 2003 01:32, Hunsberger, Peter wrote: > >> if (exist ) > >>LIMIT 5+1 > >> else > >>LIMIT 5 >

DO NOT REPLY [Bug 16248] - Reloading a modified page causes NPE

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: input module question

2003-01-28 Thread Vadim Gritsenko
Konstantin Piroumian wrote: From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> Konstantin Piroumian wrote: From: "Jeremy Quinn" <[EMAIL PROTECTED]> ^^^ Is this possible to do? Unfortunately no. I've raised this issue on

Re: [RT] JavadocGenerator

2003-01-28 Thread Andy Lewis
> Bart Guijt wrote: >> Hi there, >> >> As a result of gaining some hands-on Cocoon experience, I created a JavadocSource >and >> -SourceFactory which largely complies to what you are discussing here. > >... > > Yes! Yes! Wow! > > Obviously a donation is most welcome, we need this to implement our

AW: Struggling with add Multipart/formdata to sendmailAction

2003-01-28 Thread Scherler, Thorsten
Is there no one who can help? -Ursprüngliche Nachricht- Von: Scherler, Thorsten Gesendet: Dienstag, 28. Januar 2003 14:42 An: Cocoon-Dev (E-Mail) Cc: [EMAIL PROTECTED] Betreff: Struggling with add Multipart/formdata to sendmailAction Hello group, hello Donald, On the 1.6.2002 Donald fi

Re: What is a Parser?

2003-01-28 Thread Vadim Gritsenko
Jeff Turner wrote: On Mon, Jan 27, 2003 at 07:19:05PM +0100, Ugo Cei wrote: ... if (saxParser != null) manager.release((Component) saxParser); (cripes.. I've been happily nulling it in my code.. I'd better go fix:) :) I guess you are prepared for Avalon 5 where (going by rumors) t

Re: input module question

2003-01-28 Thread Christian Haul
On 28.Jan.2003 -- 04:12 PM, Konstantin Piroumian wrote: > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > > Hi All, > > > > I am interested in seeing whether Input Modules in the Sitemap can use > > Sitemap params as their own params. > > > > I am looking at all the different ways to solve a problem

RE: input module question

2003-01-28 Thread Carsten Ziegeler
Konstantin Piroumian wrote: > > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > Konstantin Piroumian wrote: > > > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > > > >> > > >> ^^^ > > >> > > >> > > >> > > >>Is this possible to do? > > > > >

Struggling with add Multipart/formdata to sendmailAction

2003-01-28 Thread Scherler, Thorsten
Hello group, hello Donald, On the 1.6.2002 Donald finshed work on the SendmailAction.java / sendmail.xsl. I would like to extend the functionality in regards of attaching (1 to n) files to a message. I want to call it with this tag file or URI. I am a newbie as a developer. I found that site

Re: input module question

2003-01-28 Thread Konstantin Piroumian
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > Konstantin Piroumian wrote: > > From: "Jeremy Quinn" <[EMAIL PROTECTED]> > > >> > >> ^^^ > >> > >> > >> > >>Is this possible to do? > > > > Unfortunately no. I've raised this issue on dev list

Re: input module question

2003-01-28 Thread Nicola Ken Barozzi
Konstantin Piroumian wrote: From: "Jeremy Quinn" <[EMAIL PROTECTED]> ^^^ Is this possible to do? Unfortunately no. I've raised this issue on dev list, but no one had a solution to it (I hope we'd invent something for that). In xp

Re: input module question

2003-01-28 Thread Konstantin Piroumian
From: "Jeremy Quinn" <[EMAIL PROTECTED]> > Hi All, > > I am interested in seeing whether Input Modules in the Sitemap can use > Sitemap params as their own params. > > I am looking at all the different ways to solve a problem before > we choose a solution > > Say I have a set of urls: > > /ar

input module question

2003-01-28 Thread Jeremy Quinn
Hi All, I am interested in seeing whether Input Modules in the Sitemap can use Sitemap params as their own params. I am looking at all the different ways to solve a problem before we choose a solution Say I have a set of urls: /archive/people/ABC /archive/people/WXYZ Which result i

Re: Flow problems & question

2003-01-28 Thread Pier Fumagalli
"Nicola Ken Barozzi" <[EMAIL PROTECTED]> wrote: > > Pier Fumagalli wrote: > > ... >> I believe there's something different in the >> way that Tomcat and Jetty handles the naming of paths... If you go to >> /samples (for example) you'll end up being redirected somewhere else... >> >> If you depl

Re: Flow problems & question

2003-01-28 Thread Nicola Ken Barozzi
Pier Fumagalli wrote: ... I believe there's something different in the way that Tomcat and Jetty handles the naming of paths... If you go to /samples (for example) you'll end up being redirected somewhere else... If you deploy your context (for instance) under /cocoon, a request to /cocoon/ wil

Re: [VOTE] Pierpaolo Fumagalli as a cocoon committer

2003-01-28 Thread Jeremy Quinn
On Sunday, Jan 26, 2003, at 16:30 Europe/London, Nicola Ken Barozzi wrote: Oh boy, this is fun... I'd like to propose Pierpaolo Fumagalli, aka [EMAIL PROTECTED], aka Mr Bugzilla notwithstanding, aka many other things as an active cocoon committer, back from emeritus status. In case someone

DO NOT REPLY [Bug 16490] - [PATCH]Image Reader Caching Problem

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16490] New: - [PATCH]Image Reader Caching Problem

2003-01-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Flow problems & question

2003-01-28 Thread Gianugo Rabellino
Pier Fumagalli wrote: "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: Give me five minutes, I just grabbed the new jar and commit it.. Give it a go with the new one... Gianugo, I just checked in the new stuff, and (in theory) all should be fine for some testing... Thanks Pier: unfortunately s

Re: Flow problems & question

2003-01-28 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > "Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > >> Give me five minutes, I just grabbed the new jar and commit it.. Give it a >> go with the new one... > > Gianugo, I just checked in the new stuff, and (in theory) all should be fine > for some testing.

Re: Flow problems & question

2003-01-28 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > Give me five minutes, I just grabbed the new jar and commit it.. Give it a > go with the new one... Gianugo, I just checked in the new stuff, and (in theory) all should be fine for some testing... Pier --

cvs commit: xml-cocoon2/tools/jetty/lib jasper-4.1.9.jar jetty-4.2.6.jar servlet-2.3.jar VERSION.txt javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty-jdk1.2.jar org.mortbay.jmx.jar

2003-01-28 Thread pier
pier2003/01/28 03:22:42 Added: tools/jetty/lib jasper-4.1.9.jar jetty-4.2.6.jar servlet-2.3.jar Removed: tools/jetty/lib VERSION.txt javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty-jdk1.2.jar or

Re: Flow problems & question

2003-01-28 Thread Pier Fumagalli
"Gianugo Rabellino" <[EMAIL PROTECTED]> wrote: > Gianugo Rabellino wrote: >> >> It didn't. Looks like we are in sync perfectly, but I'm still getting >> that error. Oh well... I'll see what I can do, but I have little or no >> clue. >> > > Funny & weird. On Tomcat everything seems to work just

Re: UnBlocking Blocks

2003-01-28 Thread Niclas Hedhman
I recalled I saw some comment about specifying version ranges. I would suggest (similar to NetBeans) a comma separated list with an initial operator (>, <, =, >=, <= ) followed by a version. Easy to parse, easy to interpret. >= 1.3.1, <= 1.4.9 also implied rules; = 2 would mean >=

Re: Flow problems & question

2003-01-28 Thread Gianugo Rabellino
Gianugo Rabellino wrote: It didn't. Looks like we are in sync perfectly, but I'm still getting that error. Oh well... I'll see what I can do, but I have little or no clue. Funny & weird. On Tomcat everything seems to work just fine. "Drop&forget" uh? :-/ Ciao, -- Gianugo Rabellino CTO --

Re: caching "last-modified" in response header

2003-01-28 Thread Gianugo Rabellino
Yap, Mow Ching (Gamer.tv) wrote: does anyone know how to cache the last-modified value in the header for a cached stream pipeline? as far as i can tell, the stream pipeline in cache only stores the body of the response. presumably the stream pipeline itself sets the response headers for a cached

Re: UnBlocking Blocks

2003-01-28 Thread Nicola Ken Barozzi
Morrison, John wrote: From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Stefano Mazzocchi wrote: Nicola Ken Barozzi wrote: [...] section, where I can specify the block to use, and the default download location, and the Cocoon components to load. Something like: If you don't spe

RE: Personal Attacks [was Re: ChartTransformer 0.0.4 urge a commiter!]

2003-01-28 Thread Luca Morandini
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 8:44 AM > To: [EMAIL PROTECTED] > Subject: Re: Personal Attacks [was Re: ChartTransformer 0.0.4 urge a > commiter!] > > > > Stefano Mazzocchi wrote: > > > Nicola, you crossed the lin

RE: UnBlocking Blocks

2003-01-28 Thread Morrison, John
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Stefano Mazzocchi wrote: > > Nicola Ken Barozzi wrote: > > [...] > >> section, where I can specify the block to use, and the default > >> download location, and the Cocoon components to load. > >> > >> Something like: > >> > >> > >> > >

Re: Remove old releases, Fwd: need some more web space conservatism again

2003-01-28 Thread Niclas Hedhman
On Tuesday 28 January 2003 04:09, Stefano Mazzocchi wrote: > Niclas Hedhman wrote: > > Where do I send the 30GB worth of RAID hard drives? > > hardware is only 0.01% of the problem, Niclas. Politics and human > dynamics account for the remaining 99.99% and you can't fix that sending > us something

Re: UnBlocking Blocks

2003-01-28 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote: Nicola Ken Barozzi wrote: [...] Now, blocks are needed for two reasons: 1 - separate components development and deployment from Cocoon 2 - dynamic loading, polimorphic usage and wizbang super extra inheritance I see the first part much easier to accomplish than

Re: Flow problems & question

2003-01-28 Thread Gianugo Rabellino
Ugo Cei wrote: Gianugo Rabellino wrote: Ugo Cei wrote: Gosh. Can you tell me what version you have so that I can try to check it out from CVS (and maybe try to understand what happened in between)? I can't remember the last date I did an update, but I will send you (off-list) the output of c

Re: UnBlocking Blocks

2003-01-28 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: Stefano Mazzocchi wrote: Antonio Gallardo wrote: I think it is time to start thinking in a plug-in technology for Cocoon. Yes, it's time, but our avalon container is not good enough for that Let's put down what is lacking, and what the intermediate goals are.

Re: Remove old releases, Fwd: need some more web space conservatismagain

2003-01-28 Thread Stefano Mazzocchi
Niclas Hedhman wrote: On Saturday 25 January 2003 21:42, Stefano Mazzocchi wrote: Generally speaking, I agree. Especially if they could not be reproduced from CVS. Moreover, all releases should be available and not only the set we have now (see in this thread). But given limited hardware, I thi

Re: Connecting to a database

2003-01-28 Thread Jeff Turner
On Tue, Jan 28, 2003 at 10:26:57AM +0200, Ufuk Çoban wrote: > I am using Forrest Framework. How can I query a database? Is this a > Cocoon problem or a Forrest problem? Forrest is a documentation tool that uses the Cocooon framework. Things like database access are straight Cocoon, so should be a

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > You're right : it's not very fast on well-known (and thus loaded) public > CVS servers such as Apache and SourceForge. This may however prove > useful if you want to avoid some local checkout. > > >Given the fact that creating one Javadoc document involv

Connecting to a database

2003-01-28 Thread Ufuk Çoban
I am using Forrest Framework. How can I query a database? Is this a Cocoon problem or a Forrest problem? Saygýlar, Ýyi Çalýþmalar. Ufuk Çoban Araþtýrmacý Tübitak Marmara Araþtýrma Merkezi Biliþim Teknolojileri Araþtýrma Enstitüsü Tel : 0262 641 23 00 - 4734 Faks: 0262 646 31 87 ---

Re: [RT] JavadocGenerator

2003-01-28 Thread Sylvain Wallez
Bart Guijt wrote: - Original Message - From: "Sylvain Wallez" <[EMAIL PROTECTED]> This looks _really cool_, and a donation to Cocoon would be more that welcome ! Thanks, Sylvain! Much appreciated. A little question, though : does handle URIs other than file, i.e. does use th

Re: Flow problems & question

2003-01-28 Thread Ugo Cei
Gianugo Rabellino wrote: Ugo Cei wrote: Gosh. Can you tell me what version you have so that I can try to check it out from CVS (and maybe try to understand what happened in between)? I can't remember the last date I did an update, but I will send you (off-list) the output of cvs status on the f

cvs commit: xml-cocoon2/src/blocks/linkrewriter/java/org/apache/cocoon/transformation/helpers VariableConfiguration.java

2003-01-28 Thread cziegeler
cziegeler2003/01/28 00:22:08 Modified:src/blocks/linkrewriter/java/org/apache/cocoon/transformation VariableRewriterTransformer.java LinkRewriterTransformer.java src/blocks/linkrewriter/java/org/apache/cocoon/transformation/h

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
- Original Message - From: "Bertrand Delacretaz" <[EMAIL PROTECTED]> > Obviously a donation is most welcome, we need this to implement our > "User Reference Pages" based on javadoc tags. > OK. > I think Bernhard has been working on something too, so some merging of > ideas/code might be

Re: What is a Parser?

2003-01-28 Thread Ugo Cei
Jeff Turner wrote: Looking in excalibur-xmlutil-20030122.jar, I found this class: org.apache.excalibur.xml.sax.Parser. I guess you mean o.a.e.xml.sax.SAXParser (to complement o.a.e.xml.dom.DOMParser). Oh yes, but I'm still using excalibur-xmlutil-20030115.jar instead of excalibur-xmlutil-200

Re: [RT] JavadocGenerator

2003-01-28 Thread Bart Guijt
- Original Message - From: "Sylvain Wallez" <[EMAIL PROTECTED]> > > This looks _really cool_, and a donation to Cocoon would be more that > welcome ! > Thanks, Sylvain! Much appreciated. > A little question, though : does handle URIs other than > file, i.e. does use the SourceResolver ?

Newbies Competence Center

2003-01-28 Thread Niclas Hedhman
Just want to inform non-"cocoon-users list" members that there is an extremely healthy documentation discussion going on targetted at helping newcomers to Cocoon, whether they are browsing what the technology can bring, or step-by-step instructions for people to get going from different backgro