Reduce the number of required -D defines by using System.setProperty() in the 
appropriate places
------------------------------------------------------------------------------------------------

                 Key: CONNECTORS-51
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-51
             Project: Lucene Connector Framework
          Issue Type: Improvement
          Components: JCIFS connector
            Reporter: Karl Wright
            Priority: Minor


The JCIFS connector requires a fair number of -D switches in the java startup 
in order to do the right things.  This is largely because jcifs.jar is 
constructed this way.  It may be possible, however, to eliminate these -D's by 
judicious static use of System.setProperty() within the appropriate connector 
class, provided we presume that jcifs classes will never be loaded prior to the 
jcifs connector classes being loaded.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to