Hi Alexandre,
That looks good. I ran into some trouble when trying this with multiple packages. The VW5PackageExporter is very specialized for Seaside. If it notices classes starting with WA or with a superclass starting with WA it adds Seaside to to the imports, and uses a hack on Behavior to add Seaside.
visualworksName ^ (#('WA' 'SU' 'CT') includes: (self name copyFrom: 1 to: 2)) ifTrue: ['Seaside.', self name] ifFalse: [self name]
I was able to work around that.
Stephan
Doru told me that there is a Monticello importer in VisualWorks, but I haven't tried it.
Cheers, Alexandre
On Sep 27, 2012, at 12:20 PM, Stephan Eggermont stephan@stack.nl wrote:
Hi Alexandre,
That looks good. I ran into some trouble when trying this with multiple packages. The VW5PackageExporter is very specialized for Seaside. If it notices classes starting with WA or with a superclass starting with WA it adds Seaside to to the imports, and uses a hack on Behavior to add Seaside.
visualworksName ^ (#('WA' 'SU' 'CT') includes: (self name copyFrom: 1 to: 2)) ifTrue: ['Seaside.', self name] ifFalse: [self name]
I was able to work around that.
Stephan _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev