Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-31 Thread Hernán Morales Durand
Hi Guillermo 2018-01-29 6:00 GMT-03:00 Guillermo Polito : > > > On Sun, Jan 28, 2018 at 8:51 AM, Hernán Morales Durand < > hernan.mora...@gmail.com> wrote: > >> Hi Stef, >> >> 2018-01-28 4:15 GMT-03:00 Stephane Ducasse : >> > Ok I see. I think

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-30 Thread Stephane Ducasse
Thanks Guille I will fix the slides because I have an idea what break them. On Mon, Jan 29, 2018 at 10:20 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > > > On Mon, Jan 29, 2018 at 6:52 AM, Hernán Morales Durand < > hernan.mora...@gmail.com> wrote: > >> 2018-01-28 18:55 GMT-03:00

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-29 Thread Guillermo Polito
On Mon, Jan 29, 2018 at 6:52 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > 2018-01-28 18:55 GMT-03:00 Stephane Ducasse : > > Hernan > > > > what we can also do is the following: I set up the pillar project on > > github with travis and bintray and when

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-29 Thread Guillermo Polito
On Sun, Jan 28, 2018 at 8:51 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Hi Stef, > > 2018-01-28 4:15 GMT-03:00 Stephane Ducasse : > > Ok I see. I think that I never tried this version of Pillar on windows. > > And I hate make because it is impossible

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Hernán Morales Durand
What I meant with better error messages is for example the problem in main.mk: MAIN = $(shell ./pillar introspect mainDocument) or using MAIN := $(shell ./pillar introspect mainDocument) Which assumes the command always return a "valid" value. (I know make sucks) In my MinGW value of MAIN was

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Hernán Morales Durand
2018-01-28 18:55 GMT-03:00 Stephane Ducasse : > Hernan > > what we can also do is the following: I set up the pillar project on > github with travis and bintray and when you commit > the book is automatically built. > Ok, I would try that way. > >> Tried both options, 1)

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Stephane Ducasse
Hernan what we can also do is the following: I set up the pillar project on github with travis and bintray and when you commit the book is automatically built. > Tried both options, 1) downloading pre-compiled and 2) building from > sources+setting up environment. > 1) Nothing happened after

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-27 Thread Hernán Morales Durand
Hi Stef, 2018-01-28 4:15 GMT-03:00 Stephane Ducasse : > Ok I see. I think that I never tried this version of Pillar on windows. > And I hate make because it is impossible for me to debug it. I will > check with Damien > because I do not get make. > > Now we removed the

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-27 Thread Stephane Ducasse
Ok I see. I think that I never tried this version of Pillar on windows. And I hate make because it is impossible for me to debug it. I will check with Damien because I do not get make. Now we removed the dependency to make in the dev branch Could you try the following:

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-27 Thread Hernán Morales Durand
Hi Stef 2018-01-27 9:30 GMT-03:00 Stephane Ducasse : > Hi Hernan > > > > On Thu, Jan 25, 2018 at 10:30 PM, Hernán Morales Durand > wrote: >> I am following the Publishing Pillar Booklet guide from here >>

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-27 Thread Stephane Ducasse
Hi Hernan On Thu, Jan 25, 2018 at 10:30 PM, Hernán Morales Durand wrote: > I am following the Publishing Pillar Booklet guide from here > https://github.com/SquareBracketAssociates/Booklet-PublishingAPillarBooklet pay attention it is not public because it is in flux

[Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-25 Thread Hernán Morales Durand
I am following the Publishing Pillar Booklet guide from here https://github.com/SquareBracketAssociates/Booklet-PublishingAPillarBooklet $ git clone g...@github.com:SquareBracketAssociates/Booklet-PublishingAPillarBooklet.git $ cd Booklet-PublishingAPillarBooklet/ $ wget