Hi Usman,
I see that you are hacking on the Lattice. Good :)
The Moose build fails becauseyou added an extension to MalLattice in Moose-MondrianPaintings, but when this package gets loaded, the MalLattice is not present. The reason is that ConfigurationOfMooseAlgos does not know about the newly created package: Moose-Algo-Lattice.
So, you have to add this package to the ConfigurationOfMooseAlgos>>default:
But, before you do that, you should rename the package to Moose-Algos-Lattice.
Cheers, Doru
---------- Forwarded message ---------- From: admin@moosetechnology.org Date: Fri, Oct 21, 2011 at 3:48 PM Subject: Build failed in Jenkins: moose-latest-dev #664 To: tudor@tudorgirba.com, simon.denier@gmail.com, cy.delaunay@gmail.com, alexandre@bergel.eu, stephane.ducasse@inria.fr, jannik.laval@gmail.com
See http://hudson.moosetechnology.org/job/moose-latest-dev/664/
------------------------------------------ Started by user girba [workspace] $ /bin/sh -xe /tmp/hudson5079168647777384641.sh + rm -rf http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose < http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose-tests%3E < http://hudson.moosetechnology.org/job/moose-latest-dev/664/artifact/moose_su...
+ /srv/hudson.moosetechnology.org/builder/build.sh -i Pharo-1.3 -s moose -s glamorous-theme -s glamorous-toolkit -s moose-clean -s cleanupforrelease -o moose build.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: This package depends on the following classes: MalLattice You must resolve these dependencies before you will be able to load these definitions: MalLattice>>viewLattice:
Recording test results Archiving artifacts
Ah, I took another look and actually, the Moose-Algo-Lattice package is empty.
So, the solution would be: - create and publish Moose-Algos-Lattice with the correct classes inside - add Moose-Algos-Lattice to the default configuration of MooseAlgos.
Cheers, Doru
On Fri, Oct 21, 2011 at 3:58 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi Usman,
I see that you are hacking on the Lattice. Good :)
The Moose build fails becauseyou added an extension to MalLattice in Moose-MondrianPaintings, but when this package gets loaded, the MalLattice is not present. The reason is that ConfigurationOfMooseAlgos does not know about the newly created package: Moose-Algo-Lattice.
So, you have to add this package to the ConfigurationOfMooseAlgos>>default:
But, before you do that, you should rename the package to Moose-Algos-Lattice.
Cheers, Doru
---------- Forwarded message ---------- From: admin@moosetechnology.org Date: Fri, Oct 21, 2011 at 3:48 PM Subject: Build failed in Jenkins: moose-latest-dev #664 To: tudor@tudorgirba.com, simon.denier@gmail.com, cy.delaunay@gmail.com, alexandre@bergel.eu, stephane.ducasse@inria.fr, jannik.laval@gmail.com
See http://hudson.moosetechnology.org/job/moose-latest-dev/664/
Started by user girba [workspace] $ /bin/sh -xe /tmp/hudson5079168647777384641.sh
http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose-tests < http://hudson.moosetechnology.org/job/moose-latest-dev/664/artifact/moose_su...
- /srv/hudson.moosetechnology.org/builder/build.sh -i Pharo-1.3 -s moose
-s glamorous-theme -s glamorous-toolkit -s moose-clean -s cleanupforrelease -o moose build.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: This package depends on the following classes: MalLattice You must resolve these dependencies before you will be able to load these definitions: MalLattice>>viewLattice:
Recording test results Archiving artifacts
--
www.tudorgirba.com
"Every thing has its own flow"
On Fri, Oct 21, 2011 at 4:07 PM, Tudor Girba tudor@tudorgirba.com wrote:
Ah, I took another look and actually, the Moose-Algo-Lattice package is empty.
My bad. I created the package with the wrong name. How do I remove this package?
So, the solution would be:
- create and publish Moose-Algos-Lattice with the correct classes inside
Done.
- add Moose-Algos-Lattice to the default configuration of MooseAlgos.
done. Let me know if the problem persists.
thanx
Cheers, Doru
On Fri, Oct 21, 2011 at 3:58 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi Usman,
I see that you are hacking on the Lattice. Good :)
The Moose build fails becauseyou added an extension to MalLattice in Moose-MondrianPaintings, but when this package gets loaded, the MalLattice is not present. The reason is that ConfigurationOfMooseAlgos does not know about the newly created package: Moose-Algo-Lattice.
So, you have to add this package to the ConfigurationOfMooseAlgos>>default:
But, before you do that, you should rename the package to Moose-Algos-Lattice.
Cheers, Doru
---------- Forwarded message ---------- From: admin@moosetechnology.org Date: Fri, Oct 21, 2011 at 3:48 PM Subject: Build failed in Jenkins: moose-latest-dev #664 To: tudor@tudorgirba.com, simon.denier@gmail.com, cy.delaunay@gmail.com, alexandre@bergel.eu, stephane.ducasse@inria.fr, jannik.laval@gmail.com
See http://hudson.moosetechnology.org/job/moose-latest-dev/664/
Started by user girba [workspace] $ /bin/sh -xe /tmp/hudson5079168647777384641.sh
http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose-tests < http://hudson.moosetechnology.org/job/moose-latest-dev/664/artifact/moose_su...
- /srv/hudson.moosetechnology.org/builder/build.sh -i Pharo-1.3 -s moose
-s glamorous-theme -s glamorous-toolkit -s moose-clean -s cleanupforrelease -o moose build.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: This package depends on the following classes: MalLattice You must resolve these dependencies before you will be able to load these definitions: MalLattice>>viewLattice:
Recording test results Archiving artifacts
--
www.tudorgirba.com
"Every thing has its own flow"
--
www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks. It loads well now.
Now, it looks like MalLattice misses requirement methods (e.g., nodes).
Cheers, Doru
On Fri, Oct 21, 2011 at 4:28 PM, Usman Bhatti usman.bhatti@gmail.comwrote:
On Fri, Oct 21, 2011 at 4:07 PM, Tudor Girba tudor@tudorgirba.com wrote:
Ah, I took another look and actually, the Moose-Algo-Lattice package is empty.
My bad. I created the package with the wrong name. How do I remove this package?
So, the solution would be:
- create and publish Moose-Algos-Lattice with the correct classes inside
Done.
- add Moose-Algos-Lattice to the default configuration of MooseAlgos.
done. Let me know if the problem persists.
thanx
Cheers, Doru
On Fri, Oct 21, 2011 at 3:58 PM, Tudor Girba tudor@tudorgirba.comwrote:
Hi Usman,
I see that you are hacking on the Lattice. Good :)
The Moose build fails becauseyou added an extension to MalLattice in Moose-MondrianPaintings, but when this package gets loaded, the MalLattice is not present. The reason is that ConfigurationOfMooseAlgos does not know about the newly created package: Moose-Algo-Lattice.
So, you have to add this package to the ConfigurationOfMooseAlgos>>default:
But, before you do that, you should rename the package to Moose-Algos-Lattice.
Cheers, Doru
---------- Forwarded message ---------- From: admin@moosetechnology.org Date: Fri, Oct 21, 2011 at 3:48 PM Subject: Build failed in Jenkins: moose-latest-dev #664 To: tudor@tudorgirba.com, simon.denier@gmail.com, cy.delaunay@gmail.com, alexandre@bergel.eu, stephane.ducasse@inria.fr, jannik.laval@gmail.com
See http://hudson.moosetechnology.org/job/moose-latest-dev/664/
Started by user girba [workspace] $ /bin/sh -xe /tmp/hudson5079168647777384641.sh
- rm -rf <
http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose%3E < http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose-tests%3E < http://hudson.moosetechnology.org/job/moose-latest-dev/664/artifact/moose_su...
- /srv/hudson.moosetechnology.org/builder/build.sh -i Pharo-1.3 -s moose
-s glamorous-theme -s glamorous-toolkit -s moose-clean -s cleanupforrelease -o moose build.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: This package depends on the following classes: MalLattice You must resolve these dependencies before you will be able to load these definitions: MalLattice>>viewLattice:
Recording test results Archiving artifacts
--
www.tudorgirba.com
"Every thing has its own flow"
--
www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Fri, Oct 21, 2011 at 5:28 PM, Tudor Girba tudor@tudorgirba.com wrote:
Thanks. It loads well now.
Now, it looks like MalLattice misses requirement methods (e.g., nodes).
Yes. there is a problem. I'll have a look at it.
Cheers, Doru
On Fri, Oct 21, 2011 at 4:28 PM, Usman Bhatti usman.bhatti@gmail.comwrote:
On Fri, Oct 21, 2011 at 4:07 PM, Tudor Girba tudor@tudorgirba.comwrote:
Ah, I took another look and actually, the Moose-Algo-Lattice package is empty.
My bad. I created the package with the wrong name. How do I remove this package?
So, the solution would be:
- create and publish Moose-Algos-Lattice with the correct classes inside
Done.
- add Moose-Algos-Lattice to the default configuration of MooseAlgos.
done. Let me know if the problem persists.
thanx
Cheers, Doru
On Fri, Oct 21, 2011 at 3:58 PM, Tudor Girba tudor@tudorgirba.comwrote:
Hi Usman,
I see that you are hacking on the Lattice. Good :)
The Moose build fails becauseyou added an extension to MalLattice in Moose-MondrianPaintings, but when this package gets loaded, the MalLattice is not present. The reason is that ConfigurationOfMooseAlgos does not know about the newly created package: Moose-Algo-Lattice.
So, you have to add this package to the ConfigurationOfMooseAlgos>>default:
But, before you do that, you should rename the package to Moose-Algos-Lattice.
Cheers, Doru
---------- Forwarded message ---------- From: admin@moosetechnology.org Date: Fri, Oct 21, 2011 at 3:48 PM Subject: Build failed in Jenkins: moose-latest-dev #664 To: tudor@tudorgirba.com, simon.denier@gmail.com, cy.delaunay@gmail.com, alexandre@bergel.eu, stephane.ducasse@inria.fr, jannik.laval@gmail.com
See http://hudson.moosetechnology.org/job/moose-latest-dev/664/
Started by user girba [workspace] $ /bin/sh -xe /tmp/hudson5079168647777384641.sh
- rm -rf <
http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose%3E < http://hudson.moosetechnology.org/job/moose-latest-dev/ws/moose-tests%3E < http://hudson.moosetechnology.org/job/moose-latest-dev/664/artifact/moose_su...
- /srv/hudson.moosetechnology.org/builder/build.sh -i Pharo-1.3 -s
moose -s glamorous-theme -s glamorous-toolkit -s moose-clean -s cleanupforrelease -o moose build.sh: error loading code (/srv/pharo/coglinux2382/squeak)
*** Warning: Warning: This package depends on the following classes: MalLattice You must resolve these dependencies before you will be able to load these definitions: MalLattice>>viewLattice:
Recording test results Archiving artifacts
--
www.tudorgirba.com
"Every thing has its own flow"
--
www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev