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
, July 10, 2012 10:48 AM To: users@cocoon.apache.org Subject: Re: How to build cocoon 2.2 from source for debugging 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

Re: How to build cocoon 2.2 from source for debugging

2012-07-10 Thread Francesco Chicchiriccò
Chicchiriccò [mailto:ilgro...@apache.org] *Sent:* Tuesday, July 10, 2012 10:48 AM *To:* users@cocoon.apache.org *Subject:* Re: How to build cocoon 2.2 from source for debugging Hi, you shouldn't need to build 2.2 artifacts yourself, just use the provided maven dependencies as suggested. Could you please

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

RE: How to build cocoon 2.2 from source for debugging

2012-07-09 Thread Reyes, Rafael
Hi joel, i had the same trouble when i began with cocoon but I recommend that you download the cocoon`s .war proyect, in google you can find this file with the name of cocoon 2.1.6 .war, after, you should to put this in the apache's server deploying the proyect, clean some parts of the proyect and

Re: How to build cocoon 2.2 from source for debugging

2012-07-09 Thread Joel McConaughy
Unfortunately I am working on an app built on cocoon 2.2 so need to use that version. Thanks for the quick reply though! On Mon, Jul 9, 2012 at 1:00 PM, Reyes, Rafael rafael.re...@tigo.com.cowrote: Hi joel, i had the same trouble when i began with cocoon but I recommend that you download the