[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-123) Use mkdirs instead of mkdir to create necessary parent directory in the DirectoryProviderHelper

pierre-yves (JIRA) noreply at atlassian.com
Mon Oct 1 08:11:25 EDT 2007


Use mkdirs instead of mkdir to create necessary parent directory in the DirectoryProviderHelper 
------------------------------------------------------------------------------------------------

                 Key: HSEARCH-123
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-123
             Project: Hibernate Search
          Issue Type: Bug
          Components: directory provider
    Affects Versions: 3.0.0.GA
            Reporter: pierre-yves
            Priority: Minor


If the sourceBase directory does not exist, and the parent directory of source base doesn't exist either it would fail.
Use mkdirs instead of mkdir method, to create necessary parent directories.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list