Re: jars in Cocoon 2.1

2012-07-10 Thread Peter D Sparkes
Unfortunately this does not work Peter On 10/07/2012 21:56, Reyes, Rafael wrote: Hi, i don't know very well if this solution may help you but I have Cocoon 2.1 from a .war file on a apache's sever and you can replace this jar in the file WEB-INF/lib, try it. I hope that it may help you. ---

Re: jars in Cocoon 2.1

2012-07-10 Thread Jasha Joachimsthal
I've tried it 2 years ago but ran into NPEs in SVGSerializer which I couldn't solve. See http://markmail.org/thread/aqajh3euqinohbl2 On 10 July 2012 22:48, Peter D Sparkes wrote: > Hi, > > Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for > fop version 1 > > Thanks > > Pet

RE: jars in Cocoon 2.1

2012-07-10 Thread Reyes, Rafael
Hi, i don't know very well if this solution may help you but I have Cocoon 2.1 from a .war file on a apache's sever and you can replace this jar in the file WEB-INF/lib, try it. I hope that it may help you. -Mensaje original- De: Peter D Sparkes [mailto:pete...@kitchencharisma.com] Env

jars in Cocoon 2.1

2012-07-10 Thread Peter D Sparkes
Hi, Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop version 1 Thanks Peter Sparkes - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
On 10/07/2012 16:13, Joel McConaughy wrote: Hi Francesco, Thanks for the reply. I am trying to implement a multiple file uploader using and am not getting an array of PartOnDisk objects but just getting a single PartOnDisk for the last item selected. I have walked through the source and i

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Joel McConaughy
Hi Francesco, Thanks for the reply. I am trying to implement a multiple file uploader using and am not getting an array of PartOnDisk objects but just getting a single PartOnDisk for the last item selected. I have walked through the source and it looks like it should work but doesn't. I would

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
On 10/07/2012 12:57, Robby Pelssers wrote: You can also change the problematic pom’s to point to the correct parent pom.xml org.apache.cocoon cocoon 10-SNAPSHOT àthis is currently 6-SNAPSHOT ../parent @Francesco, can you confirm this? I guess we should fix this in trunk in that

RE: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Robby Pelssers
You can also change the problematic pom’s to point to the correct parent pom.xml org.apache.cocoon cocoon 10-SNAPSHOT --> this is currently 6-SNAPSHOT ../parent @Francesco, can you confirm this? I guess we should fix this in trunk in that case. Robby [ERROR] The build

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
Hi, you shouldn't need to build 2.2 artifacts yourself, just use the provided maven dependencies as suggested. Could you please describe your use case in order to understand whether you absolutely need to build the 2.2 source tree? Regards. On 10/07/2012 10:42, Huib Verwey wrote: Hi Joel, i

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Huib Verwey
Hi Joel, i had the same troubles as well, asked about it in the mailing as well, nothing changed apparently. It looks like a mess, which is strange. I got everything working in the end, but the easiest is to just add dependencies and don't try to compile everything yourself. If you must you mus