loading ozone in moose

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

loading ozone in moose

Usman Bhatti
I'm try to load Ozone in moose 5.1 but I got the following error:
This package depends on the following classes:
  MalCyclesCoverageAndSort
  DSMMatrix
  DSMCellTest
  DSMCell
  NumberColoredDSM
You must resolve these dependencies before you will be able to load these definitions: 
  weightedSize
  testWeightedSize
  doLayerGraphModified
 ....

Does anyone know what happened to the classes that are not found in the newer version because it loaded correctly in Moose 5.0 (Pharo 3.0)? Are these renamed or is there a package not loaded in the latest moose?

tx!

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: loading ozone in moose

Tudor Girba-2
We dropped DSM in Moose 5.1 because it was not maintained anymore.

Doru


> On Jan 20, 2016, at 11:22 AM, Usman Bhatti <[hidden email]> wrote:
>
> I'm try to load Ozone in moose 5.1 but I got the following error:
> This package depends on the following classes:
>   MalCyclesCoverageAndSort
>   DSMMatrix
>   DSMCellTest
>   DSMCell
>   NumberColoredDSM
> You must resolve these dependencies before you will be able to load these definitions:
>   weightedSize
>   testWeightedSize
>   doLayerGraphModified
>  ....
>
> Does anyone know what happened to the classes that are not found in the newer version because it loaded correctly in Moose 5.0 (Pharo 3.0)? Are these renamed or is there a package not loaded in the latest moose?
>
> tx!
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: loading ozone in moose

Usman Bhatti
Ok. I updated the config of oZone with explicit dependency to DSM. So, now the loading works correctly.
Now, some changes to Moose-Algos broke test. Anyways, I made it work with an older version of Moose-Algo so I'll see if I have the time to update it (because I do not understand fully how it works) otherwise, I'll commit a version in the config that loads the older version of Moose-Algos to make it usable and update it later on.

On Wed, Jan 20, 2016 at 12:15 PM, Tudor Girba <[hidden email]> wrote:
We dropped DSM in Moose 5.1 because it was not maintained anymore.

Doru


> On Jan 20, 2016, at 11:22 AM, Usman Bhatti <[hidden email]> wrote:
>
> I'm try to load Ozone in moose 5.1 but I got the following error:
> This package depends on the following classes:
>   MalCyclesCoverageAndSort
>   DSMMatrix
>   DSMCellTest
>   DSMCell
>   NumberColoredDSM
> You must resolve these dependencies before you will be able to load these definitions:
>   weightedSize
>   testWeightedSize
>   doLayerGraphModified
>  ....
>
> Does anyone know what happened to the classes that are not found in the newer version because it loaded correctly in Moose 5.0 (Pharo 3.0)? Are these renamed or is there a package not loaded in the latest moose?
>
> tx!
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev