Torsten Bergmann wrote:
Monticello allows you to use local directories as alternatives to web based squeaksource repositories. When I select one in the Monticello browser it displays "c:\pharo\myapp\repo\" (maybe "file://c:\pharo\myapp\repo\" would have been better - but thats a Monticello issue.
Question: Is it possible to use Metacello configurations with directory repositories too?
Currently this fails for me since Metacello always tries to use a HTTP repo while loading:
--------------------------------------------------------------------- baseline10: spec "The first baseline for the MyApp project" <version: '1.0-baseline'>
spec for: #pharo do: [ spec blessing: #baseline. spec description: '1.0 baseline for MyApp'. spec repository: 'c:\pharo\myapp\repo\'. "Packages" spec package: 'MyApp-Core-Model'; ... ---------------------------------------------------------------------
Any comments?
Thanks T.
Torsten, I'm sorry that I haven't chimed in, I've got some family issues that I'm attending to right now....I agree with the direction that you have been proposing... Dale