RE: getResource problems (was: TODOs for the next release)

2002-01-17 Thread Vadim Gritsenko
> From: David Crossley [mailto:[EMAIL PROTECTED]] > > Would others please please report any problems ... > 1) use the sample "Entity Catalogs" from the Welcome page Works. > 2) run "build docs" and get past "catalog-test.xml" No problem. > 3) run "build test" and pass the Catalog Resolver tes

getResource problems (was: TODOs for the next release)

2002-01-17 Thread David Crossley
Bernhard Huber wrote: >I think that the servlet implementation for getResource is somewhat wrong, >it is a bad idea trying to getExternalForm() from an directory installed >webapplication, hence trying first getRealPath(), and only if it returns >null try using getResource(), yields okay > >For

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/resolver ResolverImpl.java

2002-01-17 Thread crossley
crossley02/01/17 19:17:24 Modified:src/java/org/apache/cocoon/components/resolver ResolverImpl.java Log: Ensure that getting the full pathname of a file works properly in both webapp and commandline contexts. First try getRealPath(), and only if it return

Re: TODOs for the next release

2002-01-17 Thread Bernhard Huber
hi, David Crossley wrote: >Try these ... >/cocoon/documents/catalog-test.html >/cocoon/catalog-demo > > > > > > More analysis: testing commandline context version is okay, as commandline context builds a correct correct catalog url [junit] DEBUG 10113 [testAvai] (): System OASIS Cat

Re: Cocoon "get-together" at CeBIT

2002-01-17 Thread Michael Hartle
Matthew Langham wrote: >Hi, > >So, the aim of this email is to see whether there is enough interest for >some sort of "get-together" so we can go ahead with actually booking the >room. And it gives you chance to plan your CeBIT visit to fit. > I would be highly interested in participating ! Best

RE: TODOs for the next release

2002-01-17 Thread Vadim Gritsenko
Filling the gap: > From: David Crossley [mailto:[EMAIL PROTECTED]] > > Try these ... > /cocoon/documents/catalog-test.html > /cocoon/catalog-demo > > > > Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: TODOs for the next release

2002-01-17 Thread David Crossley
Try these ... /cocoon/documents/catalog-test.html /cocoon/catalog-demo Berhard Huber wrote: >I had similar problems, too, even so I didn't checkout the latest >version from CVS. >I think the problems the resolver.jar implementation, >try to increase the resolver-log level to set to 10, you

[Heads Up] Utility for efficiency

2002-01-17 Thread Berin Loritsch
The current version of Excalibur that is in Cocoon's CVS has new buffer classes that are very efficient. Many times we need to temporarily buffer objects as a sort of queue. When order is important, we have to use a List. In these applications, we do not need the indexing features of a List, an

RE: HSQLDB Shutdown

2002-01-17 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > I know this is a hack, but perhaps also deleteing the backup file > > > might solve the problem. I always delete it before restarting Cocoon, > > > an

Re: TODOs for the next release

2002-01-17 Thread Bernhard Huber
> > >>I just tried a total fresh checkout and I get the following error: >>ERROR (2002-01-17) 17:14.12:901 [core] >>(/cocoon/documents/catalog-test.html) Thread-25/FileGenerator: Could >> >not > >>read resource >> >file:/C:/Programme/Sunshine/ApacheGroup/tomcat/webapps/cocoon/documentat >ion/

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb ServerImpl.java

2002-01-17 Thread vgritsenko
vgritsenko02/01/17 13:04:59 Modified:src/java/org/apache/cocoon/components/hsqldb ServerImpl.java Log: Apply patch suggested by Carsten. Till we have better solution. Revision ChangesPath 1.4 +7 -0 xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/Serv

Re: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Ovidiu Predescu
Vadim, There is some documentation which describes the necessary steps. The files src/documentation/xdocs/developing/deli.xml and src/documentation/xdocs/developing/deliquick.xml describes them. Hope this helps, Ovidiu On Thu, 17 Jan 2002 14:38:26 -0500, "Vadim Gritsenko" <[EMAIL PROTECTED]

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

2002-01-17 Thread vgritsenko
vgritsenko02/01/17 12:14:32 Modified:src/java/org/apache/cocoon/transformation TraxTransformer.java Log: - Release Deli on destroy() - Log if Deli was requested and is not available Revision ChangesPath 1.5 +20 -9 xml-cocoon2/src/ja

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Vadim Gritsenko
Mark, Thanks for the patch. Now I see "Deli is switched off". I have in cocoon.xconf, and true in sitemap.xmap. What are the other required steps to make it work? -- console output --- Starting Resin on Thu, 17 Jan 2002 14:32:17 -0500 (EST) http listening to *:8080 srun listening to 1

cvs commit: xml-cocoon2/src/webapp/stylesheets deli_test.xsl

2002-01-17 Thread vgritsenko
vgritsenko02/01/17 11:30:53 Modified:src/webapp/stylesheets deli_test.xsl Log: Patch from Butler, Mark [[EMAIL PROTECTED]] Revision ChangesPath 1.2 +12 -2 xml-cocoon2/src/webapp/stylesheets/deli_test.xsl Index: deli_test.xsl =

RE: TODOs for the next release

2002-01-17 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > David Crossley wrote: > > > > Carsten Ziegeler wrote: > > > > > >5.) What is the status of the catalog-test? If I hit the link in the > > >documentation > > >of the webapp I get an internal server error. Can we remove that? > > > > Do

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Butler, Mark
Hi This file update should fix the first problem - I don't have access to the CVS so I've asked Ovidiu to update it. thanks Mark H. Butler, PhD Research Scientist HP Labs Bristol > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2002 15:13 > To:

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Vadim Gritsenko
> From: Patrick Reuter [mailto:[EMAIL PROTECTED]] > > 5. /cocoon/yahoo > Shows empty page. Seems Yahoo! changed its frontpage. > > http://www.yahoo.com";> > value="/html/body/center/table[1]/tr/td/table[2]"/> > > > You have to change the xpath value. > This should work now. (But I fo

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-17 Thread vgritsenko
vgritsenko02/01/17 11:13:00 Modified:src/webapp sitemap.xmap Log: Change Yahoo! scrape XPath Revision ChangesPath 1.15 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap === RCS

Re: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Patrick Reuter
Hi, > 5. /cocoon/yahoo >Shows empty page. Seems Yahoo! changed its frontpage. http://www.yahoo.com";> You have to change the xpath value. This should work now. (But I forgot which part of the Yahoo! page it was initially ;-)) patrick --

cvs commit: xml-cocoon2/src/scratchpad/schecoon/webapp/docs .cvsignore

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:14:04 Added: src/scratchpad/schecoon/webapp/WEB-INF .cvsignore src/scratchpad/schecoon/webapp/docs .cvsignore Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/webapp/WEB-INF/.cvsignore Ind

Re: org.apache.cocoon.sitemap.Handler a Component?

2002-01-17 Thread Berin Loritsch
Ovidiu Predescu wrote: > On Thu, 17 Jan 2002 11:29:08 +0100, Sylvain Wallez <[EMAIL PROTECTED]> >wrote: > > I noticed in your TreeProcessor implementation that you in fact > duplicate a lot of code which is in the Handler class. I am trying to > come up with a scheme where by simply changing th

cvs commit: xml-cocoon2/src/scratchpad/schecoon .cvsignore

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:12:24 Added: src/scratchpad/schecoon .cvsignore Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/.cvsignore Index: .cvsignore === build

cvs commit: xml-cocoon2/src/scratchpad/schecoon/emacs .cvsignore

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:11:45 Added: src/scratchpad/schecoon/emacs .cvsignore Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/emacs/.cvsignore Index: .cvsignore ===

cvs commit: xml-cocoon2/src/scratchpad/schecoon ChangeLog

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:10:00 Modified:src/scratchpad/schecoon ChangeLog Log: 2002-01-17 Ovidiu Predescu <[EMAIL PROTECTED]> * scheme/sxml.scm: Added. Compiled collection of SXML functions. * scheme/test.scm: Use an SXML representation of the sitemap.

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sxml.scm

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:09:12 Added: src/scratchpad/schecoon/scheme sxml.scm Log: Added. Compiled collection of SXML functions. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/scheme/sxml.scm Index: sxml.scm

Re: Improved the feeled performance!

2002-01-17 Thread Berin Loritsch
Stefano Mazzocchi wrote: > Thanks for the patch, but now I wonder: should we make this a more > general component? > > I mean, sort of a 'heartbeat' thread in background does all sort of > time-dependent things (cleaning up the cache, flush buffers, and so on) > > What do you people think? I

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme test.scm

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:07:41 Modified:src/scratchpad/schecoon/scheme test.scm Log: Use an SXML representation of the sitemap. Revision ChangesPath 1.4 +17 -55xml-cocoon2/src/scratchpad/schecoon/scheme/test.scm Index: test.scm ===

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:06:16 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Get serious: process the SXML representation of the sitemap and generate an equivalent sitemap function definition. Revision ChangesPath 1.3 +397 -95 xml-cocoon2/src/scratchpad/s

cvs commit: xml-cocoon2/src/scratchpad/schecoon prj.el

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:04:55 Modified:src/scratchpad/schecoon prj.el Log: Updated for the new directory structure. Revision ChangesPath 1.2 +50 -48xml-cocoon2/src/scratchpad/schecoon/prj.el Index: prj.el =

cvs commit: xml-cocoon2/src/scratchpad/schecoon build.xml

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:04:31 Modified:src/scratchpad/schecoon build.xml Log: Updated to work with the new directory structure. Revision ChangesPath 1.4 +11 -14xml-cocoon2/src/scratchpad/schecoon/build.xml Index: build.xml ===

Re: org.apache.cocoon.sitemap.Handler a Component?

2002-01-17 Thread Ovidiu Predescu
On Thu, 17 Jan 2002 11:29:08 +0100, Sylvain Wallez <[EMAIL PROTECTED]> wrote: > Ovidiu Predescu wrote: > > > Hi Sylvain, > > > > I'd like to override some of the behavior of > > org.apache.cocoon.sitemap.Handler class; however SitemapManager > > hard-codes the name of the Handler class in

RE: Improved the feeled performance!

2002-01-17 Thread Gerhard Froehlich
>-Original Message- >From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 17, 2002 6:28 PM >To: [EMAIL PROTECTED] >Subject: Re: Improved the feeled performance! > > >Enke Michael wrote: >> >> Hi people, >> as we have a default Buffer of 8192 byte in the AbstractTex

RE: TODOs for the next release

2002-01-17 Thread Gerhard Froehlich
>-Original Message- >From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 17, 2002 6:35 PM >To: [EMAIL PROTECTED] >Subject: Re: TODOs for the next release > > >Gerhard Froehlich wrote: >> >> Hi, >> >> >From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] >> > >> >Hi T

Re: TODOs for the next release

2002-01-17 Thread Stefano Mazzocchi
Gerhard Froehlich wrote: > > Hi, > > >From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > >Hi Team, > > > >as we have decided to make the 2.0.1 release asap, let's collect > >all the items we really need to do for this release. > >Any long term tasks or "heavy plannings" should not go into 2

Re: org.apache.cocoon.sitemap.Handler a Component?

2002-01-17 Thread Stefano Mazzocchi
Berin Loritsch wrote: > Resist the temptation > to make everything under the sun into a Component. I resonate with Berin's comment. -- Stefano Mazzocchi One must still have chaos in oneself to be able to give birth to a dancing star. <[EMAIL PROTECTED]>

Re: Javascript and initial impressions Re: Samples not working!!!!!!(RE: TODOs for the next release)

2002-01-17 Thread Stefano Mazzocchi
"Andrew C. Oliver" wrote: > > Just my opinion. I feel it is unwise to put javascript on a front page > where one would gather an initial impression of a product or project. > The issue being this is a very likely point of failure (no matter how > simple the javascript is someone will make a brow

Re: Improved the feeled performance!

2002-01-17 Thread Stefano Mazzocchi
Enke Michael wrote: > > Hi people, > as we have a default Buffer of 8192 byte in the AbstractTextSerializer > sometimes it takes very long until any result is visible in the browser. Uh, yeah, didn't know we had such a big bufferh... > Therefore I introduced an "OutputFlusher" which flu

Re: [legal] getting legal things straight

2002-01-17 Thread Stefano Mazzocchi
Martijn Bouterse wrote: > > Stefano Mazzocchi wrote: > [snip] > > non ASF software is: > > - rdffilter (what is this for?) > > It's part of DELI. Ah, ok. -- Stefano Mazzocchi One must still have chaos in oneself to be able to give birth to a dancing star. <[EMA

Re: [picky-mode] scratchpad 2.0

2002-01-17 Thread Stefano Mazzocchi
Carsten Ziegeler wrote: > > Stefano Mazzocchi wrote: > > > > Ok guys, > > > > I'm turned my picky-mode on and I'm going to be a pain in your ass for a > > while :) > > > > Hmm, I have to find the "turn-off" button somehow. :) > > I'm sure all of you will be delighted to hear this :) > > Yupp,

Re: MathML package structure?

2002-01-17 Thread Andrew C. Oliver
Just FYI http://lpf.ai.mit.edu/Patents/Gif/Gif.html It does not expire until next year. Not sure what the ramifications of the "variants" and new patent "applications" are. I wonder if I could file a patent for a method for finding the composite whole value of two operands and charge 1.5%. -A

DO NOT REPLY [Bug 5904] - [PATCH] main page of site still talked about C2 as a future product

2002-01-17 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 5904] New: - [PATCH] main page of site still talked about C2 as a future product

2002-01-17 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: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Berin Loritsch
Patrick Reuter wrote: > Hi, > > > 5. /cocoon/yahoo >Shows empty page. Seems Yahoo! changed its frontpage. > > > > http://www.yahoo.com";> > value="/html/body/center/table[1]/tr/td/table[2]"/> > > > You have to change the xpath value. > This should work now. (But I forgot which par

Re: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Patrick Reuter
Hi, 5. /cocoon/yahoo Shows empty page. Seems Yahoo! changed its frontpage. http://www.yahoo.com";> You have to change the xpath value. This should work now. (But I forgot which part of the Yahoo! page it was initially ;-)) patrick --

RE: TODOs for the next release

2002-01-17 Thread Gerhard Froehlich
Hi, >From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > >Hi Team, > >as we have decided to make the 2.0.1 release asap, let's collect >all the items we really need to do for this release. >Any long term tasks or "heavy plannings" should not go into 2.0.1, >but in a later release. So what is rea

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 17, 2002 4:12 PM > Subject: List of issues with samples (RE: Samples not working!!) > > > > PS: At this ti

cvs commit: xml-cocoon2/src/documentation/xdocs index.xml

2002-01-17 Thread cziegeler
cziegeler02/01/17 08:17:52 Modified:src/documentation/xdocs index.xml Log: Corrected typos Revision ChangesPath 1.3 +9 -9 xml-cocoon2/src/documentation/xdocs/index.xml Index: index.xml ===

RE: TODOs for the next release

2002-01-17 Thread Carsten Ziegeler
> David Crossley wrote: > > Carsten Ziegeler wrote: > >I forgot: > > > >5.) What is the status of the catalog-test? If I hit the link in the > >documentation > >of the webapp I get an internal server error. Can we remove that? > > Do not be so hasty Carsten. The "catalog-test" xdoc works for

Re: org.apache.cocoon.sitemap.Handler a Component?

2002-01-17 Thread Berin Loritsch
Ovidiu Predescu wrote: > Hi Sylvain, > > I'd like to override some of the behavior of > org.apache.cocoon.sitemap.Handler class; however SitemapManager > hard-codes the name of the Handler class in its implementation. > > I'd like to make a component out the sitemap.Handler class. Are you OK >

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Vadim Gritsenko
> From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > > > All, > > > > Please take a look at following list of not working samples and let's > > make it empty. > ... > > > > > > 3. /cocoon/i18n/simple.xml > >translations/messages*.xml files got corrupted by ant!!! > >Output of this e

Re: Javascript and initial impressions Re: Samples not working!!!!!!(RE: TODOs for the next release)

2002-01-17 Thread Piroumian, Konstantin
> Just my opinion. I feel it is unwise to put javascript on a front page > where one would gather an initial impression of a product or project. > The issue being this is a very likely point of failure (no matter how > simple the javascript is someone will make a browser that breaks it). > While

Re: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Piroumian, Konstantin
> All, > > Please take a look at following list of not working samples and let's > make it empty. ... > > > 3. /cocoon/i18n/simple.xml >translations/messages*.xml files got corrupted by ant!!! >Output of this example is corrupted also because of this. This happened before and was fixed by

Javascript and initial impressions Re: Samples not working!!!!!!(RE: TODOs for the next release)

2002-01-17 Thread Andrew C. Oliver
Just my opinion. I feel it is unwise to put javascript on a front page where one would gather an initial impression of a product or project. The issue being this is a very likely point of failure (no matter how simple the javascript is someone will make a browser that breaks it). While rollover

Re: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 4:12 PM Subject: List of issues with samples (RE: Samples not working!!) > PS: At this time, /cocoon/sub/generror works ok for me... But lots of > other error pa

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Morrison, John
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > All, > > Please take a look at following list of not working samples and let's > make it empty. > > 2. /cocoon/svg: >Error page, with exception: I also see this. Thing is, the svg I've written uses use and works... > 10. /cocoon/xs

List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Vadim Gritsenko
All, Please take a look at following list of not working samples and let's make it empty. 1. /cocoon/deli.html, /cocoon/deli.wml: Returns empty page, with the exception in console window: java.lang.RuntimeException: Can not convert #STRING to a NodeList! at org.apache.xalan.transfor

Re: MathML package structure?

2002-01-17 Thread Stephan Michels
On Thu, 17 Jan 2002, Stefano Mazzocchi wrote: > Stephan Michels wrote: > > > 2. > > Gif is the best output format, because most of the browser can handle the > > transparency of GIF images. > > In the US (and other countries, europe is safe, at least for now), there > are patent issues with GIF

Re: MathML package structure?

2002-01-17 Thread Martin Holz
Stefano Mazzocchi wrote: > Stephan Michels wrote: > > 2. > > Gif is the best output format, because most of the browser can handle the > > transparency of GIF images. > > In the US (and other countries, europe is safe, at least for now), there > are patent issues with GIF generation. How do you pl

Re: Samples not working!!!!!! (RE: TODOs for the next release)

2002-01-17 Thread Nicola Ken Barozzi
Since I always keep javascript error reporting to the max, for me the tutorial page gives me javascript errors on the rollover stuff. Also the links on the left are not correct and the fonts are not right. Since it doesn't seem like a tutorial to me, and the examples are basically the same as the

Improved the feeled performance!

2002-01-17 Thread Enke Michael
Hi people, as we have a default Buffer of 8192 byte in the AbstractTextSerializer sometimes it takes very long until any result is visible in the browser. Therefore I introduced an "OutputFlusher" which flushes the BufferedOutputStream per default every 500 ms. Now the pageheader is shown immediat

Re: Samples not working!!!!!! (RE: TODOs for the next release)

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 2:39 PM Subject: RE: Samples not working!! (RE: TODOs for the next release) > Add one more: > - /cocoon/sub/generror hangs!!! It's working for me. I just did

Re: TODOs for the next release

2002-01-17 Thread David Crossley
Carsten Ziegeler wrote: >I forgot: > >5.) What is the status of the catalog-test? If I hit the link in the >documentation >of the webapp I get an internal server error. Can we remove that? Do not be so hasty Carsten. The "catalog-test" xdoc works for me, and so does the Sample "catalog-demo".

Re: MathML package structure?

2002-01-17 Thread Stefano Mazzocchi
Stephan Michels wrote: > 2. > Gif is the best output format, because most of the browser can handle the > transparency of GIF images. In the US (and other countries, europe is safe, at least for now), there are patent issues with GIF generation. How do you plan to handle these? -- Stefano Mazz

Re: [legal] getting legal things straight

2002-01-17 Thread Martijn Bouterse
Stefano Mazzocchi wrote: [snip] > non ASF software is: > - rdffilter (what is this for?) It's part of DELI. Cheers, Martijn Bouterse - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Samples not working!!!!!! (RE: TODOs for the next release)

2002-01-17 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Hi Team, > > I'm a little bit disappointed, after I did a quick test of our samples: > > > 3.) Test, if all included examples work and either fix them or move > > them into scratchpad. > > > > Examples not working on my machine: > -

RE: [picky-mode] scratchpad 2.0

2002-01-17 Thread Vadim Gritsenko
> From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > > Stefano Mazzocchi wrote: > > 2) each cocoon developer has the right to ask for a "whiteboard area" > > without requiring a votation, thus the directory structure will be as > > such > > > > /src/whiteboard/[area]/ > > Segmenting the scratchp

cvs commit: xml-cocoon2/src/java Manifest.mf

2002-01-17 Thread cziegeler
cziegeler02/01/17 04:45:52 Modified:src/java Manifest.mf Added: legalLICENSE.xt lib/optional xt-19991105.jar Removed: lib/optional xt.jar Log: Added license for xt and added version info to xt.jar Revision ChangesPath 1.1

Re: [picky-mode] scratchpad 2.0

2002-01-17 Thread Gerhard Froehlich
Hi, >Stefano Mazzocchi <[EMAIL PROTECTED]> > >Ok guys, > >I'm turned my picky-mode on and I'm going to be a pain in your ass for a >while :) Ahh sh**t he's back :) >I'm sure all of you will be delighted to hear this :) > >Anyway, wondering around our nice and great CVS module (looks *much* >be

Samples not working!!!!!! (RE: TODOs for the next release)

2002-01-17 Thread Carsten Ziegeler
Hi Team, I'm a little bit disappointed, after I did a quick test of our samples: > 3.) Test, if all included examples work and either fix them or move > them into scratchpad. > Examples not working on my machine: - Tutorial (subsitemap not compiled) - Search (subsitemap not compiled) - So

RE: TODOs for the next release

2002-01-17 Thread Carsten Ziegeler
Carsten Ziegeler wrote: > > Hi Team, > > as we have decided to make the 2.0.1 release asap, let's collect > all the items we really need to do for this release. > Any long term tasks or "heavy plannings" should not go into 2.0.1, > but in a later release. So what is really necessary? > > 1.) Coll

Re: [picky-mode] scratchpad 2.0

2002-01-17 Thread Sylvain Wallez
Stefano Mazzocchi wrote: > Ok guys, > > I'm turned my picky-mode on and I'm going to be a pain in your ass for a > while :) You do it so well ;) > I'm sure all of you will be delighted to hear this :) > > Anyway, wondering around our nice and great CVS module (looks *much* > better now, big

RE: MathML package structure?

2002-01-17 Thread Stephan Michels
On Thu, 17 Jan 2002, Morrison, John wrote: > > From: Stephan Michels [mailto:[EMAIL PROTECTED]] > > > > On Thu, 17 Jan 2002, Nicola Ken Barozzi wrote: > > > > > From: "Martin Holz" <[EMAIL PROTECTED]> > > > > > The MathML package currently 3 sitemap components: > > > > Transformer: > > Fragmen

Re: [picky-mode] scratchpad 2.0

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> To: "Apache Cocoon" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 11:44 AM Subject: [picky-mode] scratchpad 2.0 >My proposal turn an individually-oriented R&D location into a >community-oriented R&D location. This

cvs commit: xml-cocoon2/legal LICENSE.ant LICENSE.axis

2002-01-17 Thread cziegeler
cziegeler02/01/17 03:13:56 Added: legalLICENSE.ant LICENSE.axis Log: Two more Revision ChangesPath 1.1 xml-cocoon2/legal/LICENSE.ant Index: LICENSE.ant === /* * ===

RE: [picky-mode] scratchpad 2.0

2002-01-17 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: > > Ok guys, > > I'm turned my picky-mode on and I'm going to be a pain in your ass for a > while :) > Hmm, I have to find the "turn-off" button somehow. > I'm sure all of you will be delighted to hear this :) Yupp, absolutely. Life would be so boring without it! Reall

Re: TODOs for the next release

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Morrison, John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 10:57 AM Subject: RE: TODOs for the next release > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > > Hi Team, > > > > as we have decided to make the 2.0.1 re

RE: MathML package structure?

2002-01-17 Thread Morrison, John
> From: Stephan Michels [mailto:[EMAIL PROTECTED]] > > On Thu, 17 Jan 2002, Nicola Ken Barozzi wrote: > > > From: "Martin Holz" <[EMAIL PROTECTED]> > The MathML package currently 3 sitemap components: > > Transformer: > FragmentExtractorTransformer, similar to the SVG extractor. > MathTransf

Re: MathML package structure?

2002-01-17 Thread Stephan Michels
On Thu, 17 Jan 2002, Nicola Ken Barozzi wrote: > > From: "Martin Holz" <[EMAIL PROTECTED]> > > Hi, > > > > we are currently preparing a cocoon package, which transforms MathML to > > GIF and SVG. The package consist of a two Transformers and a Serializer > plus > > bunch of auxiliary classes, w

[picky-mode] scratchpad 2.0

2002-01-17 Thread Stefano Mazzocchi
Ok guys, I'm turned my picky-mode on and I'm going to be a pain in your ass for a while :) I'm sure all of you will be delighted to hear this :) Anyway, wondering around our nice and great CVS module (looks *much* better now, big thanks to Giacomo and Carsten for their wonderful work!) I found

Re: org.apache.cocoon.sitemap.Handler a Component?

2002-01-17 Thread Sylvain Wallez
Ovidiu Predescu wrote: > Hi Sylvain, > > I'd like to override some of the behavior of > org.apache.cocoon.sitemap.Handler class; however SitemapManager > hard-codes the name of the Handler class in its implementation. > > I'd like to make a component out the sitemap.Handler class. Are you

Re: [update] TreeProcessor now available

2002-01-17 Thread Sylvain Wallez
Vadim Gritsenko wrote: >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] >> > > > > >>I have seen Cocoon newbies really frightened by the lengthy >> section full of class names that starts the sitemap. >>When they finally arrive at , their mindstate is such >>that they hardly perceive the si

Re: Cocoon "get-together" at CeBIT

2002-01-17 Thread Stefano Mazzocchi
Matthew Langham wrote: > > Hi, > > CeBIT 2002 will be upon us soon (13th - 20th of March) and this seems like > an ideal place to showcase Cocoon based solutions (we will be) and perhaps > have some form of a "get-together". Therefore, we have decided to book a > small conference room on Tuesday

RE: TODOs for the next release

2002-01-17 Thread Morrison, John
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Hi Team, > > as we have decided to make the 2.0.1 release asap, let's collect > all the items we really need to do for this release. > Any long term tasks or "heavy plannings" should not go into 2.0.1, > but in a later release. So what is

Re: MathML package structure?

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Martin Holz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 10:24 AM Subject: MathML package structure? > Hi, > > we are currently preparing a cocoon package, which transforms MathML to > GIF and SVG. The package consist of a two

TODOs for the next release

2002-01-17 Thread Carsten Ziegeler
Hi Team, as we have decided to make the 2.0.1 release asap, let's collect all the items we really need to do for this release. Any long term tasks or "heavy plannings" should not go into 2.0.1, but in a later release. So what is really necessary? 1.) Collect all LICENSES into the legal director

MathML package structure?

2002-01-17 Thread Martin Holz
Hi, we are currently preparing a cocoon package, which transforms MathML to GIF and SVG. The package consist of a two Transformers and a Serializer plus bunch of auxiliary classes, which are not cocoon specific. Now we need some advice on the best package structure. Should we place everything in

DO NOT REPLY [Bug 5871] - [PATCH] New Interactive build target

2002-01-17 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

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:15:48 Modified:src/webapp sitemap.xmap Log: Fixing type - making dynamic and static samples work again! Revision ChangesPath 1.14 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap Index: sitemap.xmap =

Re: [update] TreeProcessor now available

2002-01-17 Thread Nicola Ken Barozzi
- Original Message - From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Nicola Ken Barozzi wrote: > > >- Original Message - > >>>From: "Sylvain Wallez" <[EMAIL PROTECTED]> > >>> > - we can also add arbitrary components such as datasources that are > local to a sitemap. > > > >I

cvs commit: xml-cocoon2/src/scratchpad/webapp/sitebuilder/datasources/forms - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:08:48 xml-cocoon2/src/scratchpad/webapp/sitebuilder/datasources/forms - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

cvs commit: xml-cocoon2/src/scratchpad/webapp/sitebuilder/stylesheets - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:08:25 xml-cocoon2/src/scratchpad/webapp/sitebuilder/stylesheets - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

cvs commit: xml-cocoon2/src/scratchpad/webapp/sitebuilder/staticContent - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:08:25 xml-cocoon2/src/scratchpad/webapp/sitebuilder/staticContent - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: xml-cocoon2/src/scratchpad/webapp/sitebuilder/datasources - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:08:24 xml-cocoon2/src/scratchpad/webapp/sitebuilder/datasources - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

cvs commit: xml-cocoon2/src/scratchpad/webapp/sitebuilder - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:08:04 xml-cocoon2/src/scratchpad/webapp/sitebuilder - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

cvs commit: xml-cocoon2/legal LICENSE.avalon LICENSE.batik LICENSE.fop LICENSE.jakarta-commons LICENSE.regexp LICENSE.velocity LICENSE.xalan LICENSE.xerces

2002-01-17 Thread cziegeler
cziegeler02/01/17 01:04:41 Added: legalLICENSE.avalon LICENSE.batik LICENSE.fop LICENSE.jakarta-commons LICENSE.regexp LICENSE.velocity LICENSE.xalan LICENSE.xerces Log: Some more licenses Revision ChangesPath 1.1

RE: [legal] getting legal things straight

2002-01-17 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: > > as we start getting bigger and more recognized, we must take into > serious consideration our 'legal shield' which is done by software > licenses. > > Cocoon ships with an incredible amount of libraries and only a few of > them have a license explicitly indicated. >

cvs commit: xml-cocoon2/legal LICENSE LICENSE.maybeupload LICENSE.resolver

2002-01-17 Thread cziegeler
cziegeler02/01/17 00:52:37 Modified:.build.xml Added: legalLICENSE LICENSE.maybeupload LICENSE.resolver Removed: .LICENSE LICENSE.maybeupload LICENSE.resolver Log: Added legal directory and moved license over there Revision ChangesPath 1

cvs commit: xml-cocoon2/legal - New directory

2002-01-17 Thread cziegeler
cziegeler02/01/17 00:51:57 xml-cocoon2/legal - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cocoon "get-together" at CeBIT

2002-01-17 Thread Matthew Langham
Hi, CeBIT 2002 will be upon us soon (13th - 20th of March) and this seems like an ideal place to showcase Cocoon based solutions (we will be) and perhaps have some form of a "get-together". Therefore, we have decided to book a small conference room on Tuesday the 19th so that any interested parti

  1   2   >