Ok...I can reproduce it. The difference between Pharo 3.0 and 2.0 is likely that in 3.0 we have the new Opal compiler. If I debug your problem, it seems Opal is not able to even parse the method. It fails with a SyntaxErrorNotification. Example:
Variable or expression expected -> renderContentOn: html self wasShown ifTrue: [ ^ self ]. self messageString ifNotNil: [ self messageType = 'error' ifTrue: [ html tbsAlert beDanger; with: [ html text: self messageString ] ]. self messageType = 'info' ifTrue: [ html tbsAlert beInfo; with: [ html text: self messageString ] ]. self messageType = 'success' ifTrue: [ html tbsAlert beSuccess; with: [ html text: self messageString ] ]. ]. self wasShown: true On Thu, Dec 11, 2014 at 9:52 AM, Sanjay-M <[hidden email]> wrote: I do not get an error in the Seaside one-click experience 3.1 from seaside.st _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
thanks Mariano
and ... could you also check 4.0 pls see http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-td4789949.html there is an error while loading the seaside 3.1 / 3.2 package itself - I proceed - it does seem to work fine after that except that the class browser does not come up I do look forward to it being fixed as I am aiming for a commercial application very soon thanks Sanjay
cheers,
Sanjay |
Hi, Why don't you send the result of the evaluation Sven said? that will tell us if you sources file is being found or not. On Thu, Dec 11, 2014 at 10:14 AM, Sanjay-M <[hidden email]> wrote: thanks Mariano _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |