17 Commits

Author SHA1 Message Date
891bb03169 Replace the generated jar atomically
Fixes #8

This change creates a temporary file in the directory of the target jar.
The temporary file contains the generated jar and is atomically
renamed to the actual jar.

Thanks to @arfan for reporting this bug.
2018-01-17 16:47:47 +01:00
e3ed04cfbf Run lint tools 2016-11-12 22:08:30 +01:00
6e81294963 Renamed scanDir to sourceDir, reworked sourcedir test. 2016-04-13 16:20:24 -06:00
0f3a4b7b8f Added test for scan directory feature and updated readme. 2016-04-12 09:23:20 -06:00
89978e2427 Fixed tests. 2016-04-11 11:06:04 -06:00
ba1a7e0845 Implemented ability to scan an additional directory for Java files to include in the jar. 2016-04-11 09:36:21 -06:00
2ea1efcbb0 Update README to mention Linux support 2016-03-28 20:18:41 +02:00
b4b8a3bf54 Add travis badge 2016-03-28 20:13:19 +02:00
1daf1c855f Travis configuration 2016-03-28 19:57:19 +02:00
7a0cf30d95 Gofmt 2016-03-28 17:23:28 +02:00
94abcd0da0 A slightly better README 2016-03-27 22:36:00 +02:00
6242d44cb8 Use a build subcommand 2016-03-27 22:23:13 +02:00
f89a333404 Convert to a binary 2016-03-27 22:19:24 +02:00
9f558187aa all tests pass + System.exit to force exit from tests 2016-03-27 20:32:23 +02:00
b92c92867f tests: fix string comparison + regex matching 2016-03-27 20:14:38 +02:00
b7b4d886f1 test- keep jars in the temp dir 2016-03-27 19:55:17 +02:00
327d3f573c Initial commit with a working build.
Some of the tests are failing.
2016-03-27 19:53:45 +02:00