cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/sitemap SerializeNode.java

2003-07-07 Thread upayavira
upayavira2003/07/07 02:26:53 Modified:src/java/org/apache/cocoon/components/treeprocessor/sitemap SerializeNode.java Log: No longer adds LinkGatherer to internal pipelines, thanks to Sylvain's env.isExternal() Revision ChangesPath 1.4 +2 -2

LinkGatherer and Internal Requests

2003-07-07 Thread Upayavira
that. I'm currently looking into how views are implemented in the treeprocessor, to see if it is possible to implement Vadim's suggestion of a tee - the pipeline feeds both a link view and the rest of the pipeline. I think I'm making some progress. We'll see. Upayavira

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/generators search-generator.xml

2003-07-08 Thread upayavira
upayavira2003/07/08 01:46:33 Modified:src/documentation/xdocs/userdocs/generators search-generator.xml Log: Fixing Typos Revision ChangesPath 1.2 +5 -5 cocoon-2.1/src/documentation/xdocs/userdocs/generators/search-generator.xml

Re: DirectoryGenerator source-oriented refactoring

2003-07-10 Thread Upayavira
changes do require a vote. To my mind, the only thing needing discussing is how to manage the transition from one component to the other, minimising disruption for users. Regards, Upayavira

Re: DirectoryGenerator source-oriented refactoring

2003-07-10 Thread Upayavira
On 10 Jul 2003 at 11:30, Gianugo Rabellino wrote: Upayavira wrote: Gianugo, I just added to scratchpad a refactored implementation of DirectoryGenerator (TraversableGenerator) that doesn't work with just files but with any TraversableSource. Together with it, a refactoring was done

Re: [flow] session creation

2003-07-14 Thread Upayavira
. As no global variables are needed, no session is needed. It's a pretty trivial example, but to my mind it is a site that uses flow but doesn't need sessions. Or am I doing something wrong ;-) Regards, Upayavira

Re: cvs commit: cocoon-2.1 cocoon.bat

2003-07-19 Thread Upayavira
therefore that the CLI with parameters doesn't work well on non-NT windows systems, because they don't support $*. So we'll need another way. How can we get 'shift' to work? Regards, Upayavira On 19 Jul 2003 14:26:12 -, [EMAIL PROTECTED] said: joerg 2003/07/19 07:26:12 Modified

Re: [CLI] [PATCH] Set exit status, modified print statements

2003-07-20 Thread Upayavira
itself :) That was some old code that I think was put into the broken link printing code (IIRC by Nicola Ken). I'm not attached to it. Did you ever get to try my 'internal pipelines' fix (i.e. preventing the linkGatherer working on internal pipelines)? Regards, Upayavira

[PATCH] CocoonCrawler enhancements

2003-07-24 Thread Upayavira
Unico, I've seen this crawler before, and wondered what it is used for. Can you tell me? Sounds like it could work with the CLI, instead of its own rather messy crawler. Regards, Upayavira On 24 Jul 2003 11:10:02 -, [EMAIL PROTECTED] said: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR

Ant task using CocoonBean (was Re: New CLI, twice as fast :)

2003-07-25 Thread Upayavira
). same vision here (developing new features on the bean should not even influence the ant task) Exactly. As is currently the case! Regards, Upayavira

Re: Ant task using CocoonBean (was Re: New CLI, twice as fast :)

2003-07-25 Thread Upayavira
the contents of a task node as a DOM node, and you'll (in time) get your Ant task. How's that for a deal? Regards, Upayavira

Re: Ant task using CocoonBean (was Re: New CLI, twice as fast :)

2003-07-25 Thread Upayavira
it. It won't be until next week that I'll stand a chance of having a go at this, so you've got some time to come up with your DOM approach! Regards, Upayavira

Re: [Vote] Ugo Cei and Marc Portier as Cocoon committers

2003-07-28 Thread Upayavira
of flowscript and wrote the first Cocoon-based blogging tool. Marc is working intensively on the binding and flowscript integrations of Woody and cares a lot about Cocoon. Please cast your votes. Here are mines : +1 for both ! +1 to both (eee! My first vote!) Upayavira

Re: cli.xconf questions

2003-08-04 Thread Upayavira
need to declare the xconf structure to be unstable too. See separate thread! Regards, Upayavira

Exclude JDK from Eclipse Debugging

2003-08-04 Thread Upayavira
for Class.java :-( I know in Idea you can specify which packages/classes you should step over and which you should debug, but I can't find a similar option in Eclipse. This behaviour is really stupid, but I can't work around it. Any ideas? I'm using Eclipse 2.1.1. Regards, Upayavira

Re: Discussion of Cocoon TLP Guidelines

2003-08-04 Thread Upayavira
or statements: Management has given its tacit approval to the plan. 2b. Law. Arising by operation of the law rather than through direct expression. 3. Archaic. Not speaking; silent. --- Regards, Upayavira On Mon, 4 Aug 2003 13:26:18 +0200, Christian Haul [EMAIL PROTECTED] said: On 29

Re: Exclude JDK from Eclipse Debugging

2003-08-04 Thread Upayavira
Marcus, Seems slightly clunky compared to Idea, but it works. Thanks! Upayavira On Mon, 4 Aug 2003 14:44:43 +0200, Marcus Crafter [EMAIL PROTECTED] said: Hi Upayavira, Have you seen the 'Step Filtering' option. It allows you to specify which classes shouldn't be stepped into, etc, which I

Re: cli.xconf questions

2003-08-04 Thread Upayavira
On Mon, 4 Aug 2003 22:38:55 +1000, Jeff Turner [EMAIL PROTECTED] said: On Mon, Aug 04, 2003 at 08:25:01AM +, Upayavira wrote: On Sat, 2 Aug 2003 22:08:21 +1000, Jeff Turner [EMAIL PROTECTED] said: Hi, I'm tinkering around with the CLI, thinking how to add don't-crawl-this-page

[CLI] Reporting of pages and links

2003-08-07 Thread Upayavira
things it would be useful to know? 2) How should I record the results? I can either extend the xml file that I use for recording broken links, or I can use the Cocoon logging mechanism. Regards, Upayavira

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/environment/commandline LinkSamplingEnvironment.java

2003-08-10 Thread upayavira
upayavira2003/08/10 12:58:09 Modified:src/java/org/apache/cocoon/environment/commandline LinkSamplingEnvironment.java Log: Make the CLI only report unique link count in a page (previously it reported every link, including repeated links, when using link view

[CLI] Some documentation at last

2003-08-10 Thread Upayavira
to this page in future versions to see what has changed./note This is in preparation for the 2.1 final release. I have further ideas about extending the CLI and bean, and want to make it clear where API stability exists, and doesn't. Is this fair enough? Regards, Upayavira

Re: Switching cache to Persistent Store

2003-08-11 Thread Upayavira
the path to the work directory absolute (in cocoon.xconf), rather than relative to the context temp dir, which can change. But unfortunately that doesn't explain my CLI problem :-( Regards, Upayavira I've just done a further check which makes this problem easier to see: 1) add

Re: Switching cache to Persistent Store

2003-08-11 Thread Upayavira
back to http://localhost:/samples/status.html and you're pages have disappeared from the default store. Surely this is wrong! Regards, Upayavira Yes, I found this when working on the event-based caching. Jetty apparently deletes (or at least does not reuse) its work directory

Cocoon uses unstable EventCache by default

2003-08-12 Thread Upayavira
it myself, just going on your own labelling of the code as unstable!] Regards, Upayavira

Fixing Persistent Store in CLI (was Re: Switching cache to Persistent Store)

2003-08-12 Thread Upayavira
in its persistent store, and ends with something in the transient one (which presumably is then written out to the permanent one). Getting this working would be a serious boon for both the CLI and Forrest, with speed improvements of a factor of ten. Thanks for any help. Upayavira

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/offline ant.xml bean.xml book.xml cli.xml index.xml

2003-08-14 Thread upayavira
upayavira2003/08/07 03:39:42 Modified:src/documentation/xdocs/userdocs book.xml Added: src/documentation/xdocs/userdocs/offline ant.xml bean.xml book.xml cli.xml index.xml Log: Documentation for the CLI and Bean Revision ChangesPath 1.5

Re: [RT] Views for readers

2003-08-14 Thread Upayavira
further: map:read src=docs/{1}.doc view-generator=wordToXml/ Surely that'd do it? Regards, Upayavira

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/offline - New directory

2003-08-14 Thread upayavira
upayavira2003/08/07 03:38:57 cocoon-2.1/src/documentation/xdocs/userdocs/offline - New directory

RE: Switching cache to Persistent Store

2003-08-14 Thread Upayavira
On 11 Aug 2003 at 12:06, Carsten Ziegeler wrote: Upayavira wrote: I've been exploring how to get the CLI to use Cocoon's caching mechanism and environment.isLastModified() to prevent the CLI from generating otherwise cached pages. The problem I currently have is that the cache

Switching cache to Persistent Store

2003-08-14 Thread Upayavira
[4.447 seconds] * docs/index.html [0.3 seconds] * samples/hello-world/hello.html [0.381 seconds] * samples/hello-world/hello.html [0.04 seconds] Total time: 0 minutes 14 seconds Regards, Upayavira

Extending the Bean (non-HTML)

2003-08-14 Thread Upayavira
to a single destination, and to have links followed on some pages but not others, etc Phew. More than I thought! And there's more I haven't mentioned... Regards, Upayavira

Re: Switching cache to Persistent Store

2003-08-14 Thread Upayavira
of a particular invocation of the servlet container. What I'm complaining about is that the persistent store doesn't seem to survive a restart of the servlet container/Cocoon. Regards, Upayavira

RE: Switching cache to Persistent Store

2003-08-14 Thread Upayavira
On 11 Aug 2003 at 12:16, Upayavira wrote: On 11 Aug 2003 at 12:06, Carsten Ziegeler wrote: Upayavira wrote: I've been exploring how to get the CLI to use Cocoon's caching mechanism and environment.isLastModified() to prevent the CLI from generating otherwise cached pages

Re: FYI: SlopGenerator added (as the unstable slop block)

2003-08-14 Thread Upayavira
really do with. Regards, Upayavira SlopGenerator (Simple Line Oriented Parser) parses text files using very simple rules, where lines starting with a name and a colon are converted to XML elements. It is usable for parsing RFC822 messages, with some limitations mentioned on the samples page

Re: cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/offline

2003-08-14 Thread Upayavira
-- If the bean starts getting used outside of the offline world (e.g. in a maillet engine), we'll have to find somewhere else to put its docs, but it seems okay there for the moment. Regards, Upayavira On 7 Aug 2003 at 8:11, Vadim Gritsenko wrote: [EMAIL PROTECTED] wrote: s1 title=Overview

Where to put a new Bean

2003-08-14 Thread Upayavira
). Involves duplication, and eventually having to merge, etc. 3) Something else? Any ideas? Upayavira

Re: Switching cache to Persistent Store

2003-08-14 Thread Upayavira
to compile Avalon, so I can't try it myself yet!] Regards, Upayavira

RE: Flow and the authentication framework

2003-08-14 Thread Upayavira
flow. That would be great. I've not used the authorisation-fw stuff, but I'd imagine there's more to it than what is implemented in Linotype or petstore, and it would be good to have a flow interface to it available. I could see myself being a user of it. Regards, Upayavira

Extending the Bean

2003-08-14 Thread Upayavira
but not others, etc Phew. More than I thought! And there's more I haven't mentioned... Regards, Upayavira

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/offline bean.xml

2003-08-14 Thread upayavira
upayavira2003/08/07 06:03:09 Modified:src/documentation/xdocs/userdocs/offline bean.xml Log: Clarifying that the bean isn't just for offline use Revision ChangesPath 1.2 +6 -5 cocoon-2.1/src/documentation/xdocs/userdocs/offline/bean.xml Index: bean.xml

Re: Switching cache to Persistent Store

2003-08-14 Thread Upayavira
On 11 Aug 2003 at 16:41, Sylvain Wallez wrote: Upayavira wrote: On 11 Aug 2003 at 8:49, Geoff Howard wrote: Joerg Heinicke wrote: IIRC it's a Jetty /feature/. Tomcat does not do this. Joerg I've just done a further check which makes this problem easier to see: 1

Fixing Persistent Store in CLI (was Re: Switching cache to Persistent Store)

2003-08-14 Thread Upayavira
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any other MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your

cvs commit: cocoon-2.1 cli.xconf

2003-08-14 Thread upayavira
upayavira2003/08/07 05:56:39 Modified:.cli.xconf Log: Adding 'unstable' note Revision ChangesPath 1.4 +9 -1 cocoon-2.1/cli.xconf Index: cli.xconf === RCS file: /home/cvs/cocoon

Re: Integrate axis and cocoon

2003-08-14 Thread Upayavira
Thorsten, Have a look at the Axis block which is already in Cocoon 2.1. Regards, Upayavira On 6 Aug 2003 at 23:38, Thorsten Mauch wrote: Hi For my cocoon application i wrote some avalon compontents that expose there services via the the pipelines that gernate HTML pages to (human) users

Re: HTMLGenerator (was: Release 2.1.1 ASAP)

2003-08-15 Thread Upayavira
of a debug session in Eclipse. I presume that does it? Never that sure though! Regards,Upayavira

Persistent store seems slow

2003-08-16 Thread Upayavira
that the MRUMemoryStore offers! Is there likely to be anything I can do to speed up the persistent store? Would it be possible to just get the last modified date from the cache without the content, as in fact that is all I really want. Hope you guys can help. Regards, Upayavira

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/sitemap LinkGatherer.java LinkTranslator.java

2003-08-17 Thread upayavira
upayavira2003/08/17 06:43:00 Modified:src/java/org/apache/cocoon/bean CocoonBean.java src/java/org/apache/cocoon/environment/commandline FileSavingEnvironment.java LinkSamplingEnvironment.java src/java/org

Re: Extending the Bean (non-HTML)

2003-08-17 Thread Upayavira
couldn't add a special 'BranchingCachingProcessingPipeline'. Is that what you would propose? Regards, Upayavira

Re: Persistent store seems slow

2003-08-18 Thread Upayavira
Reinhard Pötz wrote: Hi Upayavira, I saw that you checked in some changes to the CLI using the Persistence store. Are the problems desribed below solved? If not, I had a RT when reading your mail: What about an external memory store for CLI operations? No, the check-ins don't fix it. CLI now

Re: Extending the Bean (non-HTML)

2003-08-18 Thread Upayavira
commit changes that'll might break other things. Post a patch? Regards, Upayavira

Re: [RT] Improving Views

2003-08-20 Thread Upayavira
. Maybe we need a sort of access restriction mechanism. Like map:pipeline views=internal or map:pipeline allow-views=x,y internal-views=a,b? The same would apply to the command line/bean, which requires link view, but which you might not want to expose to the public. Upayavira

Re: [RT] Prebuilding your cache with the CLI

2003-08-22 Thread Upayavira
Vadim Gritsenko wrote: Upayavira wrote: Vadim has just fixed a bug with the persistent cache not shutting down properly. This means that the CLI has access to the Cocoon cache. For a largely static site, should now be possible to have the CLI crawl a site, purely with the intention

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/bean Target.java CocoonBean.java CocoonWrapper.java

2003-08-27 Thread upayavira
upayavira2003/08/27 12:18:18 Modified:src/java/org/apache/cocoon Main.java src/java/org/apache/cocoon/bean CocoonBean.java CocoonWrapper.java Added: src/java/org/apache/cocoon/bean Target.java Log: Moved Target into a separate class

Re: Cocoon CLI: excluding URIs

2003-08-27 Thread Upayavira
Switching from Forrest-dev... Jeff Turner wrote (on forrest-dev): On Wed, Aug 27, 2003 at 10:42:36AM +0100, Upayavira wrote: Jeff Turner wrote: On Tue, Aug 26, 2003 at 06:27:08PM +1000, David Crossley wrote: I rebuilt my local Forrest doco today but i get all these strange error

Re: [RT] Starting 2.2

2003-08-28 Thread Upayavira
proposals emerge that make it worth the effort. Regards, Upayavira

Re: Cocoon CLI: excluding URIs

2003-08-28 Thread Upayavira
Upayavira wrote: ... 4) I just started thinking about your excludes code (assuming that link gathering does start working again). Basically, there's a number of things one can exclude upon - source URI, source prefix, full source URI (prefix and URI), final destination URI . How about

Re: [RT] Improving Sitemap and Flowscript

2003-08-28 Thread Upayavira
link view (b) make sure you don't confirm extensions. Solution to the CLI problem was already found (attach links view as a tee to main pipeline, see Link View Goodness on approx 2003/07/01) and Upayavira is looking into ways of implementing it. I would help him out but right now I can't. Having

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/bean CocoonBean.java CocoonWrapper.java

2003-08-28 Thread upayavira
upayavira2003/08/28 12:21:00 Modified:src/java/org/apache/cocoon Main.java src/java/org/apache/cocoon/bean CocoonBean.java CocoonWrapper.java Log: Moved error detection to correct place Added basic support for include/exclude Revision

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/bean CocoonBean.java

2003-08-29 Thread upayavira
upayavira2003/08/29 07:05:50 Modified:src/java/org/apache/cocoon/bean CocoonBean.java Log: Removing printing of timestamp - will re-add it properly by extending the BeanListener interface Revision ChangesPath 1.19 +3 -1 cocoon-2.1/src/java/org/apache/cocoon

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/sitemap LinkGatherer.java

2003-08-30 Thread upayavira
upayavira2003/08/30 02:51:59 Modified:src/java/org/apache/cocoon/sitemap LinkGatherer.java Log: Making LinkGatherer non-caching, so that it will continue to work Revision ChangesPath 1.4 +4 -2 cocoon-2.1/src/java/org/apache/cocoon/sitemap/LinkGatherer.java

SendPage returns plain text

2003-08-30 Thread Upayavira
samples (e.g. calculator). Does anyone have any idea what is going on? Regards, Upayavira

Re: [Vote] Releasing 2.1.1

2003-09-03 Thread Upayavira
Carsten Ziegeler wrote: Thanks to Bruno we have a solution (or workaround) for the CommandManager problem. Great! So afaik we don't have another blocker for the 2.1.1 release. As I'm going on vacation starting saturday (yeah), I propose to do the release this friday. The alternatives are: -

HTMLGenerator hardwired to HTTP

2003-09-03 Thread Upayavira
it? Regards, Upayavira

Flow auth: didn't make it

2003-09-05 Thread Upayavira
it once I've got it working. Regards, Upayavira

Re: Cocoon does not compiled with exclude.block.cron=true

2003-09-05 Thread Upayavira
to the BlockDescriptions wiki page (would do now if I wasn't on a train). Regards, Upayavira

Using Flow Debugger

2003-09-05 Thread Upayavira
can't see anything suggesting how to actually start it. Can anyone clarify? Thanks in advance, Upayavira

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
Reinhard Poetz wrote: The flow debugger starts automatically if you call a flowscript. I've enabled it (with debuggerenabled/debugger), restarted tomcat, then reload my page, and the page just hangs. Any ideas? Regards, Upayavira Reinhard -Original Message- From: Upayavira

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
Ugo Cei wrote: Upayavira wrote: Reinhard Poetz wrote: The flow debugger starts automatically if you call a flowscript. I've enabled it (with debuggerenabled/debugger), restarted tomcat, then reload my page, and the page just hangs. Any ideas? Regards, Upayavira Are you running Cocoon

Re: Using Flow Debugger

2003-09-05 Thread Upayavira
with the Java Service Wrapper.. it calls the setting wrapper.ntservice.interactive. If you are running Tomcat as a service, perhaps this will help you find the interactive setting to turn it on. You're a hero. Thanks for that. I'm now off to the Wiki to add a note... Regards, Upayavira --Tim Larson

Re: Cocoon does not compiled with exclude.block.cron=true

2003-09-05 Thread Upayavira
Antonio Gallardo wrote: Upayavira dijo: Antonio Gallardo wrote: Sorry, It was a error from my side. The correct is: scratchpad block depends on cron block This is a second dependence between blocks. the first is: fop block depends on batik block. And authentification-fw

Flow redirectTo doesn't support sessions

2003-09-06 Thread Upayavira
(which works fine, just finishing touches now). I could do with a redirectTo(String uri, boolen session) method. Can I add it? Regards, Upayavira

Re: Future build

2003-09-08 Thread Upayavira
idea, given the level of automatic zip integration with modern[sic] Windows systems. Is it hard to add zip to the nightly snapshots? Is there a technical reason why we can't do it? After all, the more we do to encourage people to develop in/with Cocoon, the better. Regards, Upayavira

What is a suri?

2003-09-10 Thread Upayavira
In the CLI code, there is a variable called suri. I've never been able to work out what its name means, and thus what its purpose is. Can anyone explain? Also, there are points in the code where a URI is deparameterized and then reparameterized. What is the point in this? Regards, Upayavira

Re: What is a suri?

2003-09-10 Thread Upayavira
Vadim Gritsenko wrote: Upayavira wrote: In the CLI code, there is a variable called suri. I've never been able to work out what its name means, and thus what its purpose is. Can anyone explain? Also, there are points in the code where a URI is deparameterized and then reparameterized. What

Re: [Vote] Antonio Gallardo and Tony Collen as Cocoon committers

2003-09-11 Thread Upayavira
that this is an activity that needs to be done continuously. You can always have more, or deeper, harmony. Hope that's not too off-topic! Regards, Upayavira

Re: [Vote] Antonio Gallardo and Tony Collen as Cocoon committers

2003-09-11 Thread Upayavira
. Welcome! Upayavira

Re: Cannot load Woody component

2003-09-16 Thread Upayavira
Timothy Larson wrote: --- Upayavira [EMAIL PROTECTED] wrote: ConfigurationException: Could not load class org.apache.cocoon.woody.acting.MakeFormAction for component named 'woody-make-form' at file:/D:/documents/cocoon/cocoon%20dev/build/webapp/woody/sitemap.xmap:28:108 I do

Flow Auth-fw sample

2003-09-17 Thread Upayavira
one of you take a look and see if you can see how to make it work? [The one thing I can spot is that cocoon.redirectTo(uri) in FOM_Cocoon sets the 'session' value to false, so there appears to be no way to do a session aware redirect from flow]. Regards, Upayavira

CLI: Logging not working

2003-09-19 Thread Upayavira
a look yourself. Regards, Upayavira

Re: Flow Auth-fw sample

2003-09-19 Thread Upayavira
Carsten Ziegeler wrote: Upayavira wrote: I have committed a partly working auth-fw/flow sample. I think it is basically there, but I am gettting stuck with: SessionManager.streamContextFragment: Context 'authentication' not found. I've never used the session manager (nor sessions

Re: CocoonBean followLink problem

2003-09-19 Thread Upayavira
for reporting this - you've saved me a lot of time! Regards, Upayavira Simon Mieth wrote: Hi all, i trying to integrate Cocoon via CocoonBean into my application. This work really fine, but the followLinks don't process every last link in every page. After trying with CLI, i got the same problem

Re: on better release and version management

2003-09-21 Thread Upayavira
them to cocoon-blocks module, so that they are collected at one place. I like this: +1 +1 I like this too. Minimal changes to 2.1 to make it work with the new blocks repository, and we can then get on with 2.2 core. Upayavira

Re: CLI: does confirm-extensions work?

2003-09-22 Thread Upayavira
Jeff Turner wrote: On Sun, Sep 21, 2003 at 11:37:20AM +0100, Upayavira wrote: Jeff Turner wrote: Hi, Over in Forrest, various people want to output files with .shtml or .php extensions instead of .html. I thought this would be a matter of overriding org/apache/cocoon/util/mime.types

Re: [VOTE] Keep the docs list for wiki updates only

2003-09-22 Thread Upayavira
PROTECTED] mailing list to humans (using the dev list instead), keeping it only for wiki update messages. Currently we have +1s from: Stefano Geoff Carsten Tony Bertrand Diana Joerg (and Jeff Ramsdale, not a committer but thanks) Ciao, -Bertrand +1 Upayavira

Re: [proposal] Keep the docs list for wiki updates only

2003-09-24 Thread Upayavira
to hand over code. But I know you prefer Python for this sort of stuff, Steven ;-) Regards, Upayavira

Re: on better release and version management

2003-09-24 Thread Upayavira
a lot of Cocoon development without a 'net connection, so relying on a 'download' feature would be a real pain. Regards, Upayavira

Logging/Reporting in the CLI

2003-09-26 Thread Upayavira
know how to work with it yet). Regards, Upayavira

Re: [proposal] Keep the docs list for wiki updates only

2003-09-27 Thread Upayavira
Nicola Ken Barozzi wrote: Upayavira wrote: Stefano Mazzocchi wrote: +1 I have no problems with the proposal. Even the wiki messages are sometimes not that useful, because only the last change in an hour is sent. If an unfriendly person knows that he can spoil a page and obscure his act

Re: Unit testing pipelines?

2003-09-29 Thread Upayavira
Steve K wrote: Upayavira -- So, a UnitTestingPipeline in combination with extensions to the CLI/Bean to be able to configure this pipeline, wouldn't be too hard to implement. Are you interested? That is an angle I had not considered -- it does provide a flexible way to test not only the end

Re: Ant/Maven/Centipede discussion

2003-09-29 Thread Upayavira
with a method getBlah, and block B has a component that uses that method, how do you compile block B without having the source for block A available? Surely there is _some_ compile time consideration to be made? rest-snipped/ Upayavira

Re: Unit testing pipelines?

2003-09-29 Thread Upayavira
Steve K wrote: Upayavira wrote: I think the bit that Vadim didn't perhaps mention is that you could use something like HTTPUnit with cocoon views, thus getting at the content at a certain point in a pipeline. You could even build views that have transformations to simplify this XML, so

Re: [QVOTE] Releasing tomorrow

2003-09-30 Thread Upayavira
Works fine. Great. Upayavira Carsten Ziegeler wrote: Upayavira wrote: Carsten Ziegeler wrote: Hi, it seems that we don't have any open issues for the release. So, if noone votes with -1 in the next 15 hours, I will do the release tomorrow. Carsten Carsten Ziegeler Open Source Group

Re: Related Documents, MapTransformer and Topic Maps

2003-10-01 Thread Upayavira
(probably that one) on topic maps was active on the Forrest-dev list recently. Regards, Upayavira

Re: Cocoon website outdated.

2003-10-06 Thread Upayavira
David Crossley wrote: ... It is at src/documentation/.../xdocs/*.xml in each place. Of course you need Forrest 0.5 installed on your system. Make sure you're using 0.5.1, as it has an important bug fix that prevents pages being skipped. Regards, Upayavira ...

Eclipse debugging (was Re: [GT2003] Thank you)

2003-10-08 Thread Upayavira
... Click remove java application, then new at the bottom. Select your cocoon project. Click apply/debug. Set a breakpoint in your code. Request a page with your browser from port , and you should see eclipse catch the breakpoint. Upayavira Also, I don't know if I can touch the woody code, I

Re: Eclipse debugging (was Re: [GT2003] Thank you)

2003-10-08 Thread Upayavira
Steve K wrote: Upayavira wrote: Start Cocoon with cocoon servlet-debug (instead of just cocoon servlet) Then, in eclipse, select run/debug... Click remove java application, then new at the bottom. Select your cocoon project. Click apply/debug. The way I've been debugging cocoon

Re: [site docs] build failing

2003-10-09 Thread Upayavira
David Crossley wrote: ... You do get that vital hint if there are *no* broken links. Huh? Is that a Cocoon CLI bug or a Forrest bug? If I can understand what you're saying, maybe we can identify which. Regards, Upayavira

RE: [site docs] build failing

2003-10-09 Thread Upayavira
Carsten Ziegeler wrote: Upayavira wrote: David Crossley wrote: ... You do get that vital hint if there are *no* broken links. Huh? Is that a Cocoon CLI bug or a Forrest bug? If I can understand what you're saying, maybe we can identify which

Re: [site docs] build failing

2003-10-09 Thread Upayavira
David Crossley wrote: Upayavira wrote: David Crossley wrote: snip/ You do get that vital hint if there are *no* broken links. Huh? If you build a site that *has no* broken links, then you will get a successful build, and a reminder to check the broken links file

Ant Class Loading CocoonTask

2003-10-09 Thread Upayavira
, but thought there might be an Ant expert or two over here too]. Regards, Upayavira

  1   2   3   4   5   6   7   8   9   >