Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Novice
Description
It would be great to be able to override the compileJavaSrc()-method in order to define a custom compiler, such as the eclipse compiler. This would remove the dependency of the jdk and the DynamcClientFactory could be used on any client-machine.
In order to do so it would be necessary to change the mehtod signature: remove the static-property (no need for) and make set visibilty to protected. A solution is attached in the patch.
Regards.