Category: | Bug report |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I have used the JCIFS library from http://jcifs.samba.org/ to implement the saving of generated reports to a file server, instead of the report server. I have attached the patch file. If you have any questions please let me know as this is the first patch file i have ever created. i tested it and it seamed to work when applying it to the original source tree.
The database needs to be updated with
alter table JIReportJobRepoDest ADD COLUMN only_CIFS boolean;
alter table JIReportJobRepoDest ADD COLUMN save_To_CIFS boolean;
Lucas
1 Comment:
We really want to make this whole area pluggable, so that people can do what they want with the output. The idea is to make the output management extensible like we do with custom data sources. Then this JCIFS functionality would be an option.