Bug#323571: Update dependency to libcairo2 for libgcj6-awt

2005-08-17 Thread Stephan Michels
Package: libgcj6-awt Version: 4.0.1-4 Severity: important AFAIK libgcj6-awt depend on libcairo0.6.0, which is no more available in unstable. Please update your dependency to libcairo 0.9.0 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Bug#276096: Eclipse Debian package status

2005-08-03 Thread Stephan Michels
Unfortunately he removed the Eclipse packages from his site, and has not yet responded to these email inquiries. Does anyone have a copy of the 3.1 packages that he released? http://www.backports.org/~mkoch/unstable/ He moved the packages to backports.org Stephan Michels.

Bug#276096: Eclipse Debian package status

2005-08-03 Thread Stephan Michels
Unfortunately he removed the Eclipse packages from his site, and has not yet responded to these email inquiries. Does anyone have a copy of the 3.1 packages that he released? http://www.backports.org/~mkoch/unstable/ He moved the packages to backports.org Stephan Michels.

Re: class file reader

2005-05-13 Thread Stephan Michels
On 5/13/05, Davanum Srinivas [EMAIL PROTECTED] wrote: http://jakarta.apache.org/bcel/ http://cglib.sourceforge.net/ http://forge.objectweb.org/projects/asm http://serp.sourceforge.net/ I don't know the others, but BCEL also include a bytecode verifier, which is not an easy task. Stephan.

Re: How to Implement a Javaflow Application properly

2004-09-12 Thread Stephan Michels
On Sat, 11 Sep 2004, Nikolaus Rath wrote: I suspect that Cocoon uses some sort of Serialization to implement Continuations and that the size and amount of referenced objects directly influences performance. The JavaFlow stores the Continuable objects in the session, so that the field have

Re: Javaflow and passed sitemap parameters

2004-09-12 Thread Stephan Michels
On Sat, 11 Sep 2004, Rolf Kulemann wrote: Hello, I just tried out the Javaflow block. I wonder how I can access the parameters passed from the sitemap within my flow methods. I had a look to o.a.c.c.f.j.JavaInterpreter.callFunction(String methodName, List params, Redirector redirector).

Re: reloading context in javaflow

2004-07-06 Thread Stephan Michels
Am Di, den 06.07.2004 schrieb Joerg Heinicke um 3:00: On 05.07.2004 22:34, johan coens wrote: Where to set the CompilingClassLoader? Specify it in the cocoon.xconf won't work. Is there any doc about this? Unfortunately I can not answer all questions. I have not used the

Re: New wiki - impressions?

2004-07-05 Thread Stephan Michels
Am Mo, den 05.07.2004 schrieb Leszek Gawron um 11:25: Derek Hohls wrote: Is it just me, or does anyone else feel the new wiki is a major step down from what we had before even the feather goes the opposite way! Why is that? MoinMoin is rich of features so please give us at least

Re: junit tests

2004-07-05 Thread Stephan Michels
Am So, den 04.07.2004 schrieb bernhard huber um 20:06: hi, i have committed some more junit tests for cocoon core components. The committed junit tests are * ParameterMatcher.java * PreparableMatcher.java * RegexpURIMatcher.java * RequestAttributeMatcher.java *

Re: javaflow Cocoon Error in jboss-4DR4 is this question has been posted ?

2004-06-30 Thread Stephan Michels
Am Mi, den 30.06.2004 schrieb andi um 6:01: Dear all i just experiment to implement cocoon.war in jboss the configuration like this cocoon-2.1.5\build\webapp i copy all in that directory to jboss_home\server\default\deploy\cocoon.war cocoon.war is directory i get the error message when

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/modules/input XMLFileModule.java URLEncodeModule.java URLDecodeModule.java

2004-06-29 Thread Stephan Michels
Can you revert this change, I need this method time to time. Thanks, Stephan. 1.14 +50 -37 cocoon-2.1/src/blocks/javaflow/java/org/apache/cocoon/components/flow/java/ContinuationClassLoader.java Index: ContinuationClassLoader.java

Re: [VOTE] preservation policy for third-party snapshot sources

2004-06-28 Thread Stephan Michels
Please cast your votes: [ ] do not keep sources [X] keep sources as separate zip files but only in this special case, otherwise don't keep the sources. [ ] keep sources in jar files Stephan.

Re: JavaFlow working with Jetty but not with Tomcat

2004-06-28 Thread Stephan Michels
Am Mo, den 28.06.2004 schrieb Bart Molenkamp um 14:23: Hi, I want to use JavaFlow for writing my application flow. But I've got a problem; it isn't working with Tomcat, I'm getting a black page (view source also shows that there is really nothing). However, it is working with Jetty (both

Re: Problems with JavaFlow and lookup of components

2004-06-28 Thread Stephan Michels
Am Mo, den 28.06.2004 schrieb Bart Molenkamp um 16:25: Hello, I want to lookup a component in a JavaFlow class, but I get a BCEL error. I get the following error: org.apache.bcel.verifier.exc.StructuralCodeConstraintException: Instruction GETSTATIC constraint violated: Class

FYI: Problems of Javaflow development

2004-06-24 Thread Stephan Michels
Hi, I want to share some news and information about the javaflow development, in cases that someone want to step in. I want also prevent a one-man show. Okay, the theory behind the introduction of continuation within java is plain simple. Store and restore stack and local variables in cases of

Re: Java flow: Passing parameters in actions

2004-06-23 Thread Stephan Michels
)); Assert.assertEquals(def, getParameters().getParameter(p2)); Assert.assertEquals(2.3f, getParameters().getParameterAsFloat(p3), 0.1f); } Please tell me if you are comfortable with the usage. Stephan Michels

Re: JavaFlow, CForms

2004-06-21 Thread Stephan Michels
Am Mo, den 21.06.2004 schrieb Andreas Schmid um 10:56: I just tried to create a formular using javaflow and cforms. But now I found 2 classes, providing the stuff i need... the one is a FormularManager... the other one the FormInstance class... which one should be taken ? Ordnary i

Re: Flow Java Error: VERIFIED_REJECTED Number of LocalVariableTable ...

2004-06-14 Thread Stephan Michels
Am Sa, den 12.06.2004 schrieb johan coens um 21:08: Hello, When retrieving a singleton class in a java flow handler i receive the error: Snippet from sitemap.xml:: map:call function=protect Called method in AuthenticationHandler:: public void doProtect() { ...

Re: Another bug in javaflow?

2004-06-12 Thread Stephan Michels
Am Fr, den 11.06.2004 schrieb Stephan Coboos um 19:06: Hello, please have a look at the following java flow code: ... public class TestFlow extends AbstractContinuable{ private boolean foo= false; public void doTest() throws Exception { while(true) {

Re: [RT] - A Groovy Flow Engine is in my hard drive! ;-)

2004-06-06 Thread Stephan Michels
On Sat, 5 Jun 2004, Gianugo Rabellino wrote: On Jun 5, 2004, at 7:19 PM, Antonio Gallardo wrote: Hi: After 11 hours of work, the first implementation of a Groovy Flow engine for Cocoon is working on my hard drive. Great work, Antonio! Perhaps you can send me a copy. Cool! But.

Re: [BUG] Registering of JavaFlow fails (was: [JavaFlow] java.lang.VerifyException)

2004-06-03 Thread Stephan Michels
Am Di, den 01.06.2004 schrieb Stephan Coboos um 20:23: Hello, I have a problem using Objects in JavaFlow before a while loop. Please see my first posting [JavaFlow] java.lang.VerifyException. In my opinion it can be a bug in the JavaFlow block. Because my fist posting was not so clear,

Re: [BUG] Registering of JavaFlow fails (was: [JavaFlow] java.lang.VerifyException)

2004-06-03 Thread Stephan Michels
Am Do, den 03.06.2004 schrieb Stephan Michels um 15:00: Am Di, den 01.06.2004 schrieb Stephan Coboos um 20:23: Hello, I have a problem using Objects in JavaFlow before a while loop. Please see my first posting [JavaFlow] java.lang.VerifyException. In my opinion it can be a bug

Re: Cocoon 2.1.5 - javaflow problem (6.1)

2004-05-30 Thread Stephan Michels
On Sat, 29 May 2004, Enrico Migliore wrote: Dear Stephan I may have spot where the problem is. In the following file: .\cocoon-2.1.5\src\blocks\javaflow\TODO.txt I found the following script:

Re: Cocoon 2.1.5 - javaflow problem (5)

2004-05-29 Thread Stephan Michels
Am Sa, den 29.05.2004 schrieb Enrico Migliore um 10:00: Dear Stefan, I need Cocoon to reload the class file at least during the development and debug phase of my web application, in order to see the effect of code changes. I never tested class reloading. I'm using Jetty as a Servlet

Re: Cocoon 2.1.5 - javaflow problem (4)

2004-05-28 Thread Stephan Michels
Am Fr, den 28.05.2004 schrieb Joerg Heinicke um 0:28: On 27.05.2004 12:45, Enrico Migliore wrote: Right now I'm using the flowscript for the logic of my application, but I have to move fast to java. What do you think if I contact the authors of the javaflow block, and then post the solution

Re: [chaperon] [patch] .cwiki improvements

2004-04-29 Thread Stephan Michels
Am Mi, den 28.04.2004 schrieb Dave Brondsema um 2:18: I'm a forrest developer and the attached patches fix the following for parsing .cwiki files: * handle nested bulletlists like nested numberedlists are Can you also provide a snippet for selftest.txt to test the changes? * use the file

RE: build failed on JavaFlow in current CVS HEAD

2004-04-29 Thread Stephan Michels
Am Do, den 29.04.2004 schrieb [EMAIL PROTECTED] um 15:17: Stefano and Bruno, thanks for the explanation. I'm probably more of a hobby programmer for not knowing the details on class loaders. :-( More study to do then. Reading your explanation I agree that it sounds obvious that there

Re: cvs commit: cocoon-2.1/src/blocks/forms/samples/messages FormsMessages_de.xml

2004-04-18 Thread Stephan Michels
- message key=datatype.conversion-failedKeine gültige {0}./message + message key=datatype.conversion-failedUnültige(s) {0}./message Unültige ?! Stephan.

Re: Java Continuation problem

2004-04-16 Thread Stephan Michels
Am Mi, den 14.04.2004 schrieb Peter Mortier um 17:19: Hello, I'm trying out the new Java continuations stuff seperately from Cocoon. However, I have run into a problem. The instrumented bytecode throws a ClassCastException In the case where I am trying to resume a Continuation from a

Re: [VOTE] Make ProcessingException extend CascadingRuntimeException

2004-04-16 Thread Stephan Michels
Am Fr, den 16.04.2004 schrieb Ugo Cei um 0:02: In order to move forward, I propose to reparent the org.apache.cocoon.ProcessingException to extend org.apache.avalon.framework.CascadingRuntimeException instead of CascadingException. So, please cast your votes. +1 Stephan.

Re: [RT] Future of the Slide Source

2004-04-14 Thread Stephan Michels
Am Mi, den 14.04.2004 schrieb Guido Casper um 9:08: Stephan Michels wrote: The Repository IFs seems be more helper classes than components. And I think we should using the Source objects instead to reflect all aspects like locking, property handling etc. Care to elaborate why do you

Re: [RT] Checked exceptions considered harmful

2004-04-14 Thread Stephan Michels
Am Di, den 13.04.2004 schrieb Ugo Cei um 21:54: So, I'd like to make a proposal: - use unchecked exceptions *by default* unless there's a good reason otherwise, not just because that's the way it's always been done. - wrap exceptions thrown by 3rd party packages (e.g.

Re: [RT] Future of the Slide Source

2004-04-14 Thread Stephan Michels
Am Mi, den 14.04.2004 schrieb Mats Norén um 10:08: Hi, I've been following the discussions on both the repository API and the Slide Source and I have a few questions to consider. The Source IF is an abstraction layer but not a particularly good one in this context. I agree that the Slide

RE: [RT] Future of the Slide Source

2004-04-14 Thread Stephan Michels
Am Mi, den 14.04.2004 schrieb Unico Hommes um 12:09: From: Stephan Michels [mailto:[EMAIL PROTECTED] The Repository IFs seems be more helper classes than components. And I think we should using the Source objects instead to reflect all aspects like locking, property handling etc

Re: [RT] Future of the Slide Source

2004-04-14 Thread Stephan Michels
Am Mi, den 14.04.2004 schrieb Guido Casper um 15:21: Stephan Michels wrote: The current webdav methods are: ... SUBSCRIBE UNSUBSCRIBE POLL EVENT TRANSACTION ... Where do these come from? They are not webdav methods. Okay okay ;-) Not methods of the specs but of Slide, see jakarta

[RT] Future of the Slide Source

2004-04-13 Thread Stephan Michels
Hi, I currently think about the Slide/WebDAV access layer, since I need it for my next project. The access to the Slide repository was my first approach in the past, and perhaps not the best. The Slide API is some parts very beautiful, but not intended to be used outside of Slide. Nevertheless

Re: [RT] RepositorySource

2004-04-08 Thread Stephan Michels
of the WebDAVSource? It seems that it doesn't implement any versioning. Or am I wrong? Do you have plan to do something in this direction? I currently think about to implement a system ontop of it. Stephan Michels.

Re: [RT] RepositorySource

2004-04-08 Thread Stephan Michels
Am Do, den 08.04.2004 schrieb Guido Casper um 20:18: Stephan Michels wrote: What the status of the WebDAVSource? It seems that it doesn't implement any versioning. Or am I wrong? No. I (vaguely) remember some discussion considering your VersionableSource vs. Sylvain's VersionedSource

Re: Scheme Continuations vs Brakes Continuations was Re: Groovy support in Cocoon

2004-04-06 Thread Stephan Michels
Am Mo, den 05.04.2004 schrieb Christopher Oliver um 22:44: Why don't use (Object obj, Method method, Object[] args) in the constructor of the continuation object. That's a possible alternative, but makes prevents making Continuation an abstract class. Why should the continuation be

Re: [Javaflow] - Recalling a contianuation throws a NPE

2004-04-06 Thread Stephan Michels
Am Di, den 06.04.2004 schrieb Antonio Gallardo um 13:12: Hi: Stephan Michels dijo: Uhmm, yes, you know that you CP the uri of an POST request? So in this case all request parameters get lost, and you got a NullPointerException. Yes it can look weird the idea of CP this URI

Re: [RT] - XUL revisited....

2004-04-06 Thread Stephan Michels
Am Di, den 06.04.2004 schrieb Bruno Dumon um 14:49: I'm wondering though what the value of this is. The main advantage of CForms is to handle the typical problem of HTML forms: the form needs to be redisplayed in a loop until everything's valid. This is because the browser is a stupid client

Re: Groovy support in Cocoon

2004-04-05 Thread Stephan Michels
Am So, den 04.04.2004 schrieb Christopher Oliver um 20:32: Stefano Mazzocchi wrote: Next I would like to see is a groovy implementation of flow ;-) It should be _fairly_ straightforward. The only tricky part I see is controlling the byte-code transformation. All methods in the call-chain

Re: Groovy support in Cocoon

2004-04-05 Thread Stephan Michels
Am Mo, den 05.04.2004 schrieb Christopher Oliver um 4:42: The current implementation needs some work to qualify as generalized Java continuations. It would be nice to make it work more like Scheme continuations: 1) When you access the current continuation, it captures the call stack up

Scheme Continuations vs Brakes Continuations was Re: Groovy support in Cocoon

2004-04-05 Thread Stephan Michels
} Continuation.SUICIDE.invoke(null); ? *you see many question marks over my head* I hope you have patience with me :) Stephan Michels.

RE: [VOTE RESULT] javaflow

2004-04-01 Thread Stephan Michels
Am Do, den 01.04.2004 schrieb Carsten Ziegeler um 9:02: Torsten Curdt wrote: Is the block disabled by default? no not yet ...would you prefer this also for the dev version or only for the release? I personally would prefer to disable it already for the dev version as many users

Re: [Vote] notation of blocks selection properties

2004-04-01 Thread Stephan Michels
Am Do, den 01.04.2004 schrieb Joerg Heinicke um 14:39: So now the vote: [ ] exclude.block.blockname=true|false [+1] include.block.blockname=true|false Stephan.

OJB example was Re: Javaflow examples

2004-03-31 Thread Stephan Michels
Am Di, den 30.03.2004 schrieb Stephan Michels um 13:14: Am Mo, den 29.03.2004 schrieb Antonio Gallardo um 23:38: Stephan Michels dijo: I rewrote the example now. I'm really not a OJB expert, nor a database expert. I made this example to learn more about OJB and JDO, and I didn't get

Re: [VOTE] Move javaflow into scratchpad was RE: cvs commit: cocoon-2.1/src/blocks/javaflow

2004-03-30 Thread Stephan Michels
Am Di, den 30.03.2004 schrieb Marc Portier um 10:32: my argumentation is primarily short-term/pragmatic: starting at two observations: 1/ this is cool stuff and as far as I can see the reactions just about everyone here is salivating and wants to interact with that code Yes, seems so. And

RE: java continuations

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Carsten Ziegeler um 16:18: I really value all the work and effort that you all put into this, but I would say: [X] nah... put it somewhere else We only want to have one flow implementation (language), which is Javascript. If we put the Java version as a

Re: [RT] On building on stone

2004-03-29 Thread Stephan Michels
JMX client. At the moment, most people see cocoon in the core of all beings. But to be true, Cocoon is only a servlet, and should not include all business logic. My 2 cents, Stephan Michels.

Re: java continuations

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Sylvain Wallez um 19:05: jflow isn't good as it doesn't allow the distinction between JS and Java. Okay, seems that we agree on javaflow. Now what should go in that block: the _flow_ implementations, or the class enhancer? I would stay that only the flow

Re: cvs commit: cocoon-2.1/src/blocks/javaflow

2004-03-29 Thread Stephan Michels
opinion. Please accept my apology, Stephan Michels.

Commited was Re: java continuations

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Torsten Curdt um 15:30: Dear friends and folks, as already announce on the PMC list we now have another flow implementation for java! Stephan completed my proof-of-concept and replaced the Brakes stuff by an own implementation. So we are now fully in ASL

Re: java continuations

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Joerg Heinicke um 20:32: On 29.03.2004 15:30, Torsten Curdt wrote: [x] jflow [ ] javaflow [ ] [ ] nah... put it somewhere else Hmm, 4h for a vote was a bit short, wasn't it? So just for the records: I'm with Antonio and so like JFlow vs.

Re: Javaflow examples

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Reinhard Pötz um 21:17: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas? org.apache.bcel.verifier.exc.StructuralCodeConstraintException: Instruction INVOKESTATIC

Re: extra bcel jar

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Gianugo Rabellino um 21:46: Joerg Heinicke wrote: On 29.03.2004 19:47, [EMAIL PROTECTED] wrote: Remove the bcel classes from the xalan.jar and create an extra jar for those. *Ouch*. If I understand this correctly we have to do it for every

Re: Javaflow examples

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Gianugo Rabellino um 22:10: Reinhard Pötz wrote: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas?

[VOTE] Move javaflow into scratchpad was RE: cvs commit: cocoon-2.1/src/blocks/javaflow

2004-03-29 Thread Stephan Michels
. For example you could also use Groovy to implement your flow, because Groovy also produces Java classes. I done a lot of afford to make it work like the javascript implementation. So that it is only a choise, which language you prefer. But I'm curious about our opinions, Stephan Michels.

Re: Building OJB with no GUI

2004-03-25 Thread Stephan Michels
Am Do, den 25.03.2004 schrieb [EMAIL PROTECTED] um 11:19: Is there a way of building OJB wihtout a GUI? If not, can we please have one? I am trying to build OJB over a telnet connection. It fails becuase it cannot open the splash screen with its progress bar back to my workstation. Yes,

Re: [chaperon] reading Excel CSV

2004-03-25 Thread Stephan Michels
Am Do, den 25.03.2004 schrieb Joerg Heinicke um 20:46: Hello, I know it's slightly offtopic as I can probably set up the Cocoon part myself. The question is more about the grammar for Chaperon. Has anybody managed to feed Excel CSV files into the pipeline. It would work with the simple

Re: cvs commit: cocoon-2.1/tools/src blocks-build.xsl

2004-03-23 Thread Stephan Michels
Am Di, den 23.03.2004 schrieb Joerg Heinicke um 20:37: On 23.03.2004 20:23, [EMAIL PROTECTED] wrote: stephan 2004/03/23 11:23:07 Modified:tools/src blocks-build.xsl Log: Allow to share codebase to other blocks. pathelement

Re: List of block samples is not sorted

2004-03-17 Thread Stephan Michels
Am Mi, den 17.03.2004 schrieb Carsten Ziegeler um 14:07: Hi, it seems that the latest CVS does not sort the list of the block samples in alphabetic order. This now looks a little bit confusing. Any idea how to fix this? The patches are applied in order of the dependencies of the blocks. A

RE: cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

2004-03-16 Thread Stephan Michels
commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java On 12.03.2004 14:29, Stephan Michels wrote: In the orginal form of the blocks-build.xsl, we had separate targets for the patch files. But it was incredible slow. Then I merge these targets to one target, and rewrote

Re: Using Maven (or something similar) for dependencies? (Was: Cocoon's Rhino+continuations fork)

2004-03-12 Thread Stephan Michels
Am Fr, den 12.03.2004 schrieb Bertrand Delacretaz um 07:47: Sounds like the way to go, intelligently downloading dependencies from some non-ASF repository should solve most, maybe all of the licensing problems, and help make Cocoon more lightweight for many uses. IIRC last time this was

RE: cvs commit: cocoon-2.1/tools/src blocks-build.xsl

2004-03-12 Thread Stephan Michels
Am Fr, den 12.03.2004 schrieb Carsten Ziegeler um 08:25: Stephan Michels wrote Ehm, are you sure that this works? The xconf's from the different blocks have to be applied in the correct order (in the order of their dependencies). If you all apply at once this is imho

Re: cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

2004-03-12 Thread Stephan Michels
Am Fr, den 12.03.2004 schrieb Joerg Heinicke um 13:30: On 12.03.2004 13:01, Carsten Ziegeler wrote: I thought that previously all xpatches for all blocks were executed in one go instead of separately and respecting dependency order. No, one patch after the other was applied

ExtendedResourceExistsAction ?

2004-03-11 Thread Stephan Michels
Hi, some samples require the ExtendedResourceExistsAction. Where went this action? Marged with ResourceExistsAction? Thanks, Stephan.

RE: cvs commit: cocoon-2.1/tools/src blocks-build.xsl

2004-03-11 Thread Stephan Michels
Am Do, den 11.03.2004 schrieb Carsten Ziegeler um 16:48: [EMAIL PROTECTED] wrote: Modified:tools/src blocks-build.xsl Log: Apply all xconf file in one shoot. Ehm, are you sure that this works? The xconf's from the different blocks have to be applied in the correct order

Re: XSP block status

2004-03-11 Thread Stephan Michels
Am Do, den 11.03.2004 schrieb leo leonid um 18:24: Hi, I just updated my projects from woody to cocoon forms (absolutely painless, BTW). I see it similar, a simple s/woody/forms/g, and most of the work is done. I doesn't see a real need to keep the woody block, but anyway...

Re: XSP block status

2004-03-11 Thread Stephan Michels
Am Mi, den 10.03.2004 schrieb Unico Hommes um 19:24: There remain a few issues that need resolving. - InputModuleAction had to move along with xsp because it has a dependency on some xsp helper class. This is unfortunate and maybe unnecessary. Perhaps someone with more knowledge about this

Re: form framework clean up

2004-03-10 Thread Stephan Michels
Am Di, den 09.03.2004 schrieb Sylvain Wallez um 16:27: Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 16:05 Europe/Zurich, Torsten Curdt a écrit : Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of

Re: [Vote] Moving XSP into its own block

2004-03-10 Thread Stephan Michels
Am Di, den 09.03.2004 schrieb Bertrand Delacretaz um 16:37: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +0.5 (=good idea, won't be able to help) I can offer some help, if nobody on it, then I can try it?! Stephan.

Re: cvs commit: cocoon-2.2/src/resources/javadoc/avalon package-list

2004-03-10 Thread Stephan Michels
I think here goes something wrong ;-) Am Mi, den 10.03.2004 schrieb [EMAIL PROTECTED] um 10:48: 1.2 +48 -33cocoon-2.2/src/resources/dev/i18n/simple_dict.xml Index: simple_dict.xml === RCS file:

Re: cvs commit: cocoon-2.1/tools/src blocks-build.xsl

2004-03-10 Thread Stephan Michels
Am Mi, den 10.03.2004 schrieb Joerg Heinicke um 12:41: On 10.03.2004 10:36, [EMAIL PROTECTED] wrote: Modified:tools/src blocks-build.xsl ... Using one classpath for all blocks instead of one classpath for each block. Any particular reason for this? I thought this was already

Re: [Summary] [Vote] Moving XSP into its own block

2004-03-10 Thread Stephan Michels
Am Mi, den 10.03.2004 schrieb Reinhard Pötz um 11:03: Stephan Michels wrote: Am Di, den 09.03.2004 schrieb Bertrand Delacretaz um 16:37: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +0.5 (=good idea, won't be able to help) I

RE: [Summary] [Vote] Moving XSP into its own block

2004-03-10 Thread Stephan Michels
Am Mi, den 10.03.2004 schrieb Carsten Ziegeler um 14:24: I have following problem, that src/blocks/session-fw/conf/xsp-session-fw.xconf depends on the xsp block, but won't be executed before the patch files of the xsp block :-/ This may require a change to the build

Re: cvs commit: cocoon-2.1/src/blocks/xsp/java/org/apache/cocoon/generation AbstractServerPage.java ServerPagesGenerator.java

2004-03-10 Thread Stephan Michels
generating, generation, what the . Its all the same ;-) Thanks. Am Mi, den 10.03.2004 schrieb [EMAIL PROTECTED] um 16:20: unico 2004/03/10 07:20:54 Added: src/blocks/xsp/java/org/apache/cocoon/generation AbstractServerPage.java

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Stephan Michels
Am Di, den 09.03.2004 schrieb Unico Hommes um 16:39: Reinhard Pötz wrote: Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +1 Big +1 Stephan Michels.

Re: [VOTE] Rename Rhino-with-continuations packages

2004-03-08 Thread Stephan Michels
Am Mo, den 08.03.2004 schrieb Steven Noels um 10:11: On 08 Mar 2004, at 09:39, Reinhard Pötz wrote: IIRC the argumentation was that Cocoon is about web publishing and web applications and not about programming language interpreters. So it should find a different place. Exactly.

[ANN] JEuclid 2.0

2004-03-04 Thread Stephan Michels
, without that the browser to support MathML. Stephan Michels. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TestCase doubts

2004-03-01 Thread Stephan Michels
Am Mo, den 01.03.2004 schrieb Ann um 14:54: Dear Stephan Lets keep these things in the mailinglist ;-) Thank you for the tips on how to write testcases . I have some doubts here First of all SitemapComponentTestCase class.is a part of Cocoon 2.1.4 .Do we have to migrate to Cocoon 2.1.4

Re: Writing Testcases for JUnit

2004-03-01 Thread Stephan Michels
Am Mo, den 01.03.2004 schrieb Ann um 15:04: Dear Stephan The SitemapComponentTestCase class. which you mentioned is a part of cocoon 2.1.4. We are using 2.1.3. Is it possible for us to use this class or do we have to migrate to 2.1.4!! Secondly the .xtest file which you have mentioned

Re: [WIKI-UPDATE] ApacheModProxy Sat Feb 28 21:00:02 2004

2004-02-28 Thread Stephan Michels
Am Sa, den 28.02.2004 schrieb [EMAIL PROTECTED] um 21:00: Page: http://wiki.cocoondev.org/Wiki.jsp?page=ApacheModProxy , version: 33 on Sat Feb 28 20:08:07 2004 by 62.213.86.109 Very funny :( http://wiki.cocoondev.org/Diff.jsp?page=ApacheModProxyr1=33r2=31

Re: Writing Testcases for JUnit

2004-02-28 Thread Stephan Michels
Am Mo, den 23.02.2004 schrieb Ann um 13:03: Hi I am new to cocoon and am trying to develop test cases for cocoon framwork. Can anybody guide me on how to go about developing test cases .I have been looking at the testcases written at src/test/ in cocoon package and still am not very clear.

Re: @author tags (WAS: RE: ASF Board Summary for February 18, 2004)

2004-02-28 Thread Stephan Michels
Am Fr, den 27.02.2004 schrieb Tim Larson um 16:25: On Fri, Feb 27, 2004 at 11:33:32AM +0100, Dirk-Willem van Gulik wrote: On Feb 27, 2004, at 12:45 AM, Conal Tuohy wrote: I don't think the ASF should discourage developers from keeping useful metadata about the code inside the source

Callback Javascript functions

2004-02-10 Thread Stephan Michels
Hi, exists there possibility to call flow function inside of a transformer? I only found void Interpreter.callFunction(String, List, Environment) First, the method returns no result. And second I must pass the environment, which is harmful for the current process. I can skip the second problem

Re: [RT] Alternatives to Poolable

2004-02-10 Thread Stephan Michels
Am Di, den 10.02.2004 schrieb Sylvain Wallez um 11:30: Found a very interesting read at http://www-106.ibm.com/developerworks/library/j-jtp01274.html?ca=drs-j0504 This articles explains the memory allocation and collection strategies of modern JVM and show that object recycling and pooling

Re: Equation in Openoffice

2004-02-06 Thread Stephan Michels
Am Do, den 05.02.2004 schrieb Z.Z. um 23:04: The sf project overview is at http://sourceforge.net/projects/jeuclid which can be easily found with SF's search function. Download the source, you'll have to compile the jar by yourself. It seems there is some direct Cocoon support there

Re: [Chaperon] Double linefeeds on wiki {{{source}}} output

2004-02-06 Thread Stephan Michels
Am Fr, den 06.02.2004 schrieb Nicola Ken Barozzi um 15:07: I tested it again, and -hold on- your example works as expected. The code part is: boolean didThisWork() { return !failed(); } And in the document (not well formet, the top element is missing, but it

Re: [Chaperon] Double linefeeds on wiki {{{source}}} output

2004-02-05 Thread Stephan Michels
Am Mo, den 02.02.2004 schrieb Nicola Ken Barozzi um 12:11: Stephan Michels wrote: On Fri, 23 Jan 2004, Nicola Ken Barozzi wrote: How come with the wiki stuff with {{{ source code }}} I get this output: pre source code /pre Any way to not make double linefeeds appear

Re: [Chaperon] Double linefeeds on wiki {{{source}}} output

2004-02-02 Thread Stephan Michels
On Fri, 23 Jan 2004, Nicola Ken Barozzi wrote: How come with the wiki stuff with {{{ source code }}} I get this output: pre source code /pre Any way to not make double linefeeds appear? Hmm, where does this behaviour occur? Windows? Are these double lfs also in the written

Re: Unit test: more usable AbstractCompositeTestCase (or SitemapComponentTestCase)

2004-02-02 Thread Stephan Michels
public final Map act(String type, String source, Parameters parameters) throws AbstractCompositeTestException { if (resolver == null) { throw new AbstractCompositeTestException(Lookup of source resolver failed); } } You don't need to

Flow and modules

2004-01-22 Thread Stephan Michels
Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. Thanks, Stephan. Sorry, if there double posts occur, I use a new email client.

Flow and modules

2004-01-22 Thread Stephan Michels
Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. Thanks, Stephan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [Chaperon] Wrestling with the latest changes in the block

2004-01-22 Thread Stephan Michels
Am Do, den 22.01.2004 schrieb Nicola Ken Barozzi um 16:45: Stephan Michels wrote: ... 3 - the error reporting is nice, but for Forrest I need that all errors go through the handle-errors, so that it gets actually counted as such. ATM it seems that usual errors are handled

Re: [Chaperon] Wrestling with the latest changes in the block

2004-01-22 Thread Stephan Michels
Am Do, den 22.01.2004 schrieb Nicola Ken Barozzi um 18:12: Anyway, I move the handle-errors in the main sitemap, and there it gets called. It even selects the map:when test=syntax, because if I put in there a simple notifier I get the report. But putting in there even only

Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

2003-12-12 Thread Stephan Michels
On 11 Dec 2003 [EMAIL PROTECTED] wrote: sylvain 2003/12/11 10:19:05 Modified:lib jars.xml Removed: lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar Log: New versions of: - store: separate ROLE and TRANSIENT_ROLE,

Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

2003-12-12 Thread Stephan Michels
On Fri, 12 Dec 2003, Sylvain Wallez wrote: Stephan Michels wrote: On 11 Dec 2003 [EMAIL PROTECTED] wrote: sylvain 2003/12/11 10:19:05 Modified:lib jars.xml Removed: lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

2003-12-12 Thread Stephan Michels
On Fri, 12 Dec 2003, bernhard huber wrote: hi, -libcore/excalibur-component-20031126.jar/lib +libcore/excalibur-component-20031211.jar/lib If you have access to the excalibur repository, can please add the patch from

Re: [POLL] Interest in unified code convention

2003-12-10 Thread Stephan Michels
On 10 Dec 2003, David Crossley wrote: Stephan Michels wrote: after I made some positive experiences with jalopy, an open source code formatter, I want to offer install jalopy with a proposal for the our code convention. What do you mean by install? In our CVS? Or does each committer

<    1   2   3   4   5   6   7   >