V8.5 GUI program packaging problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

V8.5 GUI program packaging problem

Louis LaBrunda
Hi,

Happy holidays everyone.

I'm trying to package a GUI program that I have migrated from version 8.0.3 to 8.5.  Using the "Make Executable" button on the organizer window, I get the following packaging error:

Packaging Rule Error: Class variable NlsConfigurationFileName does not exist

Creation of a packaging rule by Core class>>#packagingRulesFor: failed. The message used to create the rule was:

#initializeClassVariable:to:inClassNamed:

The arguments used were:

(1) 'NlsConfigurationFileName'
(2) 'System startUpClass nlsConfigurationFileName'
(3) #EsImageStartUp

It seems #nlsConfigurationFileName is no-longer a method of EsImageStartUp.  But it is referenced indirectly by Core class>>packagingRulesFor:.  Does anyone have any ideas?  Have I not installed something correctly?

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/88zuVY0tl30J.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: V8.5 GUI program packaging problem

Marten Feldtmann-2
Have a look at:

https://groups.google.com/d/topic/va-smalltalk/H0dI_2pALxE/discussion

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/LSGriWoXMvQJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: V8.5 GUI program packaging problem

Louis LaBrunda
In reply to this post by Louis LaBrunda
Thanks Marten, that was it.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/WjpIgSbPgSUJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: V8.5 GUI program packaging problem

Louis LaBrunda
In reply to this post by Marten Feldtmann-2
Thanks Marten, that was it.

Lou

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/4aRa6pPX69EJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.