Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 484198

Summary: rename output file generated by dot
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: 4.0.0 / 3.11.0 (Neon) M4   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
484198-rename-output-file-generated-by-dot nyssen: iplog+

Description Tamas Miklossy CLA 2015-12-11 06:47:48 EST
Currently the output file generated by the "Sync Graphviz Export" has the following format: <inputFileName>.dot.<exportFormat>.

This format should be changed to <inputFileName>.<exportFormat>.

Example:
input file:  styled_graph.dot
output file (current): styled_graph.dot.pdf
output file (should): styled_graph.pdf
Comment 1 Tamas Miklossy CLA 2015-12-11 06:56:33 EST
Created attachment 258611 [details]
484198-rename-output-file-generated-by-dot

I took a look at this issue, adapted the implemetation and uploaded the corresponding patch:
[484198] rename output file generated by dot 

rename output file generated by dot from
<inputFileName>.dot.<exportFormat> to <inputFileName>.<exportFormat>

Hereby I confirm that my contribution complies with https://www.eclipse.org/legal/CoO.php.
Comment 2 Alexander Nyßen CLA 2015-12-14 12:40:41 EST
Thanks Tamas! I applied your patch and resolve this as fixed in 3.11.0 M4.