I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed?
Hi,
We moved the development version to Pharo 1.1, so #loadDefault only works with Pharo 1.1.
If you want to load in Pharo 1.0, you should try: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Cheers, Doru
On 9 Jun 2010, at 17:39, Andrei Stebakov wrote:
I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Value is always contextual."
I have the same problem with #loadRelease40. The system is spinning showing the same message...
On Wed, Jun 9, 2010 at 3:59 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi,
We moved the development version to Pharo 1.1, so #loadDefault only works with Pharo 1.1.
If you want to load in Pharo 1.0, you should try: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Cheers, Doru
On 9 Jun 2010, at 17:39, Andrei Stebakov wrote:
I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Value is always contextual."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Andrei,
Something is strange, it should say "Loading 4.0 of ConfigurationOfMoose".
I just tried with loading in a Pharo 1.0 one click and everything works fine:
http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Please try again.
Cheers, Doru
On 9 Jun 2010, at 23:23, Andrei Stebakov wrote:
I have the same problem with #loadRelease40. The system is spinning showing the same message...
On Wed, Jun 9, 2010 at 3:59 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi,
We moved the development version to Pharo 1.1, so #loadDefault only works with Pharo 1.1.
If you want to load in Pharo 1.0, you should try: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Cheers, Doru
On 9 Jun 2010, at 17:39, Andrei Stebakov wrote:
I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Value is always contextual."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"What we can governs what we wish."
I've downloaded the fresh image from your location. Opened Workspace and typed in the Gofer command. In the middle it gave me an error "can't find EOCD position" with following stack: Error: can't find EOCD position ZipArchive(Object)>>error: ZipArchive>>readFrom: MCMczReader>>zip MCMczReader>>parseMember: MCMczReader>>loadPackage MCMczReader(MCVersionReader)>>package MCMczReader(MCVersionReader)>>basicVersion MCMczReader(MCVersionReader)>>version [] in MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed: BlockClosure>>valueWithPossibleArgs: MCMczReader(ProtoObject)>>ifNotNil: MCHttpRepository>>versionReaderForFileNamed:do: MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed: MCHttpRepository(MCFileBasedRepository)>>goferVersionFrom: MetacelloCachingGoferResolvedReference(GoferResolvedReference)>>version MetacelloCachingGoferResolvedReference>>version MetacelloFetchingMCSpecLoader>>resolveDependencies:into: [] in MetacelloFetchingMCSpecLoader>>linearLoadPackageSpec:gofer: [] in MetacelloPharoPlatform>>do:displaying: [] in ProgressInitiationException>>defaultAction
It was during "Fetching MooseKGB-TestFamix3-cyrille_delaunay.19...
On Wed, Jun 9, 2010 at 5:56 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi Andrei,
Something is strange, it should say "Loading 4.0 of ConfigurationOfMoose".
I just tried with loading in a Pharo 1.0 one click and everything works fine:
http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Please try again.
Cheers, Doru
On 9 Jun 2010, at 23:23, Andrei Stebakov wrote:
I have the same problem with #loadRelease40. The system is spinning showing the same message...
On Wed, Jun 9, 2010 at 3:59 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi,
We moved the development version to Pharo 1.1, so #loadDefault only works with Pharo 1.1.
If you want to load in Pharo 1.0, you should try: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Cheers, Doru
On 9 Jun 2010, at 17:39, Andrei Stebakov wrote:
I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Value is always contextual."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"What we can governs what we wish."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Andrei,
Strange. Where are you located? It looks like a problem of connectivity.
In any case, if you just want to get the Moose 4.0 release, you can just download the prepackaged solution from: http://moosetechnology.org/res/download/moose-suite-4_0.app.zip
Cheers, Doru
On 10 Jun 2010, at 16:32, Andrei Stebakov wrote:
I've downloaded the fresh image from your location. Opened Workspace and typed in the Gofer command. In the middle it gave me an error "can't find EOCD position" with following stack: Error: can't find EOCD position ZipArchive(Object)>>error: ZipArchive>>readFrom: MCMczReader>>zip MCMczReader>>parseMember: MCMczReader>>loadPackage MCMczReader(MCVersionReader)>>package MCMczReader(MCVersionReader)>>basicVersion MCMczReader(MCVersionReader)>>version [] in MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed: BlockClosure>>valueWithPossibleArgs: MCMczReader(ProtoObject)>>ifNotNil: MCHttpRepository>>versionReaderForFileNamed:do: MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed: MCHttpRepository(MCFileBasedRepository)>>goferVersionFrom: MetacelloCachingGoferResolvedReference (GoferResolvedReference)>>version MetacelloCachingGoferResolvedReference>>version MetacelloFetchingMCSpecLoader>>resolveDependencies:into: [] in MetacelloFetchingMCSpecLoader>>linearLoadPackageSpec:gofer: [] in MetacelloPharoPlatform>>do:displaying: [] in ProgressInitiationException>>defaultAction
It was during "Fetching MooseKGB-TestFamix3-cyrille_delaunay.19...
On Wed, Jun 9, 2010 at 5:56 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi Andrei,
Something is strange, it should say "Loading 4.0 of ConfigurationOfMoose".
I just tried with loading in a Pharo 1.0 one click and everything works fine:
http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Please try again.
Cheers, Doru
On 9 Jun 2010, at 23:23, Andrei Stebakov wrote:
I have the same problem with #loadRelease40. The system is spinning showing the same message...
On Wed, Jun 9, 2010 at 3:59 PM, Tudor Girba tudor.girba@gmail.com wrote:
Hi,
We moved the development version to Pharo 1.1, so #loadDefault only works with Pharo 1.1.
If you want to load in Pharo 1.0, you should try: Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadRelease40.
Cheers, Doru
On 9 Jun 2010, at 17:39, Andrei Stebakov wrote:
I was trying to install Moose (and Moose 4.0) from Pharo 1.0 on Windows XP using Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
For both #loadDefault or perform: #loadRelease40 the process hangs at "Loading default of ConfigurationOfMoose. Atomic load" window. How can this fix fixed? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Value is always contextual."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"What we can governs what we wish."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We are all great at making mistakes."