Hi,
Until we get a proper configuration working and accepted, here is a script to make Roassal work with Athens:
MooseImageSetupCommandLineHandler new installFonts. "this depends on a Moose image" Gofer new smalltalkhubUser: 'Pharo' project: 'Athens'; package: 'ConfigurationOfAthens'; load. (Smalltalk at: #ConfigurationOfAthens) loadVersion: '2.1'. Gofer new smalltalkhubUser: 'ObjectProfile' project: 'Roassal'; package: 'RoassalAthens'; load. ROPlatform setCurrent: 'athens'.
Cheers, Doru