1 | // returns compiler output |
2 | static S compileWholeDir(File srcDir, L<File> libraries, File classesDir) { |
3 | O j = getJavaX(); |
4 | //set(j, "javaTarget", "1.6"); |
5 | S compilerOutput = cast call(j, "compileJava", srcDir, libraries, mkdir(classesDir)); |
6 | ret compilerOutput; |
7 | } |
8 | |
9 | static S compileWholeDir(File srcDir, File classesDir) { |
10 | ret compileWholeDir(srcDir, emptylist(), classesDir); |
11 | } |
Began life as a copy of #1003939
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004005 |
Snippet name: | compileWholeDir - compile a whole directory (+subdirectories) of .java files |
Eternal ID of this version: | #1004005/1 |
Text MD5: | b100597c59e89e41b2c219f99f6ccbaa |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-03 16:53:23 |
Source code size: | 395 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 604 / 592 |
Referenced in: | [show references] |