RE: problem creating a new transformer

2003-08-14 Thread Bruno Dumon
On Wed, 2003-08-06 at 16:36, Miguel Carvalho wrote: Hi again, after i have upgraded to 2.0.4 and corrected some problems in the transformer i ended up getting this: the first part of the result (marked) bellow is ok, and i am applying this to the html serializer, and this is the result

RE: problem creating a new transformer

2003-08-14 Thread Bruno Dumon
On Wed, 2003-08-06 at 19:11, Miguel Carvalho wrote: I see you're still using the compiled sitemap engine (which is indeed the default in 2.0.4). Do yourself a favor and change it to the interpreted engine, Cocoon's startup time will then be much faster (this can be changed in the cocoon.xconf

RE: problem creating a new transformer

2003-08-14 Thread Bruno Dumon
On Thu, 2003-08-07 at 13:07, Miguel Carvalho wrote: Hi, i am now trying to upgrade to 2.1rc1, but i am wondering ... what precautions do i need to clean up cooon a little. I just need a cocoon project that allows me to create a generator, and a transformer in xsp and java respectively. What

RE: problem creating a new transformer

2003-08-09 Thread Bruno Dumon
On Wed, 2003-08-06 at 14:11, Miguel Carvalho wrote: hmmm... i've started this project begining with an example chello, but i also downloaded and tried the cocoon version 2.0.4, perhaps that is why i confused it. In the libs directory of the project there is a jar cocoo-2.0rc2.jar, maybe

RE: problem creating a new transformer

2003-08-08 Thread Bruno Dumon
On Thu, 2003-08-07 at 16:07, Miguel Carvalho wrote: I also tried to create a naked version of cocoon but with no success. I created the local.blocks.properties and the local.build.properties, made a build clean and then made a new build and it still builded all the blocks that i sought i had

RE: problem creating a new transformer

2003-08-08 Thread Miguel Carvalho
: quarta-feira, 6 de Agosto de 2003 13:21 To: [EMAIL PROTECTED] Subject: RE: problem creating a new transformer On Wed, 2003-08-06 at 14:11, Miguel Carvalho wrote: hmmm... i've started this project begining with an example chello, but i also downloaded and tried the cocoon version 2.0.4

Re: problem creating a new transformer

2003-08-08 Thread Olivier Billard
Hi Miguel, It seems that you are doing something with a null variable at line 116 of your Transformer... Do you already have checked this ? (see further) Miguel Carvalho wrote: Hi, i want to create a new transformer that gets sax events from a XSP Generator created by me. i'm using cocoon 2.0.4

RE: problem creating a new transformer

2003-08-07 Thread Bruno Dumon
On Wed, 2003-08-06 at 21:18, Miguel Carvalho wrote: i tried to do that but it didn't worked that well, the thing is, like you have probably noticed i'm kind of newbie in cocoon, so i started this project from a sample chello that used cocoon 2.0rc2. Now, trying to upgrade to 2.0.4 i kind of

RE: problem creating a new transformer

2003-08-07 Thread Miguel Carvalho
Dumon [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 7 de Agosto de 2003 8:44 To: [EMAIL PROTECTED] Subject: RE: problem creating a new transformer On Wed, 2003-08-06 at 21:18, Miguel Carvalho wrote: i tried to do that but it didn't worked that well, the thing is, like you have probably noticed i'm

RE: problem creating a new transformer

2003-08-07 Thread Bruno Dumon
On Thu, 2003-08-07 at 15:27, Miguel Carvalho wrote: Hi, thanks for the previous tips.. ;) Now i'm having an existencial doubt... :) I've created a transformer in java but it was made when i was still using the chello project... Because i am trying to follow the instructions on the wiki,

Re: problem creating a new transformer

2003-08-06 Thread Bruno Dumon
On Wed, 2003-08-06 at 13:56, Miguel Carvalho wrote: Hi, i want to create a new transformer that gets sax events from a XSP Generator created by me. i'm using cocoon 2.0.4 under a XP with java version 1.4.1_03. snip/ org.apache.cocoon.ProcessingException: Exception in

problem creating a new transformer

2003-08-06 Thread Miguel Carvalho
Hi, i want to create a new transformer that gets sax events from a XSP Generator created by me. i'm using cocoon 2.0.4 under a XP with java version 1.4.1_03. bellow i will post the XSP code of the generator !--Begin of start.xsp