Kogie / xdocreport

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

Main class from Tools ignores the -jsonFile parameter #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use the class fr.opensagres.xdocreport.document.tools.Main

What is the expected output? What do you see instead?
An output with the data provided in the -jsonFile parameter

What version of the product are you using? On what operating system?
Current master (b4ba7baa28539ff5699333a6b0b0fba0ddae04d7)

Please provide any additional information below.
Providing a nonexistent filename doesn't raise an exception.
The -jsonFile parameter seems completely ignored when looking at the source of
http://code.google.com/p/xdocreport/source/browse/document/fr.opensagres.xdocrep
ort.document.tools/src/main/java/fr/opensagres/xdocreport/document/tools/Main.ja
va

Original issue reported on code.google.com by silviot on 29 Nov 2012 at 2:14

GoogleCodeExporter commented 9 years ago
The -jsonFile parameter is deprecated (I will remove it). Please use -dataDir 
parameter  which is a folder which contains your json files.

Please not Silvio that I have started the REST Reporting service and I will 
deploy it soon.

Regards Angelo

Original comment by angelo.z...@gmail.com on 29 Nov 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Problem is fixed, -jsonFile parameter is removed.

Original comment by angelo.z...@gmail.com on 12 Dec 2012 at 6:35