Tweak problem.

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

Tweak problem.

R. Clayton
I downloaded

  http://tweakproject.org/download/iBuild-3.8-6665.1.zip

filed-in build/install.st to

  SystemVersion current version 'Squeak3.8'
  SystemVersion current higestUpdate 6665

and got the following error:

  MCHttpRepository(Object)>>doesNotUnderstand: #cachedFileNames
  MCConfiguration>>versionNamed:for:from:
  [] in MCConfiguration>>depsSatisfying:versionDo:displayingProgress: {[:dep |  ver := dep versionInfo name.  repo := repoMap     at: ver     ifAbs...]}
  [] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:each :i |  bar value: i.  aBlock value: each]}
  OrderedCollection(SequenceableCollection)>>withIndexDo:
  [] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:bar | self   withIndexDo: [:each :i |     bar value: i.    aBlock value: e...]}
  [] in ProgressInitiationException>>defaultMorphicAction {[result := workBlock value: progress]}
  BlockContext>>ensure:
  ProgressInitiationException>>defaultMorphicAction
  ProgressInitiationException>>defaultAction
  UndefinedObject>>handleSignal:
  MethodContext(ContextPart)>>handleSignal:
  MethodContext(ContextPart)>>handleSignal:
  ProgressInitiationException(Exception)>>signal
  ProgressInitiationException>>display:at:from:to:during:
  ProgressInitiationException class>>display:at:from:to:during:
  ByteString(String)>>displayProgressAt:from:to:during:
  OrderedCollection(SequenceableCollection)>>do:displayingProgress:
  MCConfiguration>>depsSatisfying:versionDo:displayingProgress:
  MCConfiguration>>upgrade

How do I recover from this?


Reply | Threaded
Open this post in threaded view
|

Re: Tweak problem.

Andreas.Raab
Hi -

I think it would a lot easier if you started from a Croquet image (which
includes Tweak). After downloading the 1.0 SDK from
http://croquetproject.org/ have a look at Homebase.image in the
deployment subdirectory. In this image, all you need to do is to load
http://hedgehog.software.umn.edu:8888/Tweak/install.mcm and you have
Tweak-ready image. And if you want you also load Croquet (see the
workspace in that image).

Hope this helps,
   - Andreas


r. clayton wrote:

> I downloaded
>
>   http://tweakproject.org/download/iBuild-3.8-6665.1.zip
>
> filed-in build/install.st to
>
>   SystemVersion current version 'Squeak3.8'
>   SystemVersion current higestUpdate 6665
>
> and got the following error:
>
>   MCHttpRepository(Object)>>doesNotUnderstand: #cachedFileNames
>   MCConfiguration>>versionNamed:for:from:
>   [] in MCConfiguration>>depsSatisfying:versionDo:displayingProgress: {[:dep |  ver := dep versionInfo name.  repo := repoMap     at: ver     ifAbs...]}
>   [] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:each :i |  bar value: i.  aBlock value: each]}
>   OrderedCollection(SequenceableCollection)>>withIndexDo:
>   [] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:bar | self   withIndexDo: [:each :i |     bar value: i.    aBlock value: e...]}
>   [] in ProgressInitiationException>>defaultMorphicAction {[result := workBlock value: progress]}
>   BlockContext>>ensure:
>   ProgressInitiationException>>defaultMorphicAction
>   ProgressInitiationException>>defaultAction
>   UndefinedObject>>handleSignal:
>   MethodContext(ContextPart)>>handleSignal:
>   MethodContext(ContextPart)>>handleSignal:
>   ProgressInitiationException(Exception)>>signal
>   ProgressInitiationException>>display:at:from:to:during:
>   ProgressInitiationException class>>display:at:from:to:during:
>   ByteString(String)>>displayProgressAt:from:to:during:
>   OrderedCollection(SequenceableCollection)>>do:displayingProgress:
>   MCConfiguration>>depsSatisfying:versionDo:displayingProgress:
>   MCConfiguration>>upgrade
>
> How do I recover from this?
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Tweak problem.

Bert Freudenberg
On May 25, 2007, at 7:50 , Andreas Raab wrote:

> Hi -
>
> I think it would a lot easier if you started from a Croquet image  
> (which includes Tweak). After downloading the 1.0 SDK from http://
> croquetproject.org/ have a look at Homebase.image in the deployment  
> subdirectory. In this image, all you need to do is to load http://
> hedgehog.software.umn.edu:8888/Tweak/install.mcm and you have Tweak-
> ready image. And if you want you also load Croquet (see the  
> workspace in that image).

I updated the Tweak project page accordingly:

        http://tweakproject.org/TECHNOLOGY/Download/

- Bert -