To start with I would like to see the full Transcript of the load and a stack for the conflict ... and do you happen to know the new version of the Configuration that you expect to be downloaded?
You also do not say what happens when you tried loading the Configuration directly ... are you implying that the behavior you are seeing is the same whether you are doing a direct load via Metacello or an indirect load via a project reference? You don't (explicitly) mention whether or not the direct load worked or not ...
I would have expected both to work the same but without a
Transcript for both load attempts, I can't guess what might be
causing the different behavior ... if indeed the behavior is
different.
Dale
--
You received this message because you are subscribed to the Google Groups "Metacello" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metacello+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To start with I would like to see the full Transcript of the load
and a stack for the conflict
and do you happen to know the new version of the Configuration that you expect to be downloaded?
project: 'StateSpecs' with: [specclassName: 'ConfigurationOfStateSpecs';version: #development;
spec baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v2.4.x']
You also do not say what happens when you tried loading the Configuration directly ... are you implying that the behavior you are seeing is the same whether you are doing a direct load via Metacello or an indirect load via a project reference?
Metacello newbaseline: 'BabyPhexample';repository: 'github://seandenigris/Baby-Phexample:master/repository';load.
To start with I would like to see the full Transcript of the load"Loading 3.1 of ConfigurationOfPhexample..."
and a stack for the conflict
and do you happen to know the new version of the Configuration that you expect to be downloaded?Old: ConfigurationOfPhexample-CyrilFerlicot.17; #stable = 3.1Loads StateSpecs via:project: 'StateSpecs' with: [specclassName: 'ConfigurationOfStateSpecs';version: #development;New: ConfigurationOfPhexample-DenisKudryashov.19; #stable = 3.3Loads StateSpecs via:
spec baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v2.4.x']
You also do not say what happens when you tried loading the Configuration directly ... are you implying that the behavior you are seeing is the same whether you are doing a direct load via Metacello or an indirect load via a project reference?
Well, the two different attempts attempted the StateSpecs load the same way, just from a different access point.
Attempt #1 (which loads Phexample, which loads StateSpecs):Metacello newbaseline: 'BabyPhexample';repository: 'github://seandenigris/Baby-Phexample:master/repository';load.
Attempt #2 (one level down from #1):Metacello newconfiguration: 'Phexample';smalltalkhubUser: 'Phexample' project: 'Phexample';load.