Installer bug

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

Installer bug

Luc Fabresse

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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

InstallerMonticello-project.fix.st (614 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Installer bug

Stéphane Ducasse
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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Installer bug

keith1y
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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project