Hi
When I try to install Glorp with ,---- | Installer ss project: 'Glorp'; install: 'GlorpPharoLoader' | | GlorpPharoLoader loadGlorpWithNativePostgreSQLDriver `---- I get a doesNotUnderstand #glorpBackendFacility. Can anyone help? Regards, Henrik Jegbjerg Hansen _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Wed, Nov 11, 2009 at 4:03 PM, Henrik Jegbjerg Hansen <[hidden email]> wrote: Hi Yes, I can :) Thanks for the testing. We are doing some changes in Glorp so that it works with different drivers and with SqueakDBX. It was my fault. It is fixed in Name: GlorpPharoLoader-MarianoMartinezPeck.16 Author: Mariano Time: 11 November 2009, 4:51:11 pm UUID: aa457e5d-9c4b-4a30-9165-033314cf0690 Ancestors: GlorpPharoLoader-MarianoMartinezPeck.15 Fix de DNU of glorpBackendFacility Does it work ? Cheers Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Mariano Martinez Peck <[hidden email]> writes:
> On Wed, Nov 11, 2009 at 4:03 PM, Henrik Jegbjerg Hansen <[hidden email]>wrote: > >> Hi >> >> When I try to install Glorp with >> >> ,---- >> | Installer ss project: 'Glorp'; install: 'GlorpPharoLoader' >> | >> | GlorpPharoLoader loadGlorpWithNativePostgreSQLDriver >> `---- >> >> I get a doesNotUnderstand #glorpBackendFacility. >> >> Can anyone help? >> > > Yes, I can :) Thanks for the testing. We are doing some changes in Glorp > so that it works with different drivers and with SqueakDBX. It was my fault. > > It is fixed in > > > Name: GlorpPharoLoader-MarianoMartinezPeck.16 > Author: Mariano > Time: 11 November 2009, 4:51:11 pm > UUID: aa457e5d-9c4b-4a30-9165-033314cf0690 > Ancestors: GlorpPharoLoader-MarianoMartinezPeck.15 > > Fix de DNU of glorpBackendFacility > > > Does it work ? > Yes, it does! Thanks a lot, Mariano. Next time you're Denmark, I'll buy you a beer! :-) -- Henrik Jegbjerg Hansen _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On 11 Nov 2009, at 21:15, Henrik Jegbjerg Hansen wrote: > Mariano Martinez Peck <[hidden email]> writes: > >> On Wed, Nov 11, 2009 at 4:03 PM, Henrik Jegbjerg Hansen <[hidden email] >> >wrote: >> >>> Hi >>> >>> When I try to install Glorp with >>> >>> ,---- >>> | Installer ss project: 'Glorp'; install: 'GlorpPharoLoader' >>> | >>> | GlorpPharoLoader loadGlorpWithNativePostgreSQLDriver >>> `---- Hi, if PharoGlorpLoader is a script, could you add it to InstallerScripts. Then it will be available via. Installer install: 'Glorp'. And you can provide variants for pharo and squeak. Keith _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Henrik Jegbjerg Hansen
On Wed, Nov 11, 2009 at 6:15 PM, Henrik Jegbjerg Hansen <[hidden email]> wrote:
You are welcome. Next time you're Denmark, I'll buy you I live in Argentina, far away from Denmark. But, since 10 days I'll be living in Lille, France. So, I'll be quite near Denmark hahahah :) Cheers Mariano -- _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by keith1y
On Wed, Nov 11, 2009 at 6:24 PM, keith <[hidden email]> wrote:
Thanks Keithy. I don't know what InstallerScripts is, but it doesn't exist in my image. I see the method Installer >> scripts that does: ^ InstallerScripts new but InstallerScripts doesn't exists. Cheers Mariano Then it will be available via. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
El mié, 11-11-2009 a las 19:57 -0300, Mariano Martinez Peck escribió:
> > I live in Argentina, far away from Denmark. But, since 10 days I'll be > living in Lille, France. So, I'll be quite near Denmark hahahah :) Are moving to France, great news. Congratulations! -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
2009/11/11 Miguel Enrique Cobá Martinez <[hidden email]> El mié, 11-11-2009 a las 19:57 -0300, Mariano Martinez Peck escribió: Yes, indeed! I am enrolling a PhD with Noury and Stef. This is the PhD position in case you are interested: http://vst.ensm-douai.fr/noury/18#2009-06-26 Best regards, Mariano
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
El mié, 11-11-2009 a las 20:11 -0300, Mariano Martinez Peck escribió:
> > > 2009/11/11 Miguel Enrique Cobá Martinez <[hidden email]> > El mié, 11-11-2009 a las 19:57 -0300, Mariano Martinez Peck > escribió: > > > > > I live in Argentina, far away from Denmark. But, since 10 > days I'll be > > living in Lille, France. So, I'll be quite near Denmark > hahahah :) > > > Are moving to France, great news. Congratulations! > > > Yes, indeed! I am enrolling a PhD with Noury and Stef. This is the > PhD position in case you are interested: > http://vst.ensm-douai.fr/noury/18#2009-06-26 > > Best regards, Woa! Very good then, I didn't know about that page. I was looking for PhD positions on Universities on Spain but I think that I will search in France too, maybe I can found some good opportunity. Anyway, good luck. > -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
It doesnt look like pharo is loading Installer correctly. Try this first. Installer upgrade. Keith _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Miguel Cobá
2009/11/11 Miguel Enrique Cobá Martinez <[hidden email]> El mié, 11-11-2009 a las 20:11 -0300, Mariano Martinez Peck escribió: Anyway, good luck. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Congrats Mariano!
I hope this means you'll have an easier time finding machines to test SqueakDBX on OSX as well :) If you ever find yourself in need of plans for a holiday, come visit me in Oslo, and I'll buy you a beer too. (Denmark is on the way to Norway from France, so you can combine it with collect your other offering too ;) ) Cheers, Henry On Nov 12, 2009, at 12:31 53AM, Mariano Martinez Peck wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Yes, he will, AFAIK he will get a macbook :)
... but SqueakDBX (and now GlorpDBX) are being tested on OSX... by me ;) , at least for some platforms, because it is dificult to test it for oracle -and of course mssql, but postgresql and mysql are working fine. Cheers, Esteban On 2009-11-12 04:51:35 -0300, Henrik Johansen <[hidden email]> said: > > > > > Congrats Mariano! > > I hope this means you'll have an easier time finding machines to test =20= > > SqueakDBX on OSX as well :) > > If you ever find yourself in need of plans for a holiday, come visit =20 > me in Oslo, and I'll buy you a beer too. > (Denmark is on the way to Norway from France, so you can combine it =20 > with collect your other offering too ;) ) > > Cheers, > Henry > > On Nov 12, 2009, at 12:31 53AM, Mariano Martinez Peck wrote: > >> >> >> 2009/11/11 Miguel Enrique Cob=E1 Martinez >> <[hidden email]> >> El mi=E9, 11-11-2009 a las 20:11 -0300, Mariano Martinez Peck = > escribi=F3: >>> >>> >>> 2009/11/11 Miguel Enrique Cob=E1 Martinez >>> <[hidden email]> >>> El mi=E9, 11-11-2009 a las 19:57 -0300, Mariano Martinez = > Peck >>> escribi=F3: >>> >>>> >>>> I live in Argentina, far away from Denmark. But, since 10 >>> days I'll be >>>> living in Lille, France. So, I'll be quite near Denmark >>> hahahah :) >>> >>> >>> Are moving to France, great news. Congratulations! >>> >>> >>> Yes, indeed! I am enrolling a PhD with Noury and Stef. This is the >>> PhD position in case you are interested: >>> http://vst.ensm-douai.fr/noury/18#2009-06-26 >>> >>> Best regards, >> >> Woa! Very good then, I didn't know about that page. I was looking for >> PhD positions on Universities on Spain but I think that I will =20 >> search in >> France too, maybe I can found some good opportunity. >> >> >> Thanks! Yes, have a RSS to = > http://vst.ensm-douai.fr/noury/SmalltalkJobAndInternshipOffers >> >> Anyway, good luck. >> >>> >> -- >> Miguel Cob=E1 >> http://miguel.leugim.com.mx >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > <html><head></head><body style=3D"word-wrap: break-word; = > -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; = > ">Congrats Mariano!<div><br></div><div>I hope this means you'll have an = > easier time finding machines to test SqueakDBX on OSX as well = > :)</div><div><br></div><div>If you ever find yourself in need of plans = > for a holiday, come visit me in Oslo, and I'll buy you a beer = > too. </div><div>(Denmark is on the way to Norway from France, so = > you can combine it with collect your other offering too ;) = > )</div><div><br></div><div>Cheers,</div><div>Henry</div><div><br><div><div= >> On Nov 12, 2009, at 12:31 53AM, Mariano Martinez Peck wrote:</div><br = > class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><br><br><div= > class=3D"gmail_quote">2009/11/11 Miguel Enrique Cob=E1 Martinez <span = > dir=3D"ltr"><<a = > href=3D"mailto:[hidden email]">[hidden email]</a>></span>= > > class=3D"gmail_quote" style=3D"border-left: 1px solid = > rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> > El mi=E9, 11-11-2009 a las 20:11 -0300, Mariano Martinez Peck = > escribi=F3:<br> > <div class=3D"im">><br> > ><br> > > 2009/11/11 Miguel Enrique Cob=E1 Martinez <<a = > href=3D"mailto:[hidden email]">[hidden email]</a>><br> > > > El mi=E9, 11-11-2009 a las 19:57 -0300, = > Mariano Martinez Peck<br> > > escribi=F3:<br> > ><br> > > ><br> > > > I live in Argentina, far away from = > Denmark. But, since 10<br> > > days I'll be<br> > > > living in Lille, France. So, I'll = > be quite near Denmark<br> > > hahahah :)<br> > ><br> > ><br> > > Are moving to France, great news. = > Congratulations!<br> > ><br> > ><br> > > Yes, indeed! I am enrolling a PhD with Noury and Stef. This = > is the<br> > > PhD position in case you are interested:<br> > > <a href=3D"http://vst.ensm-douai.fr/noury/18#2009-06-26" = > target=3D"_blank">http://vst.ensm-douai.fr/noury/18#2009-06-26</a><br> > ><br> > > Best regards,<br> > <br> > </div>Woa! Very good then, I didn't know about that page. I was looking = > for<br> > PhD positions on Universities on Spain but I think that I will search = > in<br> > France too, maybe I can found some good opportunity.<br> > <br></blockquote><div><br>Thanks! Yes, have a RSS to <a = > href=3D"http://vst.ensm-douai.fr/noury/SmalltalkJobAndInternshipOffers">ht= > tp://vst.ensm-douai.fr/noury/SmalltalkJobAndInternshipOffers</a><br> = > </div><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid = > rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> > > Anyway, good luck.<br> > <br> > ><br> > <font color=3D"#888888">--<br> > </font><div><div></div><div class=3D"h5">Miguel Cob=E1<br> > <a href=3D"http://miguel.leugim.com.mx/" = > target=3D"_blank">http://miguel.leugim.com.mx</a><br> > <br> > <br> > _______________________________________________<br> > Pharo-project mailing list<br> > <a = > href=3D"mailto:[hidden email]">[hidden email]= <a > > = > href=3D"http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-projec= > t" = > target=3D"_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/ph= > aro-project</a></div></div></blockquote></div><br> > _______________________________________________<br>Pharo-project mailing = > list<br><a = > href=3D"mailto:[hidden email]">[hidden email]= orge.inria.fr</a><br>http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo= /pharo-project</blockquote></div><br></div></body></html>= _______________________________________________ Pharo-project > > mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |