[Pharo-project] SCriptLoader>>InstallingInstaller
With the lateset update. There is something uncorrect in the package name I guess ? SCriptLoader>>InstallingInstaller [...] fileToLoad := files detect: [:aFile | aFile beginsWith: 'InstallerAll.-md.1'] ifNone: []. -- http://blog.ofset.org/hilaire
why? stef On Sep 7, 2008, at 11:17 AM, Hilaire Fernandes wrote:
With the lateset update.
There is something uncorrect in the package name I guess ?
SCriptLoader>>InstallingInstaller [...] fileToLoad := files detect: [:aFile | aFile beginsWith: 'InstallerAll.-md.1'] ifNone: [].
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I think it should be 'InstallerAll-md.1' ( http://www.squeaksource.com/Installer/InstallerAll-md.1.mcz)There is one more '.' in the code. #Luc 2008/9/7 Stéphane Ducasse <stephane.ducasse@inria.fr>
why?
stef
On Sep 7, 2008, at 11:17 AM, Hilaire Fernandes wrote:
With the lateset update.
There is something uncorrect in the package name I guess ?
SCriptLoader>>InstallingInstaller [...] fileToLoad := files detect: [:aFile | aFile beginsWith: 'InstallerAll.-md.1'] ifNone: [].
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Ok I see This was fixed in the latest scriptloader. stef On Sep 7, 2008, at 3:54 PM, Luc Fabresse wrote:
I think it should be 'InstallerAll-md.1' (http://www.squeaksource.com/Installer/InstallerAll-md.1.mcz ) There is one more '.' in the code.
#Luc
2008/9/7 Stéphane Ducasse <stephane.ducasse@inria.fr> why?
stef
On Sep 7, 2008, at 11:17 AM, Hilaire Fernandes wrote:
With the lateset update.
There is something uncorrect in the package name I guess ?
SCriptLoader>>InstallingInstaller [...] fileToLoad := files detect: [:aFile | aFile beginsWith: 'InstallerAll.-md.1'] ifNone: [].
-- http://blog.ofset.org/hilaire
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Hilaire Fernandes -
Luc Fabresse -
Stéphane Ducasse