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

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,

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 parent groupIdorg.apache.cocoon/groupId artifactIdcocoon/artifactId version10-SNAPSHOT/version -- this is currently 6-SNAPSHOT relativePath../parent/relativePath /parent @Francesco, can you

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 parent groupIdorg.apache.cocoon/groupId artifactIdcocoon/artifactId version10-SNAPSHOT/version àthis is currently 6-SNAPSHOT relativePath../parent/relativePath

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 input type=file multiple=multiple/ 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

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 input type=file multiple=multiple/ and am not getting an array of PartOnDisk objects but just getting a single PartOnDisk for the last item selected. I

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:

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]

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 pete...@kitchencharisma.com wrote: Hi, Is there any way of replacing the fop-0.20.5.jar in 2.1 with the one for fop

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.