See <https://ci.inria.fr/moose/job/moose-latest-dev-4.8/1241/>
------------------------------------------
Started by timer
Started by upstream project "fame" build number 215
originally caused by:
Started by timer
Started by upstream project "graph-et" build number 51
originally caused by:
Started by timer
Started by upstream project "glamour" build number 337
originally caused by:
Started by timer
Started by upstream project "gtoolkit" build number 395
originally caused by:
Started by timer
Building remotely on moose-slave in workspace <https://ci.inria.fr/moose/job/moose-latest-dev-4.8/ws/>
Deleting project workspace... done
[moose-latest-dev-4.8] $ /bin/sh -xe /tmp/hudson3529985657416679134.sh
+ bash
+ wget --quiet -O - http://get.pharo.org/20+vmLatest
Downloading the latest 20 Image:
http://files.pharo.org/image/20/latest.zip
Pharo.image
Downloading the latest pharoVM:
http://files.pharo.org/vm/pharo/linux/latest.zip
pharo-vm/pharo
Downloading PharoV10.sources:
http://files.pharo.org/sources//PharoV10.sources.zip
Downloading PharoV20.sources:
http://files.pharo.org/sources//PharoV20.sources.zip
Creating starter scripts pharo and pharo-ui
+ ./pharo Pharo.image save moose-latest-dev-4.8
+ REPO=http://www.smalltalkhub.com/mc/Moose/Moose/main
+ ./pharo moose-latest-dev-4.8.image config http://www.smalltalkhub.com/mc/Moose/Moose/main ConfigurationOfMoose --install=development
[31m[33m
===============================================================================
Notice: Installing ConfigurationOfMoose development
===============================================================================
[0m[0m[31m==== Startup Error: Error: Could not resolve: ConfigurationOfCommandShell [ConfigurationOfCommandShell] in <https://ci.inria.fr/moose/job/moose-latest-dev-4.8/ws/package-cache> http://www.squeaksource.com/MetacelloRepository ERROR: 'GoferRepositoryError: Could not access http://www.squeaksource.com/MetacelloRepository: ZnHttpUnsuccessful: 503 Service Temporarily Unavailable'
[0mMetacelloFetchingMCSpecLoader(Object)>>error:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>retryingResolvePackageSpecReferences:gofer:
MetacelloFetchingMCSpecLoader>>linearLoadPackageSpec:gofer: in Block: [| references nearestReference cachedReference ext...etc...
MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]
BlockClosure>>ensure:
RPackageSet class>>withCacheDo:
MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...
BlockClosure>>cull:
Job>>run in Block: [result := block cull: self]
BlockClosure>>on:do:
Job>>run in Block: [self prepareForRunning....
BlockClosure>>ensure:
Job>>run
NonInteractiveUIManager(UIManager)>>displayProgress:from:to:during:
ByteString(String)>>displayProgressFrom:to:during:
MetacelloPharoPlatform>>do:displaying:
MetacelloFetchingMCSpecLoader>>linearLoadPackageSpec:gofer:
MetacelloPackageSpec>>loadUsing:gofer:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]
Array(SequenceableCollection)>>do:
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:
MetacelloFetchingMCSpecLoader>>explicitLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...
BlockClosure>>ensure:
MetacelloLoaderPolicy>>pushLoadDirective:during:
MetacelloLoaderPolicy>>pushExplicitLoadDirectivesDuring:for:
MetacelloFetchingMCSpecLoader>>explicitLoadPackageSpecs:repositories:
MetacelloPackageSpec>>explicitLoadUsing:
MetacelloPackageSpec>>loadUsing: in Block: [self explicitLoadUsing: mcLoader]
MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>doingLoads:
MetacelloPackageSpec>>loadUsing:
[0m[31mGot startup errors:
[0m[31m Error: Could not resolve: ConfigurationOfCommandShell [ConfigurationOfCommandShell] in <https://ci.inria.fr/moose/job/moose-latest-dev-4.8/ws/package-cache> http://www.squeaksource.com/MetacelloRepository ERROR: 'GoferRepositoryError: Could not access http://www.squeaksource.com/MetacelloRepository: ZnHttpUnsuccessful: 503 Service Temporarily Unavailable'
[0mBuild step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Hello,
When creating a visualization with Roassal in a Glamour browser, the popup
view is shown behind the entity on which popup is invoked. Here is the code
to reproduce:
| browser |
browser := GLMTabulator withStatusbar.
browser column: #visu.
browser transmit to: #visu; andShow: [ :a |
a roassal
painting: [:view :number |
| popupView inner aView outerElement|
popupView := ROView new.
aView := view raw.
outerElement := (ROElement on: 'Outer').
popupView add: (ROElement new extent: 50@50; model: 'popup')+ (ROBox new
color: Color blue).
inner := (ROElement sprite) + (ROBox new borderWidth: 1; color: (Color
gray: 0.9)); extent: 150@100.
outerElement add: inner.
inner @ (ROPopupView new view: popupView).
aView add: outerElement.
]].
browser openOn: 42.
Although the problem does not occur without Glamour:
| popupView inner aView outerElement|
popupView := ROView new.
aView := ROView new.
outerElement := (ROElement on: 'Outer').
popupView add: (ROElement new extent: 50@50; model: 'popup')+ (ROBox new
color: Color blue).
inner := (ROElement sprite) + (ROBox new borderWidth: 1; color: (Color
gray: 0.9)); extent: 150@100.
outerElement add: inner.
inner @ (ROPopupView new view: popupView).
aView add: outerElement.
aView open
Is this a bug or do I need to set some property for my nodes?
tx,
Usman
[image: Inline image 8][image: Inline image 7][image: Inline image 6][image:
Inline image 5]
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 982 by damien.c...(a)gmail.com: [Metaceller] Doesn't refresh
configurations when clicking on refresh
http://code.google.com/p/moose-technology/issues/detail?id=982
In the left pane of Metaceller is a refresh button. If I open Metaceller,
load a configuration from monticello, and click this button, I don't see
any change in this pane. I have to close Metaceller and open it again.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-GlamorousToolkit
New issue 983 by damien.c...(a)gmail.com: [Metaceller] Doesn't load the
dependent configurations
http://code.google.com/p/moose-technology/issues/detail?id=983
I'm having a look at the ConfigurationOfPierVoyage in Metaceller. When I
look at this configuration, I do not see all the
transitive dependencies. For example, I see that PierVoyage depends on
Pier3, but not that Pier3 depends on Magritte3.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
I am building a visualization in which nodes are layout'd one on top of the other (e.g., a tree map). Thus while I place the nodes I incrementally increment a variable (i.e., the level) and set their #zIndex accordingly so that are placed in the correct way.
I want my nodes to have a popup, thus I am adding @ ROPopup when I construct the ROElement. Unfortunately the ROPopup, even though I assigned a higher zIndex to it, seems not to obey to the z-ordering.
Any help?
Thanks in advance,
R
Hi Roberto,
I saw your tweet about a new treemap implementation for Roassal.
One of the main usages of a treemap is the possibility to highlight
something on it. The current implementation does not allow it. Did you
consider that in your work?
Also, are you implementing it as a layout, or as a builder?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
As planned before, I now removed Mondrian from the configuration of Glamour
and Mondrian.
I also pointed OSProcess to load from the MetaRepoForPharo2, but it seems
that the OSProcess tests fail in our image :( :
https://ci.inria.fr/moose/job/moose-latest-dev-4.8/
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi guys,
For those working in information retrieval, for example for doing td-idf
ranking, you can find adapted packages: "Hapax" and "CodeFu" in the
BioSmalltalk repository http://ss3.gemstone.com/ss/BioSmalltalk.html . I
have translated some VW specific code to Pharo 1.4 (under Windows
requires the ProcessWrapper package) and adapted some Hapax methods to
work with corpus in different languages.
This is an example script for a corpus in Spanish:
| corpus tdm documents |
corpus := HXSpanishCorpus new.
documents := 'el rÃo Danubio pasa por Viena, su color es azul
el caudal de un rÃo asciende en Invierno
el rÃo Rhin y el rÃo Danubio tienen mucho caudal
si un rÃo es navegable, es porque tiene mucho caudal'.
documents lines doWithIndex: [: doc : index |
corpus
addDocument: index asString
with: (Terms new
addString: doc
using: CamelcaseScanner;
yourself)].
corpus removeStopwords.
corpus stemAll.
tdm := TermDocumentMatrix on: corpus.
Feel free to integrate to any repository. If you want to add a language
just see methods with selectors including "spanish".
Cheers,
Hernán