Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1033489 // extractProjectForLocalCompilation

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10922L/67K).

static File extractProjectForLocalCompilation(S programID, File/S destDir) {
  File tempZip = javaxCachesDir(psI(programID) + "-project.zip");
  zip2dir(projectForLocalCompilation(programID, tempZip), destDir);
  ret destDir;
}

Author comment

Began life as a copy of #1033487

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033489
Snippet name: extractProjectForLocalCompilation
Eternal ID of this version: #1033489/4
Text MD5: 06c618d2e168ae5ce1011540fe9f19c5
Transpilation MD5: 4def7821562b3af3f9a2c9e049af4f19
Author: stefan
Category: javax / compiling
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-29 09:31:41
Source code size: 231 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 95 / 147
Version history: 3 change(s)
Referenced in: [show references]