Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency warning when installing the SAR #249

Open
dubst3pp4 opened this issue Sep 20, 2018 · 0 comments
Open

Dependency warning when installing the SAR #249

dubst3pp4 opened this issue Sep 20, 2018 · 0 comments

Comments

@dubst3pp4
Copy link

I just tried to install Scamper, but I get the following warning when I install the SAR (via File List):

This package depends on the following classes:
  FormInputSet
You must resolve these dependencies before you will be able to load these definitions: 
  FormInputSetStub
  FormInputSetStub>>initialize
  FormInputSetStub>>submitAsync
  FormInputSetStub>>submittedCount

@krono told me, that changing the order of the first two lines of the preamble should solve the issue - and he's right ;-) So changing

self fileInMonticelloZipVersionNamed: 'Scamper.mcz'.
self fileInMonticelloZipVersionNamed: 'HTML.mcz'.

to

self fileInMonticelloZipVersionNamed: 'HTML.mcz'.
self fileInMonticelloZipVersionNamed: 'Scamper.mcz'.

works and lets me install the SAR without problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant