[Seaside-dev] Detecting installed Seaside versions?

Andreas Raab andreas.raab at gmx.de
Tue Nov 24 22:21:49 UTC 2009


I have zero experience with Metacello (I know hardly more about it then 
it's name) but let's try an example: Assume I'm downloading one of the 
older 2.8 images, what do I need to do to have Metacello tell me "this 
image has Seaside 2.8 installed"?

Cheers,
   - Andreas

Julian Fitzell wrote:
> Right... that could be a viable option...
> 
> On Tue, Nov 24, 2009 at 11:39 AM, Dale Henrichs
> <dale.henrichs at gemstone.com> wrote:
>> If you use Metacello, it has the ability to calculate the current version of a project (a MetacelloVersionNumber) ... so
>>
>>  ConfigurationOfSeaside30 project currentVersion
>>
>> would do the trick:)
>>
>> Dale
>>
>> ----- "Julian Fitzell" <jfitzell at gmail.com> wrote:
>>
>> | We don't really have a solution to that at the moment. Obviously the
>> | MC version for the Core package gives some indication but clearly
>> | that's not really good enough.
>> |
>> | In Seaside 2.8, you can do "SeasidePlatformSupport versionString",
>> | though it would probably be nice to have an array like {2. 8. 1} or
>> | something... maybe a WAVersion object would be better than an array
>> | since it could do comparisons and printing and so on. "WAVersion
>> | current" could return an appropriate instance. Part of me hates
>> | having
>> | to modify the code to specify the version number, but the alternative
>> | is to have an install script do it, which is also kind of lame.
>> |
>> | Ok, enough rambling; clearly I, at least, am open to suggestions. :)
>> |
>> | Julian
>> |
>> | On Tue, Nov 24, 2009 at 1:33 AM, Andreas Raab <andreas.raab at gmx.de>
>> | wrote:
>> | > Hi -
>> | >
>> | > Curious: How does one detect an installed Seaside version? I.e.,
>> | assuming
>> | > that one would want to detect that an image has Seaside loaded
>> | already, how
>> | > would one determine its version?
>> | >
>> | > Cheers,
>> | >  - Andreas
>> | > _______________________________________________
>> | > seaside-dev mailing list
>> | > seaside-dev at lists.squeakfoundation.org
>> | > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>> | >
>> | _______________________________________________
>> | seaside-dev mailing list
>> | seaside-dev at lists.squeakfoundation.org
>> | http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>> _______________________________________________
>> seaside-dev mailing list
>> seaside-dev at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> 


More information about the seaside-dev mailing list