jamesoliverband / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Improve Batch mode to convert multiple files #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Batch mode should be improved to allow conversion of multiple files using 
wildcards (* and ?)

The output parameter can also be a directory.

Original issue reported on code.google.com by AFDiaX on 21 Jul 2012 at 11:16

GoogleCodeExporter commented 9 years ago
r197 and r200 changed the batchmode to the following:

1.) Wildcards in -filename are allowed (eg: -filename=C:\*.uxf)
2.) -output also accepts directories (eg: -output=C:\out). A directory must 
exist to be used as parameter, otherwise it will be interpreted as filename

If you convert more than 1 file at once, it is recommended that you will use 
-output only with a directory or not at all. Using eg -output=c:\out.pdf will 
overwrite this file for each of the input files

Original comment by AFDiaX on 21 Jul 2012 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by AFDiaX on 27 Jul 2012 at 4:37