Hello,
-- I've some trouble getting the server to work as before with the new stuff. So, start.sh is said to be broken. Indeed... Now, if I do ./vendor/amber/bin/server in the /amber-examples/ folder the server starts
but serves what is inside /vendor/amber/ How can I run the examples then? I'd like to have the server start and have its document root at amber_examples/ so that I can do http://localhost:4000/processing/index.html
TIA Phil You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
Hi Phil, the server should use the current directory it is running in as the document root. But I'll check, once I'm home.
Maybe you can catch me on IRC. Best, Manfred On Thu, May 23, 2013 at 8:41 PM, [hidden email] <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
I've had all kinds of weird errors, like my code became: nil subclass #Story ... Huh? On Thu, May 23, 2013 at 8:47 PM, Manfred Kröhnert <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
On Thu, May 23, 2013 at 9:06 PM, [hidden email] <[hidden email]> wrote:
I had this problem once. My guess was that the automatic class migration did not behave well or that the Exporter had a problem. Changing 'nil' back to the old class solved the problem for me.
Best, Manfred
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
In reply to this post by philippeback
Phil, did you fix your issue?
Nico On May 23, 2013, at 9:06 PM, [hidden email] wrote:
-- Nicolas Petton http://www.nicolas-petton.fr You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
Yes, I did. But by replacing the nil w/ Widget (which was there before). No time to work w/ Amber at the moment. Will resume in two weeks I guess. Phil On Mon, May 27, 2013 at 11:31 AM, Nicolas Petton <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
In reply to this post by philippeback
When you are using the grunt compiler rather than the IDE you are outside of the "normal" Smalltalk work flow. When you compile under grunt and fail to have the correct libraries referenced unknown symbols are replaced by null without warning or at least it seems so when you review it again in the IDE. -- You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
grunt compiler? Amberc you mean? /PhilThanks for the clue! On Mon, May 27, 2013 at 4:56 PM, Thomas Rake <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
On Mon, May 27, 2013 at 5:02 PM, [hidden email] <[hidden email]> wrote:
Yes, the Grunt buildsystem uses amberc.
It is basically 'just another frontend'.
You received this message because you are subscribed to the Google Groups "amber-lang" 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. |
Free forum by Nabble | Edit this page |