Re: core 2.0 build

2010-03-11 Thread Leonardo Uribe
Hi I have updated the snapshots. Usually I do it every time there is a change on shared, myfaces-tests or myfaces builder plugin to prevent this kind of problems. It could be good to have automatic snapshot deploys again, but I don't have access or know the procedure to put this on again.

core 2.0 build

2010-03-08 Thread Ganesh
Hi, Today I did my usual svn update and mvn and I get: [INFO] Compiling 36 source files to C:\projects\MyFaces_Trunk\impl\target\classes [INFO] [ERROR] BUILD FAILURE [INFO]

Re: core 2.0 build

2010-03-08 Thread Matthias Wessendorf
have you checked out shared ? Take the current20 externals link: http://svn.apache.org/repos/asf/myfaces/current20/ On Mon, Mar 8, 2010 at 8:17 AM, Ganesh gan...@j4fry.org wrote: Hi, Today I did my usual svn update and mvn and I get: [INFO] Compiling 36 source files to

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
Hi Ganesh, Did you build shared core and shared impl too? Regards, Jakob 2010/3/8 Ganesh gan...@j4fry.org Hi, Today I did my usual svn update and mvn and I get: [INFO] Compiling 36 source files to C:\projects\MyFaces_Trunk\impl\target\classes [INFO]

Re: core 2.0 build

2010-03-08 Thread Ganesh
No, I actually didn't. Shouldn't maven take care of dependencies? Until now it always did! Do I need to set up a seperate shared project now? Best regards, Ganesh Jakob Korherr schrieb: Hi Ganesh, Did you build shared core and shared impl too? Regards, Jakob 2010/3/8 Ganesh

Re: core 2.0 build

2010-03-08 Thread Curtiss Howard
Maven does take care of the dependencies, but I believe it takes a little time before the changes to the shared project are pushed to the global Maven repository, so in these cases, unless you can wait you need to build shared and deploy it to your local repository. Curtiss Howard On Mon, Mar

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
The best way is to check out core20. Then you will get the core (api + impl) and the shared project and you won't have problems like that anymore! Regards, Jakob 2010/3/8 Curtiss Howard curtiss.how...@gmail.com Maven does take care of the dependencies, but I believe it takes a little time

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
Of course, it is current20 not core20. My mistake! Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com The best way is to check out core20. Then you will get the core (api + impl) and the shared project and you won't have problems like that anymore! Regards, Jakob 2010/3/8

Re: core 2.0 build

2010-03-08 Thread Matthias Wessendorf
yep, that's the way to go. Since continuum has some issues, it maybe the case that the shared snapshot aren't updated yet. However, checkout of the current20 is not a big deal. -Matthias On Mon, Mar 8, 2010 at 7:25 PM, Jakob Korherr jakob.korh...@gmail.com wrote: The best way is to check out

Re: core 2.0 build

2010-03-08 Thread Ganesh
yes, works! Thank you, guys. Matthias Wessendorf schrieb: yep, that's the way to go. Since continuum has some issues, it maybe the case that the shared snapshot aren't updated yet. However, checkout of the current20 is not a big deal. -Matthias On Mon, Mar 8, 2010 at 7:25 PM, Jakob Korherr