[jira] [Commented] (LUCENENET-446) Make Lucene.Net CLS Compliant

2012-07-21 Thread michael herndon (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419956#comment-13419956 ] michael herndon commented on LUCENENET-446: --- That is probably fine for now. W

Re: build scripts

2012-07-21 Thread Michael Herndon
you would need create a build variable for the .net framework version parameter for msbuild and have it run a second build and switch out the version. On Sat, Jul 21, 2012 at 3:08 PM, Prescott Nasser wrote: > > > > > There was a commit for updating the build scripts - is there a command I > can r

RE: Outstanding issues for 3.0.3

2012-07-21 Thread Prescott Nasser
Alright, I'll hold off a bit. > Date: Sat, 21 Jul 2012 22:59:32 +0300 > Subject: Re: Outstanding issues for 3.0.3 > From: ita...@code972.com > To: lucene-net-u...@lucene.apache.org > CC: lucene-net-dev@lucene.apache.org > > Actually there was some clean up

Re: Outstanding issues for 3.0.3

2012-07-21 Thread Itamar Syn-Hershko
Actually there was some clean up work I started doing and would want to complete, and also sign off on the suspected corruption issue we raised. I'm afraid I won't have much time this week to properly do all that, but I'll keep you posted. On Sat, Jul 21, 2012 at 10:20 PM, Prescott Nasser wrote:

FW: [VOTE] Apache Lucene.Net graduation from the incubator

2012-07-21 Thread Prescott Nasser
I've called a vote on the general incubator for our graduation: > From: geobmx...@hotmail.com > To: gene...@incubator.apache.org > Subject: [VOTE] Apache Lucene.Net graduation from the incubator > Date: Sat, 21 Jul 2012 12:40:53 -0700 > > > Hey all, > > Th

RE: Outstanding issues for 3.0.3

2012-07-21 Thread Prescott Nasser
Alright, latest patch fixed what could be done with the cls issues at present. With that, I think we are ready to roll with a release. If people could please take some time to run all the test as well as whatever other tests they might run. We've had some issues with tests only happening on som

[jira] [Commented] (LUCENENET-446) Make Lucene.Net CLS Compliant

2012-07-21 Thread Prescott Nasser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419915#comment-13419915 ] Prescott Nasser commented on LUCENENET-446: --- I changed most of these to inter

[jira] [Updated] (LUCENENET-446) Make Lucene.Net CLS Compliant

2012-07-21 Thread Prescott Nasser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser updated LUCENENET-446: -- Fix Version/s: Lucene.Net 3.6 Assignee: Prescott Nasser > Make Lucene.N

build scripts

2012-07-21 Thread Prescott Nasser
There was a commit for updating the build scripts - is there a command I can run to output both 4.0 and 3.5 binaries of everything?