Libraryless. Click here for Pure Java version (11321L/84K).
svoid packageProgram(S outJarName, S programID, O... _) { packageProgram(javaxArtifactsDir(assertNempty(outJarName)), programID, _); } svoid packageProgram(File outJar, S programID, O... _) { ProgramPackager p = new (outJar, programID); optPar Cl<S> excludeSnippets; p.excludeSnippets = excludeSnippets != null ? asSet(excludeSnippets) : programPackager_standardExcludedSnippets(); p.go(); exitIfMain(); }
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: | 505 / 671 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |