On Thu, Jun 6, 2013 at 4:26 PM, Sean P. DeNigris <sean(a)clipperadams.com> wrote:
Bump. Loading the stable version of Pier3 from
sqs/metacellorepository in
Pharo 2.0 only warns about using ImageSegment in the persistency package.
But the snippet from the OP (PRPierFrame registerAsApplication: 'pier'
kernel: PRPierFrame exampleEmpty .) still gives WARequestContextNotFound...
To make
PRKernel instanceNamed: 'default'
work, we have to replace includesSubString: by includesSubstring:
(PRExternalLink>>isValidReference:)
Then, you can create an empty pier instance by executing:
PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel
instanceNamed: 'default').
Still, there is a problem in PRContext>>urlOn: as that code depends on
Seaside 3.1 which is unstable. Can we make it depend on Seaside 3.0
instead ? Nick, do you have an idea?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill