Faculty of Information Technology
Software Engineering Group

Opened 9 years ago

Last modified 9 years ago

#22 new todo

Support for simpler package deployment

Reported by: Jan Vrany Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description

Deploying Smalltalk/X package should be simpler, ideally one file like in Java or GNU Smalltalk. The file should include code, source (if desired), reources (translations, icons, ...)

There are two options:

  • Bundle all files into single .zip file, including .dll/.so. Maybe it could be compatible with .mcz as used by squeak/pharo.
  • Deploy as single .dll/.so and add ZIP archive with sources and other resources as a data section to that .dll/.so.

Change History (1)

Note: See TracTickets for help on using tickets.