Opened 10 years ago
Last modified 17 months ago
#383 new enhancement
Build standalone JARs which contain additional application code
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | other | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Clojure ("lein uberjar") as well as jruby ("warbler jar") have facilities for creating a standalone JAR which contains the runtime plus application.
Other than creating the necessary assembly instructions, the only substantial problem would seem to be the need to further abstract the mechanism for finding ABCL-CONTRIB to something that could work on a pathname as well as an entire JAR.
Change History (14)
comment:1 Changed 8 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:3 Changed 6 years ago by
This feature has been partially implemented with the abcl-aio
("all in one") feature, added in <https://abcl.org/trac/changeset/14907> and <https://abcl.org/trac/changeset/14908> which combines the contents of abcl
and abcl-contrib
into a single jar.
See https://abcl.org/trac/ticket/442 for status of the documentation.
comment:6 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:11 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:12 Changed 21 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:13 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:14 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Ticket retargeted after milestone closed