impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
Sorry for the inconvenience, for me impl build fails on myfaces/current20 (last tried 10 days ago, worked then). It's propably an oversight on my side, but I would have liked to a quick retest with dojofaces for 2.0.0 ... any ideas? [INFO] Compiling 74 source files to

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jan-Kees van Andel
I encountered the same error on trunk. You need to change the shared-impl version property to 4.0.1 and then it should work. Regards, Jan-Kees 2010/4/15 Ganesh gan...@j4fry.org Sorry for the inconvenience, for me impl build fails on myfaces/current20 (last tried 10 days ago, worked then).

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jakob Korherr
You need to check out shared 4.0.1 in addition to core and run the build on both. The best here is to check out current20. Otherwise you will have old versions of shared which will cause problems like yours. Regards, Jakob 2010/4/15 Jan-Kees van Andel jankeesvanan...@gmail.com I encountered

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
Ok I think I nailed it down, if you checkout current 2.0 you get both, but the test fails, the reason is: MyFaces 2.0 Impl refers to Shared 4.0.1-SNAPSHOT while we already have 4.0.2-SNAPSHOT in the trunk. Now if the 4.0.1-SNAPSHOT is present in the local repo but does not have the fix in the

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Jakob Korherr
Many thanks werner for pointing this out! I was sure that the code and the tests I committed were right, so I'm happy we now found the real problem! Regards, Jakob 2010/4/15, Werner Punz werner.p...@gmail.com: Ok I think I nailed it down, if you checkout current 2.0 you get both, but the

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
Am 15.04.10 11:22, schrieb Jakob Korherr: now found

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
Actually I had a quick look at the branch for 2.0.0 this one has the version set correctly to 4.0.1, but you cannot really build it from scratch because it refers to test 2.0-beta-3 final and shared 4.0.1 which of course maven cannot fetch yet. Sorry for being so nitpicky, but I have the

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Matthias Wessendorf
Leo pointed out some other dependencies, you need to build them too... On Thu, Apr 15, 2010 at 10:24 AM, Ganesh gan...@j4fry.org wrote: Sorry for the inconvenience, for me impl build fails on myfaces/current20 (last tried 10 days ago, worked then). It's propably an oversight on my side, but I

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
Hi, I've updated current20 to rev 934345 and restarted a mvn build, but it still fails (same errors as before). Having already checked in your findings? Best regards, Ganesh Werner Punz schrieb: Actually I had a quick look at the branch for 2.0.0 this one has the version set correctly to

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
I'm building current20, so shared is included in my build. There aren't any other resources I'm aware of. Isn't it rather a mvn issue as Werner pointed out? Matthias Wessendorf schrieb: Leo pointed out some other dependencies, you need to build them too... On Thu, Apr 15, 2010 at 10:24 AM,

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
Not yet, the reason is I am not sure which shared version we should reference for the impl on the trunk (either 4.0.1 or 4.0.2-SNAPSHOT or we revert our shared version again back to 4.0.1-SNAPSHOT), since Leo is the release manager he has to decide, I guess. Werner Am 15.04.10 11:43,

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
I think it is the same issue as the failing tests... Werner Am 15.04.10 11:47, schrieb Ganesh: I'm building current20, so shared is included in my build. There aren't any other resources I'm aware of. Isn't it rather a mvn issue as Werner pointed out? Matthias Wessendorf schrieb: Leo

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
Would be cool to have a working build for the release, otherwise it's hard to decide whether it works :-) Werner Punz schrieb: Not yet, the reason is I am not sure which shared version we should reference for the impl on the trunk (either 4.0.1 or 4.0.2-SNAPSHOT or we revert our shared

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Matthias Wessendorf
the JARs are in a tmp repo (see Leo's email) ;-) On Thu, Apr 15, 2010 at 12:09 PM, Ganesh gan...@j4fry.org wrote: Would be cool to have a working build for the release, otherwise it's hard to decide whether it works :-) Werner Punz schrieb: Not yet, the reason is I am not sure which shared

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
I am aware of that, I host my beta files there as well, maybe I have not brought my point through, a new user who wants to checkout the project should be able to do a single mvn clean install and have working jars as an end result, this is currently prevented (hopefully not in the final tag).

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Leonardo Uribe
Hi The problem is that we don't have nightly builds for shared. I tried to do a manual one today, but people.apache.org snapshot repo returns 403 Forbidden. I would like to have continuum. I try to do manual deploy of shared each time I change the code to prevent that but unfortunately sometimes

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Werner Punz
Am 15.04.10 21:48, schrieb Leonardo Uribe: Hi The problem is that we don't have nightly builds for shared. I tried to do a manual one today, but people.apache.org http://people.apache.org/ snapshot repo returns 403 Forbidden. I would like to have continuum. I try to do manual deploy of shared

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Leonardo Uribe
2010/4/15 Werner Punz werner.p...@gmail.com Am 15.04.10 21:48, schrieb Leonardo Uribe: Hi The problem is that we don't have nightly builds for shared. I tried to do a manual one today, but people.apache.org http://people.apache.org/ snapshot repo returns 403 Forbidden. I would like to