feenkcom / jdt2famix

Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
https://gtoolkit.com
Eclipse Public License 1.0
37 stars 22 forks source link

Define output path for jdt2famix #37

Open alexlehn opened 7 years ago

alexlehn commented 7 years ago

The output of the invocation of com.feenk.jdt2famix.injava.Main is generated in the current working directory. So if jdt2famix is integrated in a build of a greater project this leads to manually (or scripted) copy the ouput files '.ipr', '.iws' and '*.msi'. It would be great if the jdt2famix has something like an output path argument like

$jdt2famix --output [PATH]