Re: Outstanding issues for 3.0.3

2012-07-09 Thread Christopher Currens
I've got it working, compiling and all test passing...The only caveat is that I'm not sure the best way to multi-target. It doesn't really work on a project level, so you'd have to create two separate projects, one for .NET 4 and the other for 3.5. To aid me, I wrote a small tool that creates

RE: Outstanding issues for 3.0.3

2012-07-09 Thread Prescott Nasser
What do you mean doesn't work at the project level? I created a different build target NET35 and then we had Debug and Release still, that seemed to work for me. But I feel like I'm missing something in your explaination. Good work though! Date: Mon, 9 Jul 2012 17:51:36 -0700 Subject: Re:

Re: Outstanding issues for 3.0.3

2012-07-09 Thread Christopher Currens
I can set a different build target, but I can't set the actual framework to 3.5 without doing it for all build configurations. On top of that, 3.5 needs System.Core to be referenced, which is done automatically in .NET 4 (I'm not sure if MSBuild v4 does it automatically?). I did kinda get it

Re: [VOTE] Apache Lucene.Net ready for graduation?

2012-07-09 Thread Ron Grabowski
+1 From: Prescott Nasser geobmx...@hotmail.com To: lucene-net-u...@lucene.apache.org; lucene-net-dev@lucene.apache.org Cc: gene...@incubator.apache.org Sent: Sunday, July 8, 2012 1:44 PM Subject: [VOTE] Apache Lucene.Net ready for graduation? Hey All, This

Re: [VOTE] Apache Lucene.Net ready for graduation?

2012-07-09 Thread Morten Jokumsen
+1 Sendt fra min iPad Den 08/07/2012 kl. 19.45 skrev Prescott Nasser geobmx...@hotmail.com: Hey All, This is the first step for graduation for the Apache Lucene.Net project (incubating of course..). We're taking a vote for the Lucene.Net community to see if the community is ready to

Re: [VOTE] Apache Lucene.Net ready for graduation?

2012-07-09 Thread Trevor Watson
+1 On 07/08/2012 1:44 PM, Prescott Nasser wrote: Hey All, This is the first step for graduation for the Apache Lucene.Net project (incubating of course..). We're taking a vote for the Lucene.Net community to see if the community is ready to govern itself as a top level project. Here is a

Re: [VOTE] Apache Lucene.Net ready for graduation?

2012-07-09 Thread Gregory Bell
+1 Prescott Nasser geobmx...@hotmail.com 09/07/2012 3:44 AM Hey All, This is the first step for graduation for the Apache Lucene.Net project (incubating of course..). We're taking a vote for the Lucene.Net community to see if the community is ready to govern itself as a top level project.

Re: Multi-targeting and .Net (WAS Outstanding issues for 3.0.3)

2012-07-09 Thread Rob Vesse
Hey Chris For multi-targeted stuff with .Net I've built some stuff that uses a small executable and NAnt to generate project files which can then be compiled with MSBuild. This technique is used extensively for dotNetRDF where we target up to 6 different framework profiles for some of our