Can not load Seaside 3.0 on a new extent

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Can not load Seaside 3.0 on a new extent

Hernan Wilkinson-3
Hi, 
I've been struggling for a while trying to load seaside on a new extent and I could not.
Let me explain what I did:
1) I donwloaded  installGemstone3.0.1.sh
2) Run  installGemstone3.0.1.sh succesfully
3) Check that everything is working (gemstone, netldi, I could login using topaz, etc)
4) Donwloaded gemtools, updated the laucher and GLASS

So, I have glass up and running, I can connect with GemTools, etc. But when I try to load seaside in that extent I can't. 
First I tried running the script "loadSeaside" but the file $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the installation
Then I tried doing 
  MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
   
ConfigurationOfMetacello project updateProject.
   
ConfigurationOfMetacello loadLatestVersion.
   
Gofer project load: 'Seaside30'.
 
].
and I got compilation errors...
Then I tried just with ConfigurationOfSeaside, etc. and the same thing... I'm getting compile errors that prevent seaside from loading...
Does somebody have an extent with the lastest version of seaside to share? :-) Or can somebody tell me how to downloaded?

Thanks!
Hernan

--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina

Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Hernan Wilkinson-3
Well... I defined the undefined classes that generated the errors, reload a couple of times and now Seaside 3.0.6.2 is loaded... but, I can not make it work. I started a Swazoo server and when I do localhost:8383, the gem that is running swazoo hangs. and the swazoo gem's log says:

Gemstone Signal Handler: Signal 11,  SIGSEGV Received 
HostFaultHandler: signal = 11 
    info->si_signo = 11 = 0xb  
    info->si_code =  1 = 0x1  
    info->si_errno = 0 = 0x0  
    info->si_addr = 0x24 
  Registers saved from frame receiving the signal:
   rip 0x7f916c0b7530 rsp 0x7fffeb957c98 rbp 0x7fffeb95bd70 
   rax 0x7f9160e35a20 rbx 0x7f91611d8040 rcx 0x0 rdx 0x7f916a20b490 
   r8 0x7f91611d8090 r9 0x0 r10 0x1 r11 0x1 
   r12 0x28e00182e02 r13 0x7f916a779938 r14 0x7f9160e35a08 r15 0x7f9160e35a10 
   rdi 0x14 rsi 0x7f9160e35a08 efl 0x10283 csgsfs_pad 0x33 
   err 0x4 trapno 0xe oldmask 0x0 cr2 0x24 

Begin attempt to print C-level stack for process 2769 at: 
gdb: /opt/gemstone/product/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/libpython2.7.so.1.0)
gdb: /opt/gemstone/product/lib/libssl.so.1.0.0: no version information available (required by /usr/lib/libpython2.7.so.1.0)
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
/opt/gemstone/product/bin/pstack.gdb:18: Error in sourced command file:
The program is not being run.

End of C-level stack for process 2769


 __________________________________ 
HostCoredump: Waiting 60 seconds for C Debugger to attach, process 2769

------------------

Any idea what is going on?


On Sat, Nov 26, 2011 at 7:24 PM, Hernan Wilkinson <[hidden email]> wrote:
Hi, 
I've been struggling for a while trying to load seaside on a new extent and I could not.
Let me explain what I did:
1) I donwloaded  installGemstone3.0.1.sh
2) Run  installGemstone3.0.1.sh succesfully
3) Check that everything is working (gemstone, netldi, I could login using topaz, etc)
4) Donwloaded gemtools, updated the laucher and GLASS

So, I have glass up and running, I can connect with GemTools, etc. But when I try to load seaside in that extent I can't. 
First I tried running the script "loadSeaside" but the file $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the installation
Then I tried doing 
  MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
   
ConfigurationOfMetacello project updateProject.
   
ConfigurationOfMetacello loadLatestVersion.
   
Gofer project load: 'Seaside30'.
 
].
and I got compilation errors...
Then I tried just with ConfigurationOfSeaside, etc. and the same thing... I'm getting compile errors that prevent seaside from loading...
Does somebody have an extent with the lastest version of seaside to share? :-) Or can somebody tell me how to downloaded?

Thanks!
Hernan

--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina




--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina

Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Dale Henrichs
In reply to this post by Hernan Wilkinson-3
Hernan,

Okay, the bootstrap process for Seaside changed in 3.0, so the loadSeaside script needs to be updated ...

What are the compilation errors you were getting when you did the `Gofer project load`? ... that is the method that I use when loading Seaside, so it is an indication that something else might be going wrong here...

Dale
----- Original Message -----
| From: "Hernan Wilkinson" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Saturday, November 26, 2011 2:24:28 PM
| Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hi,
| I've been struggling for a while trying to load seaside on a new
| extent and I could not.
| Let me explain what I did:
| 1) I donwloaded installGemstone3.0.1.sh
| 2) Run installGemstone3.0.1.sh succesfully
| 3) Check that everything is working (gemstone, netldi, I could login
| using topaz, etc)
| 4) Donwloaded gemtools, updated the laucher and GLASS
|
|
| So, I have glass up and running, I can connect with GemTools, etc.
| But when I try to load seaside in that extent I can't.
| First I tried running the script "loadSeaside" but the file
| $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| installation
| Then I tried doing
| MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| ConfigurationOfMetacello project updateProject .
| ConfigurationOfMetacello loadLatestVersion .
| Gofer project load : 'Seaside30' .
| ]. and I got compilation errors...
| Then I tried just with ConfigurationOfSeaside, etc. and the same
| thing... I'm getting compile errors that prevent seaside from
| loading...
| Does somebody have an extent with the lastest version of seaside to
| share? :-) Or can somebody tell me how to downloaded?
|
| Thanks!
| Hernan
|
|
| --
|
| Hernán Wilkinson
| Agile Software Development, Teaching & Coaching
| Mobile: +54 - 911 - 4470 - 7207
| email: [hidden email]
| site: http://www.10Pines.com
| Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
|
Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Hernan Wilkinson-3
Hi Dale!
 there were a bunch of compile errors, I did not save them... but if I remember correctly they were due to references to classes not loaded yet... so to make it load I defined the classes and hit proceed on the debugger... so there must be a dependencies issue I guess

 Thanks! Hernan.

On Tue, Nov 29, 2011 at 3:24 PM, Dale Henrichs <[hidden email]> wrote:
Hernan,

Okay, the bootstrap process for Seaside changed in 3.0, so the loadSeaside script needs to be updated ...

What are the compilation errors you were getting when you did the `Gofer project load`? ... that is the method that I use when loading Seaside, so it is an indication that something else might be going wrong here...

Dale
----- Original Message -----
| From: "Hernan Wilkinson" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Saturday, November 26, 2011 2:24:28 PM
| Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hi,
| I've been struggling for a while trying to load seaside on a new
| extent and I could not.
| Let me explain what I did:
| 1) I donwloaded installGemstone3.0.1.sh
| 2) Run installGemstone3.0.1.sh succesfully
| 3) Check that everything is working (gemstone, netldi, I could login
| using topaz, etc)
| 4) Donwloaded gemtools, updated the laucher and GLASS
|
|
| So, I have glass up and running, I can connect with GemTools, etc.
| But when I try to load seaside in that extent I can't.
| First I tried running the script "loadSeaside" but the file
| $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| installation
| Then I tried doing
| MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| ConfigurationOfMetacello project updateProject .
| ConfigurationOfMetacello loadLatestVersion .
| Gofer project load : 'Seaside30' .
| ]. and I got compilation errors...
| Then I tried just with ConfigurationOfSeaside, etc. and the same
| thing... I'm getting compile errors that prevent seaside from
| loading...
| Does somebody have an extent with the lastest version of seaside to
| share? :-) Or can somebody tell me how to downloaded?
|
| Thanks!
| Hernan
|
|
| --
|
| Hernán Wilkinson
| Agile Software Development, Teaching & Coaching
| Mobile: +54 - 911 - 4470 - 7207
| email: [hidden email]
| site: http://www.10Pines.com
| Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
|



--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina

Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Hernan Wilkinson-3
btw, do you know why the gem  running swazoo is generating that error? (Gemstone Signal Handler: Signal 11,  SIGSEGV Received .....)

On Tue, Nov 29, 2011 at 7:51 PM, Hernan Wilkinson <[hidden email]> wrote:
Hi Dale!
 there were a bunch of compile errors, I did not save them... but if I remember correctly they were due to references to classes not loaded yet... so to make it load I defined the classes and hit proceed on the debugger... so there must be a dependencies issue I guess

 Thanks! Hernan.

On Tue, Nov 29, 2011 at 3:24 PM, Dale Henrichs <[hidden email]> wrote:
Hernan,

Okay, the bootstrap process for Seaside changed in 3.0, so the loadSeaside script needs to be updated ...

What are the compilation errors you were getting when you did the `Gofer project load`? ... that is the method that I use when loading Seaside, so it is an indication that something else might be going wrong here...

Dale
----- Original Message -----
| From: "Hernan Wilkinson" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Saturday, November 26, 2011 2:24:28 PM
| Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hi,
| I've been struggling for a while trying to load seaside on a new
| extent and I could not.
| Let me explain what I did:
| 1) I donwloaded installGemstone3.0.1.sh
| 2) Run installGemstone3.0.1.sh succesfully
| 3) Check that everything is working (gemstone, netldi, I could login
| using topaz, etc)
| 4) Donwloaded gemtools, updated the laucher and GLASS
|
|
| So, I have glass up and running, I can connect with GemTools, etc.
| But when I try to load seaside in that extent I can't.
| First I tried running the script "loadSeaside" but the file
| $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| installation
| Then I tried doing
| MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| ConfigurationOfMetacello project updateProject .
| ConfigurationOfMetacello loadLatestVersion .
| Gofer project load : 'Seaside30' .
| ]. and I got compilation errors...
| Then I tried just with ConfigurationOfSeaside, etc. and the same
| thing... I'm getting compile errors that prevent seaside from
| loading...
| Does somebody have an extent with the lastest version of seaside to
| share? :-) Or can somebody tell me how to downloaded?
|
| Thanks!
| Hernan
|
|
| --
|
| Hernán Wilkinson
| Agile Software Development, Teaching & Coaching
| Mobile: +54 - 911 - 4470 - 7207
| email: [hidden email]
| site: http://www.10Pines.com
| Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
|



--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina




--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina

Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Dale Henrichs
In reply to this post by Hernan Wilkinson-3
Hernan,

Since I don't get compile errors when I run your script on my copy of 3.0.1, I assume that something unexpected is going on and that unexpected thing may be the source of the Swazoo issue you are having. If the world is set up correctly you should not be getting any undefined global errors and defining the globals doesn't "fix things" if those classes are missing in the first place ...

I would like to be able to reproduce the problem in engineering so I can track down the source of the undefined globals and also find a fix the cause of the sigsegv...

Dale

----- Original Message -----
| From: "Hernan Wilkinson" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Tuesday, November 29, 2011 2:51:18 PM
| Subject: Re: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hi Dale!
| there were a bunch of compile errors, I did not save them... but if I
| remember correctly they were due to references to classes not loaded
| yet... so to make it load I defined the classes and hit proceed on
| the debugger... so there must be a dependencies issue I guess
|
|
| Thanks! Hernan.
|
|
| On Tue, Nov 29, 2011 at 3:24 PM, Dale Henrichs < [hidden email]
| > wrote:
|
|
| Hernan,
|
| Okay, the bootstrap process for Seaside changed in 3.0, so the
| loadSeaside script needs to be updated ...
|
| What are the compilation errors you were getting when you did the
| `Gofer project load`? ... that is the method that I use when loading
| Seaside, so it is an indication that something else might be going
| wrong here...
|
| Dale
|
|
| ----- Original Message -----
| | From: "Hernan Wilkinson" < [hidden email] >
| | To: "GemStone Seaside beta discussion" < [hidden email]
| | >
| | Sent: Saturday, November 26, 2011 2:24:28 PM
| | Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
| |
| | Hi,
| | I've been struggling for a while trying to load seaside on a new
| | extent and I could not.
| | Let me explain what I did:
| | 1) I donwloaded installGemstone3.0.1.sh
| | 2) Run installGemstone3.0.1.sh succesfully
| | 3) Check that everything is working (gemstone, netldi, I could
| | login
| | using topaz, etc)
| | 4) Donwloaded gemtools, updated the laucher and GLASS
| |
| |
| | So, I have glass up and running, I can connect with GemTools, etc.
| | But when I try to load seaside in that extent I can't.
| | First I tried running the script "loadSeaside" but the file
| | $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| | installation
| | Then I tried doing
| | MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| | ConfigurationOfMetacello project updateProject .
| | ConfigurationOfMetacello loadLatestVersion .
| | Gofer project load : 'Seaside30' .
| | ]. and I got compilation errors...
| | Then I tried just with ConfigurationOfSeaside, etc. and the same
| | thing... I'm getting compile errors that prevent seaside from
| | loading...
| | Does somebody have an extent with the lastest version of seaside to
| | share? :-) Or can somebody tell me how to downloaded?
| |
| | Thanks!
| | Hernan
| |
| |
| | --
| |
| | Hernán Wilkinson
| | Agile Software Development, Teaching & Coaching
| | Mobile: +54 - 911 - 4470 - 7207
| | email: [hidden email]
| | site: http://www.10Pines.com
| | Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
| |
|
|
|
|
| --
|
| Hernán Wilkinson
| Agile Software Development, Teaching & Coaching
| Mobile: +54 - 911 - 4470 - 7207
| email: [hidden email]
| site: http://www.10Pines.com
| Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
|
Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Dale Henrichs
In reply to this post by Hernan Wilkinson-3
Hernan,

I tried doing the load from GLASS 1.0-beta.8.7 (not GLASS 1.0-beta.8.7.1 which is the latest GLASS version) and did hit an unresolved global for ConfigurationOfSwazoo2, but I'm assuming that just defining the class wouldn't resolve your load issues, so I'm assuming that your unresolved globals were different classes than that?

Dale

----- Original Message -----
| From: "Hernan Wilkinson" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Tuesday, November 29, 2011 2:51:18 PM
| Subject: Re: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hi Dale!
| there were a bunch of compile errors, I did not save them... but if I
| remember correctly they were due to references to classes not loaded
| yet... so to make it load I defined the classes and hit proceed on
| the debugger... so there must be a dependencies issue I guess
|
|
| Thanks! Hernan.
|
|
| On Tue, Nov 29, 2011 at 3:24 PM, Dale Henrichs < [hidden email]
| > wrote:
|
|
| Hernan,
|
| Okay, the bootstrap process for Seaside changed in 3.0, so the
| loadSeaside script needs to be updated ...
|
| What are the compilation errors you were getting when you did the
| `Gofer project load`? ... that is the method that I use when loading
| Seaside, so it is an indication that something else might be going
| wrong here...
|
| Dale
|
|
| ----- Original Message -----
| | From: "Hernan Wilkinson" < [hidden email] >
| | To: "GemStone Seaside beta discussion" < [hidden email]
| | >
| | Sent: Saturday, November 26, 2011 2:24:28 PM
| | Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
| |
| | Hi,
| | I've been struggling for a while trying to load seaside on a new
| | extent and I could not.
| | Let me explain what I did:
| | 1) I donwloaded installGemstone3.0.1.sh
| | 2) Run installGemstone3.0.1.sh succesfully
| | 3) Check that everything is working (gemstone, netldi, I could
| | login
| | using topaz, etc)
| | 4) Donwloaded gemtools, updated the laucher and GLASS
| |
| |
| | So, I have glass up and running, I can connect with GemTools, etc.
| | But when I try to load seaside in that extent I can't.
| | First I tried running the script "loadSeaside" but the file
| | $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| | installation
| | Then I tried doing
| | MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| | ConfigurationOfMetacello project updateProject .
| | ConfigurationOfMetacello loadLatestVersion .
| | Gofer project load : 'Seaside30' .
| | ]. and I got compilation errors...
| | Then I tried just with ConfigurationOfSeaside, etc. and the same
| | thing... I'm getting compile errors that prevent seaside from
| | loading...
| | Does somebody have an extent with the lastest version of seaside to
| | share? :-) Or can somebody tell me how to downloaded?
| |
| | Thanks!
| | Hernan
| |
| |
| | --
| |
| | Hernán Wilkinson
| | Agile Software Development, Teaching & Coaching
| | Mobile: +54 - 911 - 4470 - 7207
| | email: [hidden email]
| | site: http://www.10Pines.com
| | Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
| |
|
|
|
|
| --
|
| Hernán Wilkinson
| Agile Software Development, Teaching & Coaching
| Mobile: +54 - 911 - 4470 - 7207
| email: [hidden email]
| site: http://www.10Pines.com
| Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
|
Reply | Threaded
Open this post in threaded view
|

Re: Can not load Seaside 3.0 on a new extent

Dale Henrichs
SqueakSource is down (probable cause for ConfigurationOfSwazoo2 issue) ....

Dale

----- Original Message -----
| From: "Dale Henrichs" <[hidden email]>
| To: "GemStone Seaside beta discussion" <[hidden email]>
| Sent: Wednesday, November 30, 2011 10:32:33 AM
| Subject: Re: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
|
| Hernan,
|
| I tried doing the load from GLASS 1.0-beta.8.7 (not GLASS
| 1.0-beta.8.7.1 which is the latest GLASS version) and did hit an
| unresolved global for ConfigurationOfSwazoo2, but I'm assuming that
| just defining the class wouldn't resolve your load issues, so I'm
| assuming that your unresolved globals were different classes than
| that?
|
| Dale
|
| ----- Original Message -----
| | From: "Hernan Wilkinson" <[hidden email]>
| | To: "GemStone Seaside beta discussion" <[hidden email]>
| | Sent: Tuesday, November 29, 2011 2:51:18 PM
| | Subject: Re: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
| |
| | Hi Dale!
| | there were a bunch of compile errors, I did not save them... but if
| | I
| | remember correctly they were due to references to classes not
| | loaded
| | yet... so to make it load I defined the classes and hit proceed on
| | the debugger... so there must be a dependencies issue I guess
| |
| |
| | Thanks! Hernan.
| |
| |
| | On Tue, Nov 29, 2011 at 3:24 PM, Dale Henrichs <
| | [hidden email]
| | > wrote:
| |
| |
| | Hernan,
| |
| | Okay, the bootstrap process for Seaside changed in 3.0, so the
| | loadSeaside script needs to be updated ...
| |
| | What are the compilation errors you were getting when you did the
| | `Gofer project load`? ... that is the method that I use when
| | loading
| | Seaside, so it is an indication that something else might be going
| | wrong here...
| |
| | Dale
| |
| |
| | ----- Original Message -----
| | | From: "Hernan Wilkinson" < [hidden email] >
| | | To: "GemStone Seaside beta discussion" <
| | | [hidden email]
| | | >
| | | Sent: Saturday, November 26, 2011 2:24:28 PM
| | | Subject: [GS/SS Beta] Can not load Seaside 3.0 on a new extent
| | |
| | | Hi,
| | | I've been struggling for a while trying to load seaside on a new
| | | extent and I could not.
| | | Let me explain what I did:
| | | 1) I donwloaded installGemstone3.0.1.sh
| | | 2) Run installGemstone3.0.1.sh succesfully
| | | 3) Check that everything is working (gemstone, netldi, I could
| | | login
| | | using topaz, etc)
| | | 4) Donwloaded gemtools, updated the laucher and GLASS
| | |
| | |
| | | So, I have glass up and running, I can connect with GemTools,
| | | etc.
| | | But when I try to load seaside in that extent I can't.
| | | First I tried running the script "loadSeaside" but the file
| | | $GEMSTONE/seaside/topaz/installMaster.topaz does not exist in the
| | | installation
| | | Then I tried doing
| | | MCPlatformSupport commitOnAlmostOutOfMemoryDuring : [
| | | ConfigurationOfMetacello project updateProject .
| | | ConfigurationOfMetacello loadLatestVersion .
| | | Gofer project load : 'Seaside30' .
| | | ]. and I got compilation errors...
| | | Then I tried just with ConfigurationOfSeaside, etc. and the same
| | | thing... I'm getting compile errors that prevent seaside from
| | | loading...
| | | Does somebody have an extent with the lastest version of seaside
| | | to
| | | share? :-) Or can somebody tell me how to downloaded?
| | |
| | | Thanks!
| | | Hernan
| | |
| | |
| | | --
| | |
| | | Hernán Wilkinson
| | | Agile Software Development, Teaching & Coaching
| | | Mobile: +54 - 911 - 4470 - 7207
| | | email: [hidden email]
| | | site: http://www.10Pines.com
| | | Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
| | |
| |
| |
| |
| |
| | --
| |
| | Hernán Wilkinson
| | Agile Software Development, Teaching & Coaching
| | Mobile: +54 - 911 - 4470 - 7207
| | email: [hidden email]
| | site: http://www.10Pines.com
| | Address: Paraguay 523, Floor 7 N, Buenos Aires, Argentina
| |
|