Libraryless. Click here for Pure Java version (11321L/84K).
1 | svoid packageProgram(S outJarName, S programID, O... _) {
|
2 | packageProgram(javaxArtifactsDir(assertNempty(outJarName)), programID, _); |
3 | } |
4 | |
5 | svoid packageProgram(File outJar, S programID, O... _) {
|
6 | ProgramPackager p = new (outJar, programID); |
7 | optPar Cl<S> excludeSnippets; |
8 | p.excludeSnippets = excludeSnippets != null ? asSet(excludeSnippets) |
9 | : programPackager_standardExcludedSnippets(); |
10 | p.go(); |
11 | exitIfMain(); |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025014 |
| Snippet name: | packageProgram |
| Eternal ID of this version: | #1025014/6 |
| Text MD5: | e087d69b3b6f6c2216a566f41e3e5ba9 |
| Transpilation MD5: | 6708a33dffa85bcff5debe02c6c338ad |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-01 12:07:47 |
| Source code size: | 433 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 508 / 676 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |