RSS feed for ApacheWiki now in beta test

2003-01-01 Thread Andrew C. Oliver
Give it a whirl: http://nagoya.apache.org/wiki/apachewikitest.cgi?action=rss If its good... I'll move it over in place of the existing script. Apparently it doesn't do everything in the RSS that would make some people happy... If you have suggestions, patch this: http://nagoya.apache.org/wiki/

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers xhtml-serializer.xml book.xml

2003-01-01 Thread crossley
crossley2003/01/01 15:52:18 Modified:src/documentation/xdocs/howto Tag: cocoon_2_0_3_branch index.xml src/documentation/xdocs/userdocs/matchers Tag: cocoon_2_0_3_branch book.xml src/documentation/xdocs/userdocs

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-flow-debugger.xml

2003-01-01 Thread crossley
crossley2003/01/01 15:26:04 Modified:src/documentation/xdocs/howto howto-flow-debugger.xml Log: Added a note that this is only in 2.1 branch. Revision ChangesPath 1.2 +2 -1 xml-cocoon2/src/documentation/xdocs/howto/howto-flow-debugger.xml Index: howto-flo

AW: ResourceReader and pdf

2003-01-01 Thread Lars Steiger
in my opinion - the perfect world would be if the interface (SitemapOutputComponent) contains a method to get the content size or better the method "shouldSetContentLength" (maybe renamed) returns the content length or -1 if the size should not be set. lars > On Tuesday 31 December 2002 00:20, "L

Re: Javadocs: need basic package information

2003-01-01 Thread Sylvain Wallez
Bernhard Huber wrote: hi, i think writing a single packages.xml is better than maintaing 84 package.html files. IMO, a centralized XML file may not be better as far as keeping it up to date is concerned : - people may often forget to update a central file far away from the source files. -

Re: Licence for javax activation, mail & transaction

2003-01-01 Thread Sylvain Wallez
Stefano Mazzocchi wrote: Sylvain Wallez wrote: Hi team, We have in our build some conditional compilation against javax activation, mail and transaction because it was said that we cannot redistribute them. Reading the license for these packages, I'm not sure redistribution is forbidden. P

Re: CVS Source (was Re: [ANNOUNCE] CVSView, a server-side CVS repositorygenerator.)

2003-01-01 Thread Sylvain Wallez
Stephan Michels wrote: On Tue, 31 Dec 2002, Sylvain Wallez wrote: I will make this CVSSource available after my holidays (needs some polishing), but it won't be possible to include it in Cocoon's CVS since it currently relies on some LGPL stuff. These are great news ;-) I missed a CVSS

Re: CVS Source (was Re: [ANNOUNCE] CVSView, a server-side CVS repositorygenerator.)

2003-01-01 Thread Sylvain Wallez
Jeremy Quinn wrote: On Tuesday, Dec 31, 2002, at 21:19 Europe/London, Sylvain Wallez wrote: Some details on this stuff : it's a Source that implements WriteableSource, TraversableSource and partially RevisableSource. It is connected "live" to the CVS server and thus doesn't require a file-a

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Andrew C. Oliver
Jody Goldberg wrote: On Tue, Dec 31, 2002 at 12:31:07PM -0500, Andrew C. Oliver wrote: My preference would be (this markup is off the top of my head and not intended to be accurate, just give the picture): color, background, etc Yup that was pretty much what I was thinki

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Andrew C. Oliver
Ted Kaczmarek wrote: I am fairly ignorant on xml, but the other day I wanted to be able to color code a spreadsheet. My hope was to open up the gnumeric doc saved as xml, look at the fields I color coded and do the rest of the changes with %s/ in vi.Is their was for an xml doc generated by gnumer

Re: CVS Source (was Re: [ANNOUNCE] CVSView, a server-side CVSrepository generator.)

2003-01-01 Thread Stephan Michels
On Tue, 31 Dec 2002, Sylvain Wallez wrote: > I will make this CVSSource available after my holidays (needs some > polishing), but it won't be possible to include it in Cocoon's CVS since > it currently relies on some LGPL stuff. These are great news ;-) I missed a CVSSource for years. > For t

Re: CVS Source (was Re: [ANNOUNCE] CVSView, a server-side CVS repository generator.)

2003-01-01 Thread Jeremy Quinn
On Tuesday, Dec 31, 2002, at 21:19 Europe/London, Sylvain Wallez wrote: Some details on this stuff : it's a Source that implements WriteableSource, TraversableSource and partially RevisableSource. It is connected "live" to the CVS server and thus doesn't require a file-accessible repository (

Re: Handing over Cocoon Bean code

2003-01-01 Thread Upayavira
Nicola Ken Barozzi wrote: > ReLook at how o.a.c.Cocoon is setup and used in Main.java, and you'll > see how nobody would use it in its code, it's way too complicated. > We had already talked a bit about this, and we thought that maybe making > a second CocoonBean class would be better with regard

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Ted Kaczmarek
At work I have been doing application profiling, I took my data captures statistics and exported them to csv. The sheet was then sorted by application flows and clients. In this data capture their were 10 clients connecting to N servers generating anywhere from 80-120 flows. I was hoping to be ab

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Jody Goldberg
On Tue, Dec 31, 2002 at 12:31:07PM -0500, Andrew C. Oliver wrote: > > My preference would be (this markup is off the top of my head and not > intended to be accurate, just give the picture): > > > color, background, etc > > > > > > > > > Yup that was pretty much what I was thi

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Jody Goldberg
On Tue, Dec 31, 2002 at 06:12:23PM -0500, Ted Kaczmarek wrote: > I am fairly ignorant on xml, but the other day I wanted to be able to > color code a spreadsheet. My hope was to open up the gnumeric doc saved > as xml, look at the fields I color coded and do the rest of the changes > with %s/ in vi

Re: HSSFSerializer - Extensions?

2003-01-01 Thread Ted Kaczmarek
I am fairly ignorant on xml, but the other day I wanted to be able to color code a spreadsheet. My hope was to open up the gnumeric doc saved as xml, look at the fields I color coded and do the rest of the changes with %s/ in vi.Is their was for an xml doc generated by gnumeric to have tags for col

Re: Build system problems on OS/X 10.2.3

2003-01-01 Thread Jeremy Quinn
On Wednesday, Jan 1, 2003, at 02:44 Europe/London, David Crossley wrote: I get the same problem on Linux with Java-1.3.1 ./build.sh -Dinclude.webapp.libs=yes webapp Well that is interesting! I was seriously beginning to think this was a problem somehow introduced by Apple's release of the Ma

DO NOT REPLY [Bug 15748] - [PATCH] Cocoon Bean code

2003-01-01 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/documentation/xdocs/userdocs/selectors requestattribute-selector.xml requestparameter-selector.xml book.xml

2003-01-01 Thread huber
huber 2003/01/01 03:52:00 Modified:src/documentation/xdocs/userdocs/selectors book.xml Added: src/documentation/xdocs/userdocs/selectors requestattribute-selector.xml requestparameter-selector.xml Log: add doc for requestparam

Re: Handing over Cocoon Bean code

2003-01-01 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote: Nicola Ken Barozzi wrote: Stefano Mazzocchi wrote: Nicola Ken Barozzi wrote: Upayavira wrote: Dear All, I have got a prototype CocoonBean that I would like to make available. A few questions: 1) I have used my own package names, but would like to use org.apa

Re: Handing over Cocoon Bean code

2003-01-01 Thread Upayavira
Stefano wrote: > > *shrug* I'd have thought that the bean would become rather more > > central with an instance being created by o.a.c.Main.java and > > o.a.c.servlet.*Servlet.java > > Yeah, exactly. Even though I'm new to working on the Cocoon code, that's how I've seen it. I haven't felt bold

Re: Handing over Cocoon Bean code

2003-01-01 Thread Nicola Ken Barozzi
Stefano Mazzocchi wrote: Nicola Ken Barozzi wrote: [...] o.a.c.Main.java is conceptually part of a CLI environment. And o.a.c.servlet.*Servlet.java is conceptually part ot a servlet Environment. Then we would have an Ant environment, a mailet one, and a bean one. Each with a different fronte

DO NOT REPLY [Bug 15748] - [PATCH] Cocoon Bean code

2003-01-01 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 15748] New: - [PATCH] Cocoon Bean code

2003-01-01 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: [BUG] : java.util.EmptyStackException on EnvironmentStack

2003-01-01 Thread Amir Rosen
Hi, I added a patch in my servlet extending the cocoon servlet, detailed below. Is this going to solve this bug ? public class SensesServlet extends CocoonServlet { ... public void service(ServletRequest request, ServletResponse response) throws ServletException,