You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Download the latest 3.1 Seaside with Pharo from the Seaside website at
http://www.seaside.st/distributions/Seaside-3.1-OneClick.zip
2. After starting it, attempt to use
http://localhost:8080/tools/versionuploader to upload a Monticello version file
using the "Load" button (after selecting an appropriate *.mcz file).
What is the expected output? What do you see instead?
The Monticello version file should load and appear in the list of "Loaded versions".
Instead of that, I got a Seaside Walkback that said: "MessageNotUnderstood: WAFile>>contents".
What version of the product are you using? On what operating system?
Seaside 3.1.0 for Pharo under Mac and Linux obtained from the Seaside site.
Please provide any additional information below.
When I added a "contents" instance method to WAFile which simply returned the instance variable contents, I was then immediately able to upload the version file for a test app, which then showed up in "Loaded versions list".
Original issue reported on code.google.com by pdfernh...@kurtz-fernhout.com on 11 Feb 2014 at 1:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
pdfernh...@kurtz-fernhout.com
on 11 Feb 2014 at 1:14The text was updated successfully, but these errors were encountered: