You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2010/06/30 20:29:50 UTC

[jira] Created: (CONNECTORS-51) Reduce the number of required -D defines by using System.setProperty() in the appropriate places

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.


[jira] Resolved: (CONNECTORS-51) Reduce the number of required -D defines by using System.setProperty() in the appropriate places

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-51.
-----------------------------------

      Assignee: Karl Wright
    Resolution: Fixed

r959748.



> 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
>            Assignee: 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.