Opened 15 years ago
Closed 15 years ago
#128 closed defect (fixed)
ABCL command line processing should terminate with '--'
| Reported by: | Mark Evenson | Owned by: | Mark Evenson |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | java | Version: | |
| Keywords: | Cc: | ||
| Parent Tickets: |
Description
Didier writes from <http://www.didierverna.com/sciblog/index.php?post/2011/01/22/Towards-ABCL-Standalone-Executables>:
Nope because ABCL will still eat options it recognizes as its own, even after "--". In fact, I don't think ABCL has any notion of a double hyphen. Besides, it doesn't help you build a complete application in a JAR file, which was really my point.
Change History (3)
comment:1 Changed 15 years ago by
| Component: | CLOS → java |
|---|---|
| Milestone: | → 0.25 |
| Owner: | changed from somebody to Mark Evenson |
| Status: | new → assigned |
comment:2 Changed 15 years ago by
| Priority: | major → minor |
|---|
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Corrected by r13226.