Brad Fuller wrote:
Brad Fuller wrote:
how come when I try to load from
http://mc.lukas-renggli.ch/pier for
"blog" package I receive "This package depends on the following
classes:"
and there are many of them. Is there a better way to load Pier packages?
Actually, let me ask a better question:
what is the best/preferred way of creating a Seaside/Pier/Magma image
and bringing it up to date
The preferred way to generate my version of the SMP
image at the moment
is to edit the script on this wiki. Or more importantly fix the packages
that this script loads.
http://squeak310.pbwiki.com/Seaside-Magma-Pier
Then, this image will be automatically generated whenever the
http://squeak310.pbwiki.com/Make%20Seaside-Magma-Pier page is updated or
the image upon which it depends is updated to be a new release candidate.
This final step, the triggering of a build as a dependency is in the
process of being debugged.
The output will be available in
http://squeak.warwick.st/auto-build/output/make/391/NEW_RC/ in folder SMP
Nevertheless the script is there for you to see clearly the installing
steps if not the configuring steps.
I think that you can run it manually like so
#squeak Squeak3.9-final-7067.image
http://installer.pbwiki.com/f/IBS.st
Installer
path=http://squeak310.pbwiki.com/ install=From39To391
Installer install=Seaside-Magma-Pier MCWorkingCopy report=workingCopies
to="*.txt" SmalltalkImage save=SMP.image +quit
but some (hopefully very minor) fixes will be needed
thanks Keith. I'll try it manually and see how it goes.