Re: [Pharo-dev] Configuration Browser and Pharo4

2014-06-20 Thread Stephan Eggermont
Nicolai wrote:
How can I make configurations from
MetaRepoPharo30 work on Pharo4?

Go to ci.pharo.org/pharo-contributions, log in,
select a build, edit the configuration and add a Pharo4 build.
Click build now, and fix the build when needed.
When it is green (and works), copy the configuration
to MetaRepoForPharo40
Report or complain on the mailing list.

Most common problem is a configuration that refers to
#'pharo3.x' that should be #(#'pharo3.x' #'pharo4.x')

Stephan




Re: [Pharo-dev] Configuration Browser and Pharo4

2014-06-20 Thread nicolaih...@googlemail.com
On Fri Jun 20 10:26:33 2014 Stephan Eggermont step...@stack.nl wrote:
 Nicolai wrote:
  How can I make configurations from
  MetaRepoPharo30 work on Pharo4?
 
 Go to ci.pharo.org/pharo-contributions, log in,
 select a build, edit the configuration and add a Pharo4 build.
 Click build now, and fix the build when needed.
 When it is green (and works), copy the configuration
 to MetaRepoForPharo40
 Report or complain on the mailing list.
 
 Most common problem is a configuration that refers to
 #'pharo3.x' that should be #(#'pharo3.x' #'pharo4.x')
 
 Stephan
 
 

ok!



[Pharo-dev] Configuration Browser and Pharo4

2014-06-19 Thread Nicolai Hess
How can I make configurations from
MetaRepoPharo30 work on Pharo4?

I have switched the Repository from
MetaRepoPhar40 to MetaRepoPharo30 and
tried to load NaCl (Install stable version).
It fails with 'Name not found: FFI'
And ConfigurationOfFFI doesn't load either.


btw, If I loaded a ConfigurationOfXXX how do I know
what versions are loadable? Should all ConfigurationOf projects
have the same symbolic versions (development/stable/ ...)


regards
Nicolai


Re: [Pharo-dev] Configuration Browser and Pharo4

2014-06-19 Thread Esteban Lorenzano
you can change #metacelloPlatformAttributes to accept Pharo3 stable versions.
… at your own risk, of course :)

Esteban

On 19 Jun 2014, at 18:31, Nicolai Hess nicolaih...@web.de wrote:

 How can I make configurations from
 MetaRepoPharo30 work on Pharo4?
 
 I have switched the Repository from
 MetaRepoPhar40 to MetaRepoPharo30 and 
 tried to load NaCl (Install stable version).
 It fails with 'Name not found: FFI'
 And ConfigurationOfFFI doesn't load either.
 
 
 btw, If I loaded a ConfigurationOfXXX how do I know
 what versions are loadable? Should all ConfigurationOf projects
 have the same symbolic versions (development/stable/ ...)
 
 
 regards
 Nicolai




Re: [Pharo-dev] Configuration Browser and Pharo4

2014-06-19 Thread Nicolai Hess
Great, it works.

Thank you.


2014-06-19 23:34 GMT+02:00 Esteban Lorenzano esteba...@gmail.com:

 you can change #metacelloPlatformAttributes to accept Pharo3 stable
 versions.
 … at your own risk, of course :)

 Esteban

 On 19 Jun 2014, at 18:31, Nicolai Hess nicolaih...@web.de wrote:

  How can I make configurations from
  MetaRepoPharo30 work on Pharo4?
 
  I have switched the Repository from
  MetaRepoPhar40 to MetaRepoPharo30 and
  tried to load NaCl (Install stable version).
  It fails with 'Name not found: FFI'
  And ConfigurationOfFFI doesn't load either.
 
 
  btw, If I loaded a ConfigurationOfXXX how do I know
  what versions are loadable? Should all ConfigurationOf projects
  have the same symbolic versions (development/stable/ ...)
 
 
  regards
  Nicolai