Isolate the complied Java classes into a target folder.
authorRomain Gilles <rgilles@github>
Thu, 25 Aug 2016 08:40:41 +0000 (10:40 +0200)
committerRomain Gilles <rgilles@github>
Thu, 25 Aug 2016 08:40:41 +0000 (10:40 +0200)
commitf96eb472b3b89c7464d6a3a0fd074218df0b0f4a
treef4b74e0903d899512383ff574ed218bfdcc8c107
parentc1b0abe079e441f238924c01cc7a51179d1cab07
Isolate the complied Java classes into a target folder.

It is a common practice to put all the compiled classes into a
dedicated folder in order to:
 - void to mixing the code and the complied classes
 - to allow a simple way to remove the complied classes
tests/JavaTest.sh