Re: [jira] Closed: (COCOON3-2) Add an XSchema Validator as PipeLineComponent

2008-10-10 Thread Simone Tripodi
Issue Type: Improvement Components: cocoon-pipeline Affects Versions: 3.0.0-alpha-2 Reporter: Simone Tripodi Assignee: Reinhard Poetz Priority: Minor Fix For: 3.0.0-alpha-2 Attachments: XSchemaProcessor.patch XSchema

Re: [jira] Closed: (COCOON3-2) Add an XSchema Validator as PipeLineComponent

2008-10-13 Thread Simone Tripodi
!!! Simone 2008/10/10 Reinhard Pötz [EMAIL PROTECTED]: Simone Tripodi wrote: Hi Reinhard, Hi Steven (and nice to meet you) is there a way I can help you to close the issue related to the FIXME in /cocoon/cocoon3/trunk/cocoon-pipeline/src/main/java/org/apache/cocoon/pipeline/component/sax

[COCOON3] cocoon-optional is missing in Jira

2008-10-14 Thread Simone Tripodi
Hi everybody, just to notify you that cocoon-optional is missing in cocoons Jira; I've a patch to submit but before I need to create the issue in the right place. Thanks in advance, best regards, Simone

Re: [COCOON3] cocoon-optional is missing in Jira

2008-10-14 Thread Simone Tripodi
My pleasure Reinhard!!! 2008/10/14 Reinhard Pötz [EMAIL PROTECTED]: Simone Tripodi wrote: Hi everybody, just to notify you that cocoon-optional is missing in cocoons Jira; I've a patch to submit but before I need to create the issue in the right place. done and thanks for spotting1

[COCOON3] XSLTTransformer optimization and reusability

2008-10-21 Thread Simone Tripodi
Hi Reinhard/everybody, I would like to argue with you some simple point about the org.apache.cocoon.pipeline.component.sax.XSLTTransformer, sharing ideas and collecting feedbacks. Note: my attention is focused more just on the basic pipeline API use, the test case (mine!!!) is the case where a

Re: [COCOON3] XSLTTransformer optimization and reusability

2008-10-22 Thread Simone Tripodi
Hi Reinhard!!! thank you for your reply!!! I'll proceed working on all these small issues - and I'll provide the patches ASAP :) I'm sorry for my rather long response times (e.g. your XIncludeTransformer stuff) but I'm very busy ATM. The XIncludeTransformer will take me some time to review

Re: [COCOON3] XSLTTransformer optimization and reusability

2008-10-24 Thread Simone Tripodi
Hi Reinhard, In my mind makes more sense reading the XSLT once, an org.apache.cocoon.pipeline.component.sax.XSLTTransformer instance should be reusable and it shouldn't read the same XSLT each time it has to perform a transformation. Please correct me if I'm wrong! no makes sense! See

Re: [COCOON3] XSLTTransformer optimization and reusability

2008-10-24 Thread Simone Tripodi
=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641831#action_12641831 Best Regards, alles gute! Simone 2008/10/24 Reinhard Pötz [EMAIL PROTECTED]: Simone Tripodi wrote: Hi Reinhard, In my mind makes more sense reading the XSLT once

Re: [C3] Imaging Module

2009-01-21 Thread Simone Tripodi
Hi Steven, that's really cool, I like it very much, confratulations! The most important thing is IMHO the Pipeline APIs are adaptable to build various kind of Pipeline not just SAX/XML... and that's great! Thanks to share your work with us! Best regards, Simone 2009/1/14 Steven Dolg

cocoon-sax test packages

2009-04-30 Thread Simone Tripodi
Hi All, I noticed the cocoon-sax module implements tests referring to old cocoon-pipeline module, this should be the right taxonomy: org.apache.cocoon.pipeline.util.TransformationUtilsTest should be org.apache.cocoon.sax.util.TransformationUtilsTest

Re: cocoon-sax test packages

2009-04-30 Thread Simone Tripodi
Thanks Reinhard! I just moved an issue liked to a wrong component, and then uploaded a new patch for the XSLT, I hope this will be useful! Best regards, Simone On Thu, Apr 30, 2009 at 11:14 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi All, I noticed the cocoon-sax

Re: cocoon-sax test packages

2009-04-30 Thread Simone Tripodi
org.apache.cocoon.optional.pipeline.components.sax.neko || org.apache.cocoon.sax.components.neko I don't see any need to specify the 'optional' keyword in the path, but it's just my opinion ;) Best regards!!! Simone On Thu, Apr 30, 2009 at 1:16 PM, Simone Tripodi simone.trip...@gmail.com wrote

XInclude optimization

2009-11-22 Thread Simone Tripodi
Hi all guys, I'm very sorry if I don't appear frequently on the ML but since April I've been working very hard for a customer client in Paris that don't let me some spare time to dedicate to OS projects. I'm writing because I'm sure the XInclude transformer I submitted time ago could be

Re: XInclude optimization

2009-11-22 Thread Simone Tripodi
juniors involved in Joost :P On Sun, Nov 22, 2009 at 3:27 PM, Sylvain Wallez sylv...@apache.org wrote: Simone Tripodi wrote: Hi all guys, I'm very sorry if I don't appear frequently on the ML but since April I've been working very hard for a customer client in Paris that don't let me some spare

Re: XInclude optimization

2009-11-22 Thread Simone Tripodi
Hi Jos, thanks for your reply, the XPath expression is already known before parsing the document since the XInclude processor catches the xpointer reference before including the document. I think your solution works but I've the suspect just for a limited subset of the XPath expressions, the

Re: XInclude optimization

2009-11-22 Thread Simone Tripodi
Hi Sylvain, indeed, that's yet another exception I didn't think, thanks for your clarification!!! Bonne journée, a bientot ;) Simo On Mon, Nov 23, 2009 at 8:28 AM, Sylvain Wallez sylv...@apache.org wrote: Jos Snellings wrote: Hmmm, I guess the XPath expression is known before the parsing

Re: XInclude optimization

2009-11-23 Thread Simone Tripodi
Hi Sylvain and Simone, thank you a lot, the suggestions you provided are all very very interesting, so I wonder now if it is possible to realize a processor able to use at the same time the Tika way when it recognizes some kind of paths, the XSL-on-the-fly for more complex cases. What do you

Re: XInclude optimization

2009-11-24 Thread Simone Tripodi
Hi Sylvain, there are no words to say thank you, very very appreciated, I'll follow your suggestions :) A bientot Simone On Tue, Nov 24, 2009 at 10:21 AM, Sylvain Wallez sylv...@apache.org wrote: Simone Tripodi wrote: Hi Sylvain and Simone, thank you a lot, the suggestions you provided

Re: XInclude optimization

2009-11-24 Thread Simone Tripodi
Hi Sylvain Sorry but I forgot to ask you a short question in the previous email: can the Tika code be imported/modified into Cocoon3? AFAIK it should be allowed, but I don't know the conditions under which it can be done. A bientot!!! Simo On Tue, Nov 24, 2009 at 10:29 AM, Simone Tripodi

Re: XInclude optimization

2009-11-24 Thread Simone Tripodi
and modifying them according to our needs, so if you agree I'd add the XInclude in the cocoon-sax module... what do you think about it? Just let me know! See you guys and thanks a *lot* for your help :) Best regards Simo On Tue, Nov 24, 2009 at 12:16 PM, Reinhard Pötz reinh...@apache.org wrote: Simone

Re: closeLoudly()

2009-12-05 Thread Simone Tripodi
Hi Jos, nice to meet you :) Usually suggestions of this kind have to be submitted by the issue tracker: http://issues.apache.org/jira/browse/COCOON3 Make your own patch through the command line: svn diff -x -u Main.java arg-fix.patch giving your patch file meaningful name. Goof job! Simo On

Re: closeLoudly()

2009-12-05 Thread Simone Tripodi
. Is this the proper way to submit? Thanks, and please excuse me my ignorance. It is the first time. (first times can be traumatic, so far I am feeling well). Jos On Sat, 2009-12-05 at 09:28 +0100, Jos Snellings wrote: Thank you, Simone. I will do that. On Sat, 2009-12-05 at 09:21 +0100, Simone Tripodi

Re: XInclude optimization

2009-12-09 Thread Simone Tripodi
Hi Guys, do you have some spare time to review the last patch submitted on [1]? I know it requires time... Thanks in advance, best regards, Simone [1] https://issues.apache.org/jira/browse/COCOON3-3 On Tue, Nov 24, 2009 at 12:42 PM, Simone Tripodi simone.trip...@gmail.com wrote: Hi all, Thank

Re: XInclude optimization

2009-12-10 Thread Simone Tripodi
Hi Reinhard Very appreciated, thanks!!! :) alles gute, auf wiedersehen! Simo On Fri, Dec 11, 2009 at 8:44 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi Guys, do you have some spare time to review the last patch submitted on [1]? I know it requires time... Thanks

Re: SAXGenerator - URLGenerator

2009-12-13 Thread Simone Tripodi
Hi Reinhard, it makes a lot of sense - at least for me - since their internal behaviors are exactly the same. Have a nice sunday, Simo On Sun, Dec 13, 2009 at 2:44 PM, Reinhard Pötz reinh...@apache.org wrote: Long time ago (I think when the StAX module was added) we discussed to have a

Re: SAXGenerator - URLGenerator

2009-12-13 Thread Simone Tripodi
Hi all, I'd follow the Joerg suggestion since it reminded me the Neko HTML Generator included in the optional module that has the behavior similar to the old FileGenerator that takes an URL in input and transforms HTML in XHTML. At that point I'd suggest to have an AbstractGenerator that

Re: SAXGenerator - URLGenerator

2009-12-14 Thread Simone Tripodi
Hi Reinhard, I agree with you for solution a) for the same reason you explained, there's no need to prefix classes since we can use packages for it. Best regards, Simone On Mon, Dec 14, 2009 at 9:33 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all, I'd follow the Joerg

Re: [result][vote] Simone Tripodi as new Cocoon committer

2009-12-21 Thread Simone Tripodi
parents still don't have their own home (you can see the effects here[5]) so this Christmas will be better thanks to this amazing news :) Best regards, take care!!! Simone Tripodi Margin Note: in all European countries the name Simone is for girls, except here in Italy; during the Erasmus I take part

Re: Release Cocoon 3.0.0-alpha-2

2009-12-21 Thread Simone Tripodi
Hi Reinhard, count on me to fix the open issues, let's have a chat if you already have an idea how to fix them so I can provide you the help needed. Have a nice evening, Simo On Mon, Dec 21, 2009 at 3:27 PM, Reinhard Pötz reinh...@apache.org wrote: Reinhard Pötz wrote: Reinhard Pötz wrote: I

Merry Christmas

2009-12-24 Thread Simone Tripodi
Dear Cocoon community, Merry Christmas and best wishes for a happy and prosperous New Year. All the best!!! Simone Tripodi -- http://www.google.com/profiles/simone.tripodi

Re: Exporting graphs to PDF

2009-12-30 Thread Simone Tripodi
Hi, we included FOP in cocoon3 pipeline, in the optional module. The 3.0 is still an alpha, but you can take a look on it by downloading it from http://cocoon.apache.org//3.0/download.html If you want something to generate charts out of XML in various format (PNG, SVG, JPEG, GIF) for later

Re: [vote] Release Cocoon 3.0.0-alpha-2

2010-01-04 Thread Simone Tripodi
Hi Reinhard, going to leave to office now, when I'm at home I'll start having a look at it!!! Happy new year!! Simo On Mon, Jan 4, 2010 at 4:39 PM, Reinhard Pötz reinh...@apache.org wrote: Reinhard Pötz wrote: I've prepared the artifacts for the release of Cocoon 3.0.0-alpha-2. Since it has

Re: [vote] Release Cocoon 3.0.0-alpha-2

2010-01-04 Thread Simone Tripodi
Hi Reinhard, just a couple of questions before expressing my +1: On SVN repo I found alpha2 tags out of sync the following modules: - cocoon-all (is empty) - cocoon-optional (is empty) - cocoon-parent (is empty) I didn't find tagged the following modules: - cocoon-docs - cocoon-profiling-firebug

Re: [vote] Release Cocoon 3.0.0-alpha-2

2010-01-06 Thread Simone Tripodi
Hi Reinhard, all tests worked!!! :) +1 Have a nice day! Simo On Tue, Jan 5, 2010 at 1:16 PM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi Reinhard, just a couple of questions before expressing my +1: On SVN repo I found alpha2 tags out of sync the following modules

Re: [result][vote] Release Cocoon 3.0.0-alpha-2

2010-01-07 Thread Simone Tripodi
Hi reinhard, don't worry, the most important thing for me is the project success, so nice to hear that the release passed :) Have a nice evening, Simo On Thu, Jan 7, 2010 at 5:05 PM, Reinhard Pötz reinh...@apache.org wrote: Reinhard Pötz wrote: This majority vote stays open for at least 72

Site Updates

2010-01-11 Thread Simone Tripodi
Hi all guys, I modified the c3 site home page and developers list page, but it seems not be updated; is it the site update a manual or automatic operation? can anyone explain to me please? On my personal apache space[1] I integrated a JS code syntax highlighter in the maven skin site, do you think

Re: Site Updates

2010-01-11 Thread Simone Tripodi
Hi Reinhard, thanks a lot for the provided info, and nice to hear you like the syntax highlighter, tonight I'll start modifying the skin :) Have a nice evening, Simo On Mon, Jan 11, 2010 at 5:30 PM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all guys, I modified the c3

Re: Site Updates

2010-01-11 Thread Simone Tripodi
, 2010 at 7:38 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi Reinhard, I just modified the skin and updated the new site version - I took time because of the maven build but everything worked fine. I did the svn up on the server side, it updated the pages but the don't

Re: Site Updates

2010-01-11 Thread Simone Tripodi
, Jan 12, 2010 at 8:07 AM, Simone Tripodi simone.trip...@gmail.com wrote: Hi Reinhard, I should stop working in the night when I'm tired :P I just forgot to add the license header - the prettify comes from google[1] and it licensed under apache license 2 Going to fix it now, sorry for the misses

Re: Site Updates

2010-01-12 Thread Simone Tripodi
Hi Reinhard, the site has been updated and everything worked fine this time, thanks for your help! Simo On Tue, Jan 12, 2010 at 8:23 AM, Simone Tripodi simone.trip...@gmail.com wrote: Hi Reinhard, missing license headers added, site regenerated and committed missing packages, site updated

Re: Site Updates

2010-01-18 Thread Simone Tripodi
...@apache.orgwrote: Reinhard P??tz wrote: Simone Tripodi wrote: Hi Reinhard, I just modified the skin and updated the new site version - I took time because of the maven build but everything worked fine. I did the svn up on the server side, it updated the pages but the don't appear updated

[Cocoon 3] Optimizing resources creation on SAX pipeline components

2010-01-24 Thread Simone Tripodi
Hi all guys, I'd like to improve a little the resources creation into C3 SAX pipelines components, saving consumed memory and components initialization time, reusing already created resources. I mean, instantiating the same kind of XSLTTransformer (or the SchemaProcessorTransformer) twice, in

Re: [Cocoon 3] Optimizing resources creation on SAX pipeline components

2010-01-24 Thread Simone Tripodi
/src/java/org/apache/commons/digester/annotations/utils/InMemoryLRUCache.java http://people.apache.org/~simonetripodi/ On Mon, Jan 25, 2010 at 8:20 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all guys, I'd like to improve a little the resources creation into C3 SAX

More karma on Jira

2010-01-30 Thread Simone Tripodi
Hi all guys, I need more karma on Cocoon 3 Jira to assign to me issues, start working and resolve them. Can anyone please help me? Thanks in adavance and have a nice weekend!!! Simo http://people.apache.org/~simonetripodi/

Re: More karma on Jira

2010-01-30 Thread Simone Tripodi
Thanks Reinhard, very very appreciated, have a nice weekend :) Simo http://people.apache.org/~simonetripodi/ On Sat, Jan 30, 2010 at 2:55 PM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all guys, I need more karma on Cocoon 3 Jira to assign to me issues, start

[Cocoon 3] cocoon-sax build error

2010-02-03 Thread Simone Tripodi
Hi all guys, I've some problem in building the cocoon-sax modules using the m2eclipse plugin for eclipse (I'm not using the built-in maven3, but linked my own 2.2.1), the error message I get is: 2/3/10 10:12:52 AM CET: Build error for /cocoon-sax/pom.xml;

Adding new components to C3 Optionals

2010-02-17 Thread Simone Tripodi
Hi all guys, even if a little late, I noticed an old email[1] in the users ML where one of C3 users was asking us how to integrate a JAXB marshaller into C3. After provided the hint, I suggested him to send a patch but at the same time I don't know if it could be applied because of the licensing:

Re: Adding new components to C3 Optionals

2010-02-18 Thread Simone Tripodi
Thank a lot Reinhard, I'll check the projects you mentioned!!! Have anice day :) Simo http://people.apache.org/~simonetripodi/ On Thu, Feb 18, 2010 at 8:53 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all guys, even if a little late, I noticed an old email[1

Re: Adding new components to C3 Optionals

2010-04-06 Thread Simone Tripodi
evening, Simo http://people.apache.org/~simonetripodi/ On Thu, Feb 18, 2010 at 11:45 AM, Simone Tripodi simone.trip...@gmail.com wrote: Thank a lot Reinhard, I'll check the projects you mentioned!!! Have  anice day :) Simo http://people.apache.org/~simonetripodi/ On Thu, Feb 18, 2010 at 8

Re: Adding new components to C3 Optionals

2010-04-14 Thread Simone Tripodi
/) http://people.apache.org/~simonetripodi/ On Wed, Apr 7, 2010 at 10:07 AM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi All, Reinhard, in the Apache BeanValidation we're using JAXB without any particular care on Licensing, being JAXB now part of the JVM. If you agree

Re: Changes.xml and contributors in our parent POM

2010-04-15 Thread Simone Tripodi
Hi Reinhard!!! Sure, I'll take care ASAP, that means this evening after watched Lost ;) Take care, best regards!!! Simo http://people.apache.org/~simonetripodi/ On Wed, Apr 14, 2010 at 10:39 PM, Reinhard Pötz reinh...@apache.org wrote: simonetrip...@apache.org wrote: Author: simonetripodi

Re: Changes.xml and contributors in our parent POM

2010-04-15 Thread Simone Tripodi
Couldn't resist, already done :) Best regards!!! Simo http://people.apache.org/~simonetripodi/ On Thu, Apr 15, 2010 at 3:50 PM, Simone Tripodi simone.trip...@gmail.com wrote: Hi Reinhard!!! Sure, I'll take care ASAP, that means this evening after watched Lost ;) Take care, best regards

Re: Adding new components to C3 Optionals

2010-04-20 Thread Simone Tripodi
the impl is licenced under CDDL we have to add the CDDL license to the cocoon-optional LICENSE.txt and the mentioned third-party notice to the NOTICE.txt file. Reinhard Simone Tripodi wrote: Hi Reinhard, follow below what Donald Woods, from Apache Geronimo Apache BeanValidation, wrote me about

Re: Adding new components to C3 Optionals

2010-04-20 Thread Simone Tripodi
Thanks to you, very appreciated! :) See you, Simo http://people.apache.org/~simonetripodi/ On Tue, Apr 20, 2010 at 10:21 PM, Reinhard Pötz reinh...@apache.org wrote: Simone Tripodi wrote: Hi all, Reinhard, I just added the JAXB generator to C3 Optionals, I'd like to ask if you have time

Re: Adding new components to C3 Optionals

2010-04-21 Thread Simone Tripodi
of CDDL licensed stuff: The cocoon-all module creates the distribution that contains all Cocoon modules, of course also cocoon-optional. Simone Tripodi wrote: Thanks to you, very appreciated! :) See you, Simo http://people.apache.org/~simonetripodi/ On Tue, Apr 20, 2010 at 10:21 PM, Reinhard

Re: Adding new components to C3 Optionals

2010-04-21 Thread Simone Tripodi
Hi Reinhard! Thanks a lot, very appreciated! :) Simo http://people.apache.org/~simonetripodi/ On Wed, Apr 21, 2010 at 10:34 AM, Reinhard Pötz reinh...@apache.org wrote: While reviewing your commit, I've already done the necessary changes. Simone Tripodi wrote: Hi Reinhard! OK, I'll take

Re: [C3] Adding the cinclude transformer

2010-04-21 Thread Simone Tripodi
Hi Hugh, very nice to meet you :) I don't know the C2 cinclude, but AFAIK the C3 relative component is the org.apache.cocoon.sax.component.IncludeTransformer, already supported since the alpha-1. Moreover since the beta-2, C3 supports also XInclude. Have a nice evening, Simo

Re: [C3] Adding the cinclude transformer

2010-04-22 Thread Simone Tripodi
Hi Hugh, interesting topic, and sorry if I didn't understand your needs earlier :P I'd appreciate very much if you could - raise a Jira issue about it - attach as much info as you have, like C2 link sources, doc, etc Thank you, have a nice day :) Simo http://people.apache.org/~simonetripodi/

Re: Planning for Cocoon 3 alpha-3

2010-04-23 Thread Simone Tripodi
Hi Reinhard! Yes I totally agree with you, before releasing it I personally would like to spent some effort on integrating the new latest components (XInclude, LinkRewriter, Log and LogAsXML) into the sitemap, this weekend I'm trying to do my best. Once these integration will be completed, then we

Re: Planning for a release of the Cocoon Maven Plugin

2010-05-14 Thread Simone Tripodi
Hi Reinhard, very sorry to have missed this thread :( BTW I agree with you, my late (and now useless) +1 All the best, Simo http://people.apache.org/~simonetripodi/ On Fri, May 14, 2010 at 6:18 PM, Reinhard Pötz reinh...@apache.org wrote: Reinhard Pötz wrote: The upgrade of Spring 3 required

Help needed on finalizing the JAXB optional support

2010-06-24 Thread Simone Tripodi
Hi all, a month ago I started developing the JAXB optional support for C3 pipeline, with a lot of limits: * each time a new object has to be mashalled, the JAXBContext were created, now it uses a memory-based LRU cache; * it supported just POJOs graphs, without any support for collections and

Re: Gump for Cocoon3

2010-06-24 Thread Simone Tripodi
Hi all, it seems something wrong happens when pre-compiling XSLTs, as Reinhard supposed. I'll try to add the BCEL dependency to fix that, btw I don't understand why it happens... I'll let you know as soon as possible. Thanks!!! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/

Re: Help needed on finalizing the JAXB optional support

2010-06-26 Thread Simone Tripodi
.99soft.org/ On Thu, Jun 24, 2010 at 10:49 AM, Simone Tripodi simone.trip...@gmail.com wrote: Hi all, a month ago I started developing the JAXB optional support for C3 pipeline, with a lot of limits: * each time a new object has to be mashalled, the JAXBContext were created, now it uses

Re: [Gump] cocoon-sax build error

2010-06-28 Thread Simone Tripodi
Hi Stefan, thanks a lot for the incredible analysis you've done!!! Have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Jun 28, 2010 at 9:21 AM, Stefan Bodewig bode...@apache.org wrote: Hi, I think I see why the build currently fails in Gump. The

Re: Help needed on finalizing the JAXB optional support

2010-07-14 Thread Simone Tripodi
Hi all guys, any hint on it? Please! :P Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, Jun 26, 2010 at 7:11 PM, Simone Tripodi simone.trip...@gmail.com wrote: Hi all guys, I resolved the Collection Generic type problem[1], but the question about the plural

[C3] needed step to alpha-3

2010-08-12 Thread Simone Tripodi
Hi all guys, this email just to remind the steps have to be completed to before the alpha-3 release. Jira issues have to be created. After the alpha-2 release, in the last development time of C3, 3 new pipeline components have been developed/improved that have to be integrated in the sitemap: -

Re: [C3] needed step to alpha-3

2010-08-17 Thread Simone Tripodi
Hi all guys, just to be sure to put black on white, I opened the Jira issues to track all these requirements. Have a nice day, all the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Aug 12, 2010 at 8:59 PM, Simone Tripodi simone.trip...@gmail.com wrote: Hi

Re: Cocoon 3 status?

2010-11-22 Thread Simone Tripodi
Hi Hugh, unfortunately we've been being very busy due to our main job. But our intention is continuing Cocoon3 development and we are coming back soon :) APIs are in alpha that means that classes/methods can appear and disappear without warnings, but code on /trunk is quite stable. Stay tuned!!!

[C3] Pipeline DSL

2010-12-07 Thread Simone Tripodi
Hi all guys, I just committed a first working spike of a Pipeline DSL[1] to expose more fluent APIs to final users to help them correctly creating and running pipelines, built on top of pipeline APIs. I also modified a test to show how to use the new APIs. WDYT? Every feedback/suggestion would be

Re: [C3] Pipeline DSL

2010-12-07 Thread Simone Tripodi
to do the same stuff already as with 2.2?  Or let me rephrase the question... is most stuff already ported to 3.0? Cheers, Robby Pelssers -Oorspronkelijk bericht- Van: Simone Tripodi [mailto:simone.trip...@gmail.com] Verzonden: di 7-12-2010 21:39 Aan: dev@cocoon.apache.org

Re: [C3] Pipeline DSL

2010-12-08 Thread Simone Tripodi
-Oorspronkelijk bericht- Van: Simone Tripodi [mailto:simone.trip...@gmail.com] Verzonden: wo 8-12-2010 8:22 Aan: dev@cocoon.apache.org Onderwerp: Re: [C3] Pipeline DSL Hi Robby, I perfectly agree with you!!! even if I'm conservative I recently started having the feeling

Re: [C3] Pipeline DSL

2010-12-14 Thread Simone Tripodi
Hi David thanks for the feedback!!! Looking forward to include Saxon in C3, that's great news! Thanks once again! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Dec 14, 2010 at 1:22 AM, David Crossley cross...@apache.org wrote: Simone Tripodi wrote: Hi Robby

[C3] Pipeline DSL - part two

2010-12-14 Thread Simone Tripodi
Hi all guys, after a generic Pipeline DSL, I recently added also a SAX Pipeline DSL[1] to build SAX pipelines in an easier and more fluent way. Feedbacks and contributions are more than welcome, thanks in advance!!! Simo [1]

Re: Preparing releases: cocoon-maven-plugin, cocoon-jnet, cocoon-thien-maven-site-skin

2011-01-05 Thread Simone Tripodi
+1 for me, there I don't see any blocking issue. thanks for taking care about it! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Jan 4, 2011 at 4:27 PM, Peter Hunsberger peter.hunsber...@gmail.com wrote: On Tue, Jan 4, 2011 at 1:51 AM, Reinhard Pötz

Re: [vote] Release Cocoon JNet 1.2.0, Cocoon Maven Plugin 1.0.0 Cocoon Maven Site Skin 1.0.0

2011-01-28 Thread Simone Tripodi
Sorry to have taken so much time to check, but here comes my +1! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Jan 18, 2011 at 6:34 PM, Peter Hunsberger peter.hunsber...@gmail.com wrote: On Tue, Jan 18, 2011 at 11:22 AM, Reinhard Pötz reinh...@apache.org wrote:

Re: [c3] Log*Transformer

2011-02-21 Thread Simone Tripodi
Hi all, I'd tend agree with Reinhard if the CloseShield functionality is not simple (and I mean very simple, almost silly) to replicate into our module. I'm sure the CloseShield in the IO takes care of more general PrintStream use cases rather then just the sysout, so I'm worried that the proposed

Welcome Francesco Chicchiriccò as new Cocoon Committer

2011-02-21 Thread Simone Tripodi
Hi all, Francesco's nomination has been accepted. He got 7 positive votes and no negative one. Congratulations Francesco and welcome! Francesco, it's a good tradition here to introduce yourself. Thanks in advance, have a nice day! Simo http://people.apache.org/~simonetripodi/

Re: [c3] Log*Transformer

2011-02-25 Thread Simone Tripodi
/21/2011 11:32 AM, Francesco Chicchiriccò wrote: On 21/feb/2011, at 10.56, Simone Tripodi wrote: Hi all, I'd tend agree with Reinhard if the CloseShield functionality is not simple (and I mean very simple, almost silly) to replicate into our module. I'm sure the CloseShield in the IO takes

Re: [c3] Log*Transformer

2011-02-28 Thread Simone Tripodi
09:57, Simone Tripodi wrote: on a side note: Francesco, did you receive the account activation? It's been a while now and looks like it's taking time... please let me know! Hi Simone, unfortunately nothing has arrived so far :-( On Tue, Feb 22, 2011 at 3:15 PM, Reinhard Pötzreinh

Re: [c3] Log*Transformer

2011-02-28 Thread Simone Tripodi
OK thanks, let's wait and be patient :) have a nice evening, all the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Feb 28, 2011 at 9:34 PM, Reinhard Pötz reinh...@apache.org wrote: On 02/28/2011 09:28 AM, Simone Tripodi wrote: Hi again, Francesco, did

Re: [C3] *LinkRewriterTransformer

2011-03-10 Thread Simone Tripodi
Hi Francesco, I had a look at your final proposal and IMHO looks very fine. I suggest you can commit it without any side-issue then continue working on it if needed. Well done, I'd say ;) Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ 2011/3/10 Francesco Chicchiriccò

Plural Stemmer/Inflactor - part 2

2011-04-02 Thread Simone Tripodi
Hi all guys, I (maybe) fixed the issue, can you please check legal issues we could have on the attached patch as reported on COCOON3-58, please? Many thanks in advance, have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/

Re: Plural Stemmer/Inflactor - part 2

2011-04-08 Thread Simone Tripodi
/02/2011 12:26 PM, Francesco Chicchiriccò wrote: On 02/04/2011 12:03, Simone Tripodi wrote: Hi all guys, I (maybe) fixed the issue, can you please check legal issues we could have on the attached patch as reported on COCOON3-58, please? I am not at all a legal expert but if the possible TM

[C3] replacing the logging framework

2011-04-23 Thread Simone Tripodi
Hi all guys, Reinhard, Francesco and I had a quick chat on tweeter about replacing the logging framework in C3 and we all agreed on migrating to SLF4J + Logback. IMHO it is an operation simple enough that can be completed before proceeding to next release, what does someone else think about it? If

Re: [C3] replacing the logging framework

2011-04-27 Thread Simone Tripodi
? :) Thanks in advance, have a nice day!!! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Tue, Apr 26, 2011 at 1:26 PM, Jasha Joachimsthal j.joachimst...@onehippo.com wrote: On 26 April 2011 13:24, Reinhard Pötz reinh...@apache.org wrote: On 04/23/2011 04:56 PM, Simone

Re: svn commit: r1096155 - in /cocoon/cocoon3/trunk/cocoon-optional/src: main/java/org/apache/cocoon/optional/pipeline/components/sax/jaxb/ test/java/org/apache/cocoon/optional/pipeline/components/sax

2011-04-29 Thread Simone Tripodi
Apologizes ;( I accidentally modified the matching pattern before committing, then I broke the build; anyway I already fixed it on trunk, it works now (Francesco already confirmed in chat :P) Have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Apr 27,

[OGNL] PPMC members, please subscribe to private ML!

2011-05-28 Thread Simone Tripodi
Hi all guys, thanks to Gavin, we've now a fully working ognl-private@, please subscribe!!! Thanks in advance, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/

[C3] StAX pipeline improvement

2011-05-30 Thread Simone Tripodi
Hi all guys, I just received a feedback from Tatu Saloranta (the Woodstox author) via Twitter[1] about the XMLOutputFactory.newInstance(); usage. Does it make sense improve it before the release (which in I'm terribly late but first attempts failed :P) Have a nice day, all the best! Simo [1]

Re: [OGNL] PPMC members, please subscribe to private ML!

2011-05-30 Thread Simone Tripodi
Sorry guys, wrong ML!!! I had to send to commons@ :D Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, May 28, 2011 at 1:31 PM, Simone Tripodi simonetrip...@apache.org wrote: Hi all guys, thanks to Gavin, we've now a fully working ognl-private@, please subscribe

Re: [C3] StAX pipeline improvement

2011-05-30 Thread Simone Tripodi
totally agreed, +1 Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ 2011/5/30 Francesco Chicchiriccò ilgro...@apache.org: On 30/05/2011 08:31, Simone Tripodi wrote: Hi all guys, I just received a feedback from Tatu Saloranta (the Woodstox author) via Twitter[1] about

Re: [C3] Fwd: [Hippo-cms7-user] Cocoon 3 based frontend

2011-06-08 Thread Simone Tripodi
Great achievement Francesco, congrats!!! the good news is that starting from tomorrow morning I'll be on forced vacations for a long time and I have a lot of spare time to dedicate to OSS, so potentially starting from tomorrow morning we can have an Alpha3 release candidate!!! So, if it would

[C3] Release process clarification needed

2011-06-08 Thread Simone Tripodi
Hi Reinhard/all, can someone explain me please what the third point in the RELEASE_HOWTO.txt means: * set all versions in the generated pom.xml files of all archetypes I didn't see where poms have been generated... thanks in advance!!! Simo http://people.apache.org/~simonetripodi/

Re: [C3] Release process clarification needed

2011-06-08 Thread Simone Tripodi
...@apache.org wrote: On 06/08/2011 09:16 PM, Simone Tripodi wrote: Hi Reinhard/all, can someone explain me please what the third point in the RELEASE_HOWTO.txt means: * set all versions in the generated pom.xml files of all archetypes I didn't see where poms have been generated... thanks

Re: [C3] Release process clarification needed

2011-06-09 Thread Simone Tripodi
/2011 11:26 PM, Simone Tripodi wrote: thanks a lot for your kind help Reinhard!!! sorry for my lack of knowledge of Groovy, but... do I need an interpreter to install to execute it? Many thanks in advance!!! No, that's done by the GMaven plugin automatically for you. See the pom.xml

[VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Simone Tripodi
Hi all guys, I'm here to propose the release of Apache Cocoon 3.0.0-alpha-3. Tags can be found on https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-all/cocoon-all-3.0.0-alpha-3/

Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Simone Tripodi
: 10.6.7 arch: x86_64 Family: mac my GPG key: Simone Tripodi (simonetripodi) simonetrip...@apache.org 1024-bit DSA key, ID 19FEA27D, created 2010-03-24 is distributed on keyservers so that's my +1 http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Jun 9, 2011 at 7:06 PM, Simone

Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-10 Thread Simone Tripodi
/~simonetripodi/ http://www.99soft.org/ On Thu, Jun 9, 2011 at 11:37 PM, Reinhard Pötz reinh...@apache.org wrote: On 06/09/2011 11:22 PM, Reinhard Pötz wrote: On 06/09/2011 07:06 PM, Simone Tripodi wrote: [ ] +1, let's release Apache Cocoon 3.0.0-alpha-3 [x] +/- 0 [ ] -1, because (explain

Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-11 Thread Simone Tripodi
: Reinhard Pötz wrote: Simone Tripodi wrote: a) where I can find the KEYS file on svn? I'm pretty sure I updated it once, but can't remember if it was the cocoon or commons one that I'm referring... thanks in advance! :P I think you have to update it directly in our release directory

Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-13 Thread Simone Tripodi
!!! All the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, Jun 11, 2011 at 12:03 PM, Simone Tripodi simonetrip...@apache.org wrote: Thanks both Reinhard and David, I uploaded my key, after lunch I'll fill the missing distribution package! Have a nice weekend

Re: Patch list reminders

2011-06-17 Thread Simone Tripodi
Hi guys, can you give more hints how to do it? It was indeed a nice service, if I have enough karma I can take care of it. Just let me know, many thanks in advance! have a nice day, all the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Jun 17, 2011 at 8:38

  1   2   3   >