[Pharo-project] Installer bug
Installer cache project: 'CustomProject' ; install: 'CustomProject' does not work properly because in InstallerMonticello>>project:, a ByteString path is stored instead of a FileDirectory and because MCCacheRepository default is a directory *without subdir*. I attached a quick fix, that make it work for both Cache and repository with subdirs. #Luc
Luc I think that for installer you should publish on the Installer source project. I do not know if keith still maintain it or if everybody can publish code there without any checks. Now you can also have a look at Gofer in lukas repository for scripting your loads. Stef On Sep 3, 2009, at 9:26 AM, Luc Fabresse wrote:
Installer cache project: 'CustomProject' ; install: 'CustomProject'
does not work properly because in InstallerMonticello>>project:, a ByteString path is stored instead of a FileDirectory and because MCCacheRepository default is a directory *without subdir*. I attached a quick fix, that make it work for both Cache and repository with subdirs.
#Luc <InstallerMonticello- project.fix.st>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse wrote:
Luc
I think that for installer you should publish on the Installer source project. I do not know if keith still maintain it or if everybody can publish code there without any checks.
All repositories are completely open
Now you can also have a look at Gofer in lukas repository for scripting your loads.
Stef
Keith
participants (3)
-
Keith Hodges -
Luc Fabresse -
Stéphane Ducasse