[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-452?pag...
]
Sanne Grinovero updated HSEARCH-452:
------------------------------------
Fix Version/s: 3.2.0.Beta2
3.1.2
Summary: FSMasterDirectoryProvider: typo in marker file name (Stephan Bublava)
(was: FSMasterDirectoryProvider: typo in marker file name)
FSMasterDirectoryProvider: typo in marker file name (Stephan
Bublava)
---------------------------------------------------------------------
Key: HSEARCH-452
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-452
Project: Hibernate Search
Issue Type: Bug
Components: directory provider
Affects Versions: 3.1.1.GA
Reporter: Stephan Bublava
Assignee: Sanne Grinovero
Fix For: 3.1.2, 3.2.0.Beta2
FSMasterDirectoryProvider.start() contains this code:
new File( sourceDir, "current1 ").delete();
new File( sourceDir, "current2" ).delete();
The space in "current1 " is wrong.
According to
http://anonsvn.jboss.org/repos/hibernate/search/trunk/src/main/java/org/h...
this error is also present in the latest version.
See
https://forum.hibernate.org/viewtopic.php?f=9&t=1002385 for details.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira