[#1332] - Added In CIFS/SMB file sace abiltiy

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

AttachmentSize
File patch.patch36.94 KB
lblancher's picture
Joined: Apr 9 2008 - 8:02am
Last seen: 2 years 5 months ago

1 Comment:

#1

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.

Feedback