[ 
https://issues.apache.org/jira/browse/OFBIZ-11124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-11124.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 18.12.01
                   16.11.06
                   17.12.01

Thanks Jayansh,

Your patch is in
trunk r1862045
R18 rr1862047
R17 rr1862048
R16 rr1862049



> Allow to create single file if both directory and filename is provided by user
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-11124
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11124
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework/webtools
>            Reporter: Jayansh Shinde
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: 17.12.01, 16.11.06, 18.12.01
>
>         Attachments: OFBIZ-11124.patch, 
> OFBiz-Web-Tools-XML-Data-Export_BothFilenameAndDir.png
>
>
> As reported by Jacques
> "Actually the path is missing in line 191 (same for XML, line 190) for 
> Windows to work:
> {{writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(new 
> FileOutputStream(outpath + "/" + filename), "UTF-8")))}}
> I also think it should be used for *nix OS, else the file is always written 
> at OFBiz root"
>  
> If user provided file name and output directory in that case the entity xml 
> files are generated at both locations.
> As in attached image we have files created at both locations, i.e. at root we 
> have test.xml and in user provided output directory we have multiple files 
> with _[entityname]_.xml. 
> The expected change would be if user provided both output directory and 
> filename then file should be created in given directory with given filename.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to