Is there an Amber-Pharo one click built with CI to allow development with both (amber for client, pharo on server). If not is it planned to provide one? Thx T.
Le 1 juin 2014 11:53, "Torsten Bergmann" <astares@gmx.de> a écrit :
Is there an Amber-Pharo one click built with CI to allow development with both (amber for client, pharo on server).
Tide has both. Now I do not know if there is a CI job. Phil
If not is it planned to provide one?
Thx T.
On Sun, Jun 1, 2014 at 11:19 AM, Torsten Bergmann <astares@gmx.de> wrote:
Is there an Amber-Pharo one click built with CI to allow development with both (amber for client, pharo on server).
https://ci.inria.fr/pharo-contribution/job/Tide/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Thank you for the link, Damien. https://github.com/tide-framework/tide tells me to do TDDispatcher tideIndexPageUrl inspect which leads to a 'subscript out of bounds error'. Any suggestions? How do I proceed to start the server and use Amber? Regards Hannes On 6/2/14, Damien Cassou <damien.cassou@gmail.com> wrote:
On Sun, Jun 1, 2014 at 11:19 AM, Torsten Bergmann <astares@gmx.de> wrote:
Is there an Amber-Pharo one click built with CI to allow development with both (amber for client, pharo on server).
https://ci.inria.fr/pharo-contribution/job/Tide/
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Hi Hannes, On Wed, Jun 4, 2014 at 6:10 PM, H. Hirzel <hannes.hirzel@gmail.com> wrote:
tells me to do TDDispatcher tideIndexPageUrl inspect
which leads to a 'subscript out of bounds error'.
Any suggestions? How do I proceed to start the server and use Amber?
I can reproduce your problem easily by *not* following the instructions on this page :-). I guess you just miss to evaluate: Metacello new configuration: 'Tide'; version: #development; repository: 'http://www.smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; load. Don't hesitate to ask again. I'm also on IRC if you want more rapid help. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (4)
-
Damien Cassou -
H. Hirzel -
phil@highoctane.be -
Torsten Bergmann