Patch for Pharo 2.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Patch for Pharo 2.0

hernanmd

I have attached here a patch to have Iliad working in Pharo 2.0
Apply after loading Iliad in Pharo 2.0 proceeding all warning dialogs.
Cheers,

Hernán

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

Iliad-Pharo2.cs (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

Bernat Romagosa
Thank you so much Hernán!

I'll try it first thing on Monday at work! :)


2013/10/20 Hernán Morales Durand <[hidden email]>

I have attached here a patch to have Iliad working in Pharo 2.0
Apply after loading Iliad in Pharo 2.0 proceeding all warning dialogs.
Cheers,

Hernán

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.



--
Bernat Romagosa.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

sebastien audier
Hi all, I didn't try it yet, but congratulation in advance.

If it works on pharo2.0, may be, it could works on 3.0 too.

So, Hernan, thanks for everybody. ;)


2013/10/20 Bernat Romagosa <[hidden email]>
Thank you so much Hernán!

I'll try it first thing on Monday at work! :)


2013/10/20 Hernán Morales Durand <[hidden email]>

I have attached here a patch to have Iliad working in Pharo 2.0
Apply after loading Iliad in Pharo 2.0 proceeding all warning dialogs.
Cheers,

Hernán

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.



--
Bernat Romagosa.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.



--
Sébastien AUDIER

S.A.R.L Objectfusion,
Applications web, consulting,
Smalltalk developpement

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

hernanmd
Just to make it clear.
To load Iliad in a Pharo 2.0 image

Tools -> Configuration Browser -> KomHttpServer (Install)

and evaluate the following script:

  Gofer new
    url: 'http://smalltalkhub.com/mc/Objectfusion/Iliad/main';
    package: 'ConfigurationOfIliad';
    load.
  (Smalltalk at: #ConfigurationOfIliad) load.

Until someone update the ConfigurationOfIliad (sorry I have no time for
this now).
Cheers,

Hernán

El 21/10/2013 5:49, Sebastien Audier escribió:

> Hi all, I didn't try it yet, but congratulation in advance.
>
> If it works on pharo2.0, may be, it could works on 3.0 too.
>
> So, Hernan, thanks for everybody. ;)
>
>
> 2013/10/20 Bernat Romagosa <[hidden email]
> <mailto:[hidden email]>>
>
>     Thank you so much Hernán!
>
>     I'll try it first thing on Monday at work! :)
>
>
>     2013/10/20 Hernán Morales Durand <[hidden email]
>     <mailto:[hidden email]>>
>
>
>         I have attached here a patch to have Iliad working in Pharo 2.0
>         Apply after loading Iliad in Pharo 2.0 proceeding all warning
>         dialogs.
>         Cheers,
>
>         Hernán
>
>         --
>         You received this message because you are subscribed to the
>         Google Groups "Iliad project" group.
>         To unsubscribe from this group and stop receiving emails from
>         it, send an email to [hidden email]
>         <mailto:iliad%[hidden email]>.
>         For more options, visit
>         https://groups.google.com/__groups/opt_out
>         <https://groups.google.com/groups/opt_out>.
>
>
>
>
>     --
>     Bernat Romagosa.
>
>     --
>     You received this message because you are subscribed to the Google
>     Groups "Iliad project" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to [hidden email]
>     <mailto:iliad%[hidden email]>.
>     For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> Sébastien AUDIER
>
> S.A.R.L Objectfusion,
> Applications web, consulting,
> Smalltalk developpement
>
> <http://www.objectfusion.fr/>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Iliad project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [hidden email].
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

thiago_sl
Hi Hernán. 

Iliad 0.9.3 loaded without warnings in Pharo 2.0. Sample  applications seems to work fine. 


Many thanks !!

Em domingo, 27 de outubro de 2013 17h14min34s UTC-2, Hernán Morales Durand escreveu:
Just to make it clear.
To load Iliad in a Pharo 2.0 image

Tools -> Configuration Browser -> KomHttpServer (Install)

and evaluate the following script:

  Gofer new
    url: 'http://smalltalkhub.com/mc/Objectfusion/Iliad/main';
    package: 'ConfigurationOfIliad';
    load.
  (Smalltalk at: #ConfigurationOfIliad) load.

Until someone update the ConfigurationOfIliad (sorry I have no time for
this now).
Cheers,

Hern�n

El 21/10/2013 5:49, Sebastien Audier escribi�:

> Hi all, I didn't try it yet, but congratulation in advance.
>
> If it works on pharo2.0, may be, it could works on 3.0 too.
>
> So, Hernan, thanks for everybody. ;)
>
>
> 2013/10/20 Bernat Romagosa <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">tibabenfor...@gmail.com
> <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">tibabenfor...@gmail.com>>
>
>     Thank you so much Hern�n!
>
>     I'll try it first thing on Monday at work! :)
>
>
>     2013/10/20 Hern�n Morales Durand <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">hernan....@...
>     <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">hernan....@gmail.com>>
>
>
>         I have attached here a patch to have Iliad working in Pharo 2.0
>         Apply after loading Iliad in Pharo 2.0 proceeding all warning
>         dialogs.
>         Cheers,
>
>         Hern�n
>
>         --
>         You received this message because you are subscribed to the
>         Google Groups "Iliad project" group.
>         To unsubscribe from this group and stop receiving emails from
>         it, send an email to iliad+unsubscribe@__googlegroups.com
>         <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">iliad%2Bu...@googlegroups.com>.
>         For more options, visit
>         https://groups.google.com/__groups/opt_out
>         <https://groups.google.com/groups/opt_out>.
>
>
>
>
>     --
>     Bernat Romagosa.
>
>     --
>     You received this message because you are subscribed to the Google
>     Groups "Iliad project" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">iliad+un...@googlegroups.com
>     <mailto:<a href="javascript:" target="_blank" gdf-obfuscated-mailto="7QFwBwrqmsgJ">iliad%2Bu...@googlegroups.com>.
>     For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> S�bastien AUDIER
>
> S.A.R.L Objectfusion,
> Applications web, consulting,
> Smalltalk developpement
>
> <http://www.objectfusion.fr/>
>
> --


--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

hernanmd
Hi Thiago,
Thanks for the feedback. I have still some undeclared references in the Transcript and a dialog window.
For the undeclared references I have attached a change set which updates FileDirectory references to FileSystem API and a missing instance variable definition.
Cheers,

Hernán


2013/10/27 Thiago Lino <[hidden email]>
Hi Hernán. 

Iliad 0.9.3 loaded without warnings in Pharo 2.0. Sample  applications seems to work fine. 


Many thanks !!

Em domingo, 27 de outubro de 2013 17h14min34s UTC-2, Hernán Morales Durand escreveu:
Just to make it clear.
To load Iliad in a Pharo 2.0 image

Tools -> Configuration Browser -> KomHttpServer (Install)

and evaluate the following script:

  Gofer new
    url: 'http://smalltalkhub.com/mc/Objectfusion/Iliad/main';
    package: 'ConfigurationOfIliad';
    load.
  (Smalltalk at: #ConfigurationOfIliad) load.

Until someone update the ConfigurationOfIliad (sorry I have no time for
this now).
Cheers,

Hern�n

El 21/10/2013 5:49, Sebastien Audier escribi�:
> Hi all, I didn't try it yet, but congratulation in advance.
>
> If it works on pharo2.0, may be, it could works on 3.0 too.
>
> So, Hernan, thanks for everybody. ;)
>
>
> 2013/10/20 Bernat Romagosa <tibabenfor...@gmail.com
> <mailto:tibabenfor...@gmail.com>>
>
>     Thank you so much Hern�n!
>
>     I'll try it first thing on Monday at work! :)
>
>
>     2013/10/20 Hern�n Morales Durand <[hidden email]
>     <mailto:hernan....@gmail.com>>
>
>
>         I have attached here a patch to have Iliad working in Pharo 2.0
>         Apply after loading Iliad in Pharo 2.0 proceeding all warning
>         dialogs.
>         Cheers,
>
>         Hern�n
>
>         --
>         You received this message because you are subscribed to the
>         Google Groups "Iliad project" group.
>         To unsubscribe from this group and stop receiving emails from
>         it, send an email to iliad+unsubscribe@__googlegroups.com
>         <mailto:iliad%2Bu...@googlegroups.com>.
>         For more options, visit

>         https://groups.google.com/__groups/opt_out
>         <https://groups.google.com/groups/opt_out>.
>
>
>
>
>     --
>     Bernat Romagosa.
>
>     --
>     You received this message because you are subscribed to the Google
>     Groups "Iliad project" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to iliad+un...@googlegroups.com
>     <mailto:iliad%2Bu...@googlegroups.com>.
>     For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> S�bastien AUDIER
>
> S.A.R.L Objectfusion,
> Applications web, consulting,
> Smalltalk developpement
>
> <http://www.objectfusion.fr/>
>
> --


--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

Iliad-Pharo2-v2.cs (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

thiago_sl
Hi Hernán,

Which SO you are using?  i tried in windows, without that 'issues'.

i will try in linux too.


On Monday, October 28, 2013 12:04:26 PM UTC-2, Hernán Morales Durand wrote:
Hi Thiago,
Thanks for the feedback. I have still some undeclared references in the Transcript and a dialog window.
For the undeclared references I have attached a change set which updates FileDirectory references to FileSystem API and a missing instance variable definition.
Cheers,

Hernán


2013/10/27 Thiago Lino <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="hV9NLdQwWFoJ">thiag...@...>
Hi Hernán. 

Iliad 0.9.3 loaded without warnings in Pharo 2.0. Sample  applications seems to work fine. 


Many thanks !!

Em domingo, 27 de outubro de 2013 17h14min34s UTC-2, Hernán Morales Durand escreveu:
Just to make it clear.
To load Iliad in a Pharo 2.0 image

Tools -> Configuration Browser -> KomHttpServer (Install)

and evaluate the following script:

  Gofer new
    url: 'http://smalltalkhub.com/mc/Objectfusion/Iliad/main';
    package: 'ConfigurationOfIliad';
    load.
  (Smalltalk at: #ConfigurationOfIliad) load.

Until someone update the ConfigurationOfIliad (sorry I have no time for
this now).
Cheers,

Hern�n

El 21/10/2013 5:49, Sebastien Audier escribi�:
> Hi all, I didn't try it yet, but congratulation in advance.
>
> If it works on pharo2.0, may be, it could works on 3.0 too.
>
> So, Hernan, thanks for everybody. ;)
>
>
> 2013/10/20 Bernat Romagosa <tibabenfor...@gmail.com
> <mailto:tibabenfor...@gmail.com>>
>
>     Thank you so much Hern�n!
>
>     I'll try it first thing on Monday at work! :)
>
>
>     2013/10/20 Hern�n Morales Durand <[hidden email]
>     <mailto:hernan....@gmail.com>>
>
>
>         I have attached here a patch to have Iliad working in Pharo 2.0
>         Apply after loading Iliad in Pharo 2.0 proceeding all warning
>         dialogs.
>         Cheers,
>
>         Hern�n
>
>         --
>         You received this message because you are subscribed to the
>         Google Groups "Iliad project" group.
>         To unsubscribe from this group and stop receiving emails from
>         it, send an email to iliad+unsubscribe@__googlegroups.com
>         <mailto:iliad%2Bu...@googlegroups.com>.
>         For more options, visit

>         https://groups.google.com/__groups/opt_out
>         <https://groups.google.com/groups/opt_out>.
>
>
>
>
>     --
>     Bernat Romagosa.
>
>     --
>     You received this message because you are subscribed to the Google
>     Groups "Iliad project" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to iliad+un...@googlegroups.com
>     <mailto:iliad%2Bu...@googlegroups.com>.
>     For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> S�bastien AUDIER
>
> S.A.R.L Objectfusion,
> Applications web, consulting,
> Smalltalk developpement
>
> <http://www.objectfusion.fr/>
>
> --


--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="hV9NLdQwWFoJ">iliad+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Patch for Pharo 2.0

hernanmd
I'm using Windows but downloading the images using MinGW shell

wget -O- http://get.pharo.org/20+vm | bash

cheers

Hernán


2013/10/28 Thiago Lino <[hidden email]>
Hi Hernán,

Which SO you are using?  i tried in windows, without that 'issues'.

i will try in linux too.


On Monday, October 28, 2013 12:04:26 PM UTC-2, Hernán Morales Durand wrote:
Hi Thiago,
Thanks for the feedback. I have still some undeclared references in the Transcript and a dialog window.
For the undeclared references I have attached a change set which updates FileDirectory references to FileSystem API and a missing instance variable definition.
Cheers,

Hernán


2013/10/27 Thiago Lino <[hidden email]>
Hi Hernán. 

Iliad 0.9.3 loaded without warnings in Pharo 2.0. Sample  applications seems to work fine. 


Many thanks !!

Em domingo, 27 de outubro de 2013 17h14min34s UTC-2, Hernán Morales Durand escreveu:
Just to make it clear.
To load Iliad in a Pharo 2.0 image

Tools -> Configuration Browser -> KomHttpServer (Install)

and evaluate the following script:

  Gofer new
    url: 'http://smalltalkhub.com/mc/Objectfusion/Iliad/main';
    package: 'ConfigurationOfIliad';
    load.
  (Smalltalk at: #ConfigurationOfIliad) load.

Until someone update the ConfigurationOfIliad (sorry I have no time for
this now).
Cheers,

Hern�n

El 21/10/2013 5:49, Sebastien Audier escribi�:
> Hi all, I didn't try it yet, but congratulation in advance.
>
> If it works on pharo2.0, may be, it could works on 3.0 too.
>
> So, Hernan, thanks for everybody. ;)
>
>
> 2013/10/20 Bernat Romagosa <tibabenfor...@gmail.com
> <mailto:tibabenfor...@gmail.com>>
>
>     Thank you so much Hern�n!
>
>     I'll try it first thing on Monday at work! :)
>
>
>     2013/10/20 Hern�n Morales Durand <[hidden email]
>     <mailto:hernan....@gmail.com>>
>
>
>         I have attached here a patch to have Iliad working in Pharo 2.0
>         Apply after loading Iliad in Pharo 2.0 proceeding all warning
>         dialogs.
>         Cheers,
>
>         Hern�n
>
>         --
>         You received this message because you are subscribed to the
>         Google Groups "Iliad project" group.
>         To unsubscribe from this group and stop receiving emails from
>         it, send an email to iliad+unsubscribe@__googlegroups.com
>         <mailto:iliad%2Bu...@googlegroups.com>.
>         For more options, visit

>         https://groups.google.com/__groups/opt_out
>         <https://groups.google.com/groups/opt_out>.
>
>
>
>
>     --
>     Bernat Romagosa.
>
>     --
>     You received this message because you are subscribed to the Google
>     Groups "Iliad project" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to iliad+un...@googlegroups.com
>     <mailto:iliad%2Bu...@googlegroups.com>.
>     For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
> S�bastien AUDIER
>
> S.A.R.L Objectfusion,
> Applications web, consulting,
> Smalltalk developpement
>
> <http://www.objectfusion.fr/>
>
> --


--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iliad+un...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.