[jira] Commented: (LUCENENET-173) Makefile for *nix platforms to build Lucene.Net with Mono

2009-12-14 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790377#action_12790377 ] Robert Jordan commented on LUCENENET-173: - I'll look at this, but

[jira] Commented: (LUCENENET-324) System.TypeInitializationException on linux

2009-12-10 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788679#action_12788679 ] Robert Jordan commented on LUCENENET-324: - > How was this working wit

[jira] Commented: (LUCENENET-324) System.TypeInitializationException on linux

2009-12-09 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788315#action_12788315 ] Robert Jordan commented on LUCENENET-324: - GetEnvVar does not throw.

[jira] Commented: (LUCENENET-324) System.TypeInitializationException on linux

2009-12-09 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788244#action_12788244 ] Robert Jordan commented on LUCENENET-324: - Mono does not throw an exceptio

[jira] Commented: (LUCENENET-324) System.TypeInitializationException on linux

2009-12-09 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788191#action_12788191 ] Robert Jordan commented on LUCENENET-324: - The patch is invalid becaus

Re: SharpZipLib dependency

2009-11-26 Thread Robert Jordan
runenur wrote: Hey guys, I just tried to do a clean compile of the code base, and notices that there's a dependency to the SharpZipLib assembly. If this is a necessary dependency, why is the assembly not included in the svn repository? It is considered best practice to have all dependencies chec

Re: Don't send...

2009-11-16 Thread Robert Jordan
Mahdi Rahimi wrote: In the name of God. Hello Please don't send email about Jira issues for me and about updates. Have a look at the headers of this mail and send an email to the address the "List-Unsubscribe" header is pointing to. Robert

[jira] Updated: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-13 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Jordan updated LUCENENET-216: Attachment: FSDirectory-Sync-PlatformIndep2.patch FSDirectory-Sync-PlatformIndep2.patch

[jira] Updated: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-13 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Jordan updated LUCENENET-216: Attachment: (was: FSDirectory-Sync-PlatformIndep.patch) > FSDirectory.Sync Fix

[jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-13 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1211#action_1211 ] Robert Jordan commented on LUCENENET-216: - I'm on it. > FSDirect

[jira] Updated: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-12 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Jordan updated LUCENENET-216: Attachment: FSDirectory-Sync-PlatformIndep.patch The patch implements Sync() for Win

Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-11 Thread Robert Jordan
- Nick -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Robert Jordan Sent: Tuesday, November 10, 2009 11:41 AM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk Nicholas Paldino [.NE

Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-10 Thread Robert Jordan
...@ger.gmane.org] On Behalf Of Robert Jordan Sent: Tuesday, November 10, 2009 8:41 AM To: lucene-net-dev@incubator.apache.org Subject: Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk Nicholas Paldino [.NET/C# MVP] wrote: I disagree, since compile time

Re: [jira] Commented: (LUCENENET-216) FSDirectory.Sync Fix to Ensure Flush to Disk

2009-11-10 Thread Robert Jordan
Nicholas Paldino [.NET/C# MVP] wrote: I disagree, since compile time switches seem to be unfavorable moving forward (based on the comments), the alternative that would satisfy both concerns is to have a setting which indicates the Type which implements an interface which will perform the

Re: [VOTE] Graduate Lucene.Net as a subproject under Apache Lucene

2009-09-17 Thread Robert Jordan
+1 Graduate Lucene.Net as a sub-project under Apache Lucene. Robert

Re: Status/Todo (all in one place)

2009-08-19 Thread Robert Jordan
Robert Jordan wrote: When using Mono under Unix, calling FileStream.Flush() is sufficient because this method eventually calls fsync(2).. When using Mono under Windows, FileStream.Flush() will call the FlushFileBuffers() Win32 API. Unfortunately, the code is actually commented out, so Mono

Re: Status/Todo (all in one place)

2009-08-19 Thread Robert Jordan
Digy wrote: 1) File Descriptor syncing in FSDirectory.cs [System.Runtime.InteropServices.DllImport("kernel32")] public static extern int FlushFileBuffers(Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle); public static void Sync(FileStream fs) {

[jira] Commented: (LUCENENET-182) Public fields of StringIndex class should have C# like names

2009-05-19 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710889#action_12710889 ] Robert Jordan commented on LUCENENET-182: - Parameters were always part of

[jira] Commented: (LUCENENET-182) Public fields of StringIndex class should have C# like names

2009-05-19 Thread Robert Jordan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710849#action_12710849 ] Robert Jordan commented on LUCENENET-182: - - public StringI

Re: Makefile for *nix platforms to build Lucene.Net with Mono

2009-05-18 Thread Robert Jordan
no environment became apparent. For non Microsoft.NET platforms, it seems Java Lucene offers a better solution. -- Neal -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Robert Jordan Sent: Friday, May 15, 2009 8:52 PM To: lucene-net-dev@incubator.apache.org Subject:

Re: Makefile for *nix platforms to build Lucene.Net with Mono

2009-05-15 Thread Robert Jordan
Granroth, Neal V. wrote: The current prj2make appears to be broken. It throws a number of exceptions and does not produce a makefile from either the solution file or the project file. At the moment it looks like the only way to build a viable Lucene.Net with mono is to use MonoDevelop. prj2ma