Hi,
You should extend BaselineOf to make it work ;)
Cheers,
Vincent
De : Pharo-users [mailto:pharo-users-bounces@lists.pharo.org]
De la part de Thomas Heniart
Envoy�� : jeudi 14 avril 2016 15:21
�� : Any question about pharo is welcome
Objet : [Pharo-users] Problem with filetree
Hello,
I want to host my project on GitHub so I use filetree to commit my changes and I have a BaselineOfMyProject for the configuration
My Baseline is in a package which has name of the class
When I take a fresh Pharo5 image (latest pre spur) and I want to load my project by using
Metacello new
baseline: #YourTribes;
repository: 'github://HappyPharoHackers/YourTribes';
load
I have an error : MessageNotUnderstood: BaselineOfYourTribes class>>project
I tried to find the source of the problem but I failed :/
Cheers,
Thomas