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.

regards,

Leonardo Uribe

2010/3/8 Ganesh gan...@j4fry.org

 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 jakob.korh...@gmail.com
 wrote:

 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 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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:

 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 gan...@j4fry.org mailto: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]



  
   [ERROR] BUILD FAILURE
   [INFO]



  
   [INFO] Compilation failure




  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
   cannot find symbol
   symbol  : class ExternalContextUtils
   location: package org.apache.myfaces.shared_impl.util




  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
   cannot find symbol
   symbol  : method getServerInfo(javax.faces.context.ExternalContext)
   location: class org.apache.myfaces.util.ExternalContextUtils


   [INFO]



  
   [INFO] For more information, run Maven with the -e switch
   [INFO]



  
   [INFO] Total time: 2 minutes 38 seconds
   [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
   [INFO] Final Memory: 91M/420M
   [INFO]



  

   What's wrong?

   Best regards,
   Ganesh









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
 C:\projects\MyFaces_Trunk\impl\target\classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
 cannot find symbol
 symbol  : class ExternalContextUtils
 location: package org.apache.myfaces.shared_impl.util

 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
 cannot find symbol
 symbol  : method getServerInfo(javax.faces.context.ExternalContext)
 location: class org.apache.myfaces.util.ExternalContextUtils


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 2 minutes 38 seconds
 [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
 [INFO] Final Memory: 91M/420M
 [INFO]
 

 What's wrong?

 Best regards,
 Ganesh




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


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]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
 cannot find symbol
 symbol  : class ExternalContextUtils
 location: package org.apache.myfaces.shared_impl.util

 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
 cannot find symbol
 symbol  : method getServerInfo(javax.faces.context.ExternalContext)
 location: class org.apache.myfaces.util.ExternalContextUtils


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 2 minutes 38 seconds
 [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
 [INFO] Final Memory: 91M/420M
 [INFO]
 

 What's wrong?

 Best regards,
 Ganesh



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 gan...@j4fry.org mailto: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]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure


C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
cannot find symbol
symbol  : class ExternalContextUtils
location: package org.apache.myfaces.shared_impl.util


C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
cannot find symbol
symbol  : method getServerInfo(javax.faces.context.ExternalContext)
location: class org.apache.myfaces.util.ExternalContextUtils


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 2 minutes 38 seconds
[INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
[INFO] Final Memory: 91M/420M
[INFO]


What's wrong?

Best regards,
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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:
 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 gan...@j4fry.org mailto: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]

  
    [ERROR] BUILD FAILURE
    [INFO]

  
    [INFO] Compilation failure


  C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
    cannot find symbol
    symbol  : class ExternalContextUtils
    location: package org.apache.myfaces.shared_impl.util


  C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
    cannot find symbol
    symbol  : method getServerInfo(javax.faces.context.ExternalContext)
    location: class org.apache.myfaces.util.ExternalContextUtils


    [INFO]

  
    [INFO] For more information, run Maven with the -e switch
    [INFO]

  
    [INFO] Total time: 2 minutes 38 seconds
    [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
    [INFO] Final Memory: 91M/420M
    [INFO]

  

    What's wrong?

    Best regards,
    Ganesh





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 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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:
  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 gan...@j4fry.org mailto: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]
 
 
  
 [ERROR] BUILD FAILURE
 [INFO]
 
 
  
 [INFO] Compilation failure
 
 
 
  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
 cannot find symbol
 symbol  : class ExternalContextUtils
 location: package org.apache.myfaces.shared_impl.util
 
 
 
  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
 cannot find symbol
 symbol  : method getServerInfo(javax.faces.context.ExternalContext)
 location: class org.apache.myfaces.util.ExternalContextUtils
 
 
 [INFO]
 
 
  
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 
  
 [INFO] Total time: 2 minutes 38 seconds
 [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
 [INFO] Final Memory: 91M/420M
 [INFO]
 
 
  
 
 What's wrong?
 
 Best regards,
 Ganesh
 
 
 



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 Curtiss Howard curtiss.how...@gmail.com

 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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:
  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 gan...@j4fry.org mailto: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]
 
 
  
 [ERROR] BUILD FAILURE
 [INFO]
 
 
  
 [INFO] Compilation failure
 
 
 
  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
 cannot find symbol
 symbol  : class ExternalContextUtils
 location: package org.apache.myfaces.shared_impl.util
 
 
 
  
 C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
 cannot find symbol
 symbol  : method getServerInfo(javax.faces.context.ExternalContext)
 location: class org.apache.myfaces.util.ExternalContextUtils
 
 
 [INFO]
 
 
  
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 
  
 [INFO] Total time: 2 minutes 38 seconds
 [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
 [INFO] Final Memory: 91M/420M
 [INFO]
 
 
  
 
 What's wrong?
 
 Best regards,
 Ganesh
 
 
 





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 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 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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:
  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 gan...@j4fry.org mailto: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]
 
 
   
     [ERROR] BUILD FAILURE
     [INFO]
 
 
   
     [INFO] Compilation failure
 
 
 
   C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
     cannot find symbol
     symbol  : class ExternalContextUtils
     location: package org.apache.myfaces.shared_impl.util
 
 
 
   C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
     cannot find symbol
     symbol  : method getServerInfo(javax.faces.context.ExternalContext)
     location: class org.apache.myfaces.util.ExternalContextUtils
 
 
     [INFO]
 
 
   
     [INFO] For more information, run Maven with the -e switch
     [INFO]
 
 
   
     [INFO] Total time: 2 minutes 38 seconds
     [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
     [INFO] Final Memory: 91M/420M
     [INFO]
 
 
   
 
     What's wrong?
 
     Best regards,
     Ganesh
 
 
 





-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


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 jakob.korh...@gmail.com wrote:

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 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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote:

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 gan...@j4fry.org mailto: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]


 
   [ERROR] BUILD FAILURE
   [INFO]


 
   [INFO] Compilation failure



 
C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[25,42]
   cannot find symbol
   symbol  : class ExternalContextUtils
   location: package org.apache.myfaces.shared_impl.util



 
C:\projects\MyFaces_Trunk\impl\src\main\java\org\apache\myfaces\util\ContainerUtils.java:[128,52]
   cannot find symbol
   symbol  : method getServerInfo(javax.faces.context.ExternalContext)
   location: class org.apache.myfaces.util.ExternalContextUtils


   [INFO]


 
   [INFO] For more information, run Maven with the -e switch
   [INFO]


 
   [INFO] Total time: 2 minutes 38 seconds
   [INFO] Finished at: Mon Mar 08 17:14:17 CET 2010
   [INFO] Final Memory: 91M/420M
   [INFO]


 

   What's wrong?

   Best regards,
   Ganesh