Re: [Lucene.Net] Lucene.net nuget

2011-12-02 Thread Simone Chiaretta
; > > I would say include it, that way everything works "out of the box". >> > > >> > > >> > > >> > > > >> > > > I did a few changes: do I create a diff file and send it to someone? >> > > > >> >

Re: [Lucene.Net] Lucene.net nuget

2011-12-02 Thread Simone Chiaretta
t; > > I would say include it, that way everything works "out of the box". > > > > > > > > > > > > > > > > > I did a few changes: do I create a diff file and send it to someone? > > > > > > > > > > > > > What do

Re: [Lucene.Net] Lucene.net nuget

2011-12-02 Thread Simone Chiaretta
uld send them to me, or attach > them to a JIRA > > > > > > Thanks Simone for tackling this > > > > ~Prescott > > > > Date: Fri, 2 Dec 2011 00:24:28 +0100 > > From: simone.chiare...@gmail.com > > To: lucen

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
I guess you could send them to me, or attach them to a JIRA Thanks Simone for tackling this ~Prescott > Date: Fri, 2 Dec 2011 00:24:28 +0100 > From: simone.chiare...@gmail.com > To: lucene-net-dev@lucene.apache.org > Subject: Re: [Luc

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
So, I created the packages using the binary release available on the official site, but using the XML doc I got for building it on my machine. Please test them and let me know if you find any problem: http://dl.dropbox.com/u/5037284/Lucene.net-nuget/Lucene.2.9.4.1.zip To test them unzip to file s

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Good... no need to have another key... Simo --- Simone Chiaretta @simonech Sent from a tablet On 01/dic/2011, at 21:04, Michael Herndon wrote: > Keep in mind tho that having the token checked in somewhere in the source > repository is not a good idea b/c someone could use it and publish malware

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Michael Herndon
Keep in mind tho that having the token checked in somewhere in the source repository is not a good idea b/c someone could use it and publish malware or trojans under your identity. So unless the token is stored outside the source repository, it's not a good idea to have it in the CI. - stored in

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Added *pnasser* to all the nuget pkgs: Lucene Lucene.Contrib Lucene.Net.All Lucene.Net.Sample Lucene.Net.Contrib Any other nuget account I have to add as owner? The dependency graph I'm doing is (shown inverted here) - Lucene.net (strongly named assemby from apache site) - Lucene (empty

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Mine below On Thu, Dec 1, 2011 at 7:28 PM, Michael Herndon wrote: > On Thu, Dec 1, 2011 at 1:04 PM, Simone Chiaretta < > simone.chiare...@gmail.com > > wrote: > > > You mean a different impersonal Nuget account? > > > > yes. the goal of the impersonal account was to allow committers to push > nu

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Michael Herndon
there is actually registered for the lucene.net account for nuget.org. I'd suggest we use that one since the committers have access the credentials stored for the account. If others are ok with Simone taking lead on this, I can forward those credentials to him. On Thu, Dec 1, 2011 at 12:04 PM,

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
Userid: pnasser Sent from my Windows Phone From: Simone Chiaretta Sent: 12/1/2011 9:03 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.net nuget Ok, I'll starting working on them (the nuspecs files in build folder). When I get acce

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
From: Simone Chiaretta Sent: 12/1/2011 9:05 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Lucene.net nuget One last thing: the binaries are just of .NET 4.0? or do we have different bins of 2.0 and 4.0? Simone On Thu, Dec 1, 2011 at 6:03 PM, Simone Chiaretta wrote: >

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
One last thing: the binaries are just of .NET 4.0? or do we have different bins of 2.0 and 4.0? Simone On Thu, Dec 1, 2011 at 6:03 PM, Simone Chiaretta wrote: > Ok, I'll starting working on them (the nuspecs files in build folder). > When I get access to the Lucene.Net pkg id I'll upload them.

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Ok, I'll starting working on them (the nuspecs files in build folder). When I get access to the Lucene.Net pkg id I'll upload them. If you give me your nuget gallery username I'll add you to the package owners. I'll also contact all other projects that are referencing to Lucene to tell them to up

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
> - Lucene.Net to contain the core > - Lucene.Contrib to contain the contrib and dep on Lucene.Net (there is > no point in shipping contrib alone) > - Lucene.Net.Sample to contain some samples (and a reference to > Lucene.Net) +1 > - Lucene: either empty with just a reference to Lucene.Net o

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Guys, if you want I can take ownership of the whole NuGet thing, from getting hold of the right package id, to publishing the nuget pkgs, and maybe adding a quickstart pkg Let me know if it's ok, or someone is already working on that. Simone On Thu, Dec 1, 2011 at 3:58 PM, Michael Herndon wrote:

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Michael Herndon
if you look inside of trunk/build/scripts/ there are three nuspecs under their respective folder names. all, contrib, and core. all is basically a dependency on contrib & core. On Thu, Dec 1, 2011 at 4:06 AM, Prescott Nasser wrote: > > We also discussed a contrib package - but we never

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
c 2011 10:23:19 +0100 >> > From: simone.chiare...@gmail.com >> > To: lucene-net-dev@lucene.apache.org >> > Subject: Re: [Lucene.Net] Lucene.net nuget >> > >> > So, no access to that packages via admin to delete them? >> > Shall I contact someone

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
Thanks! > Date: Thu, 1 Dec 2011 10:28:43 +0100 > From: simone.chiare...@gmail.com > To: lucene-net-dev@lucene.apache.org > Subject: Re: [Lucene.Net] Lucene.net nuget > > Sure, will contact Phil > > On Thu, Dec 1, 2011 at 10:26 A

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
Net and got shot down > > > > > > Date: Thu, 1 Dec 2011 10:23:19 +0100 > > From: simone.chiare...@gmail.com > > To: lucene-net-dev@lucene.apache.org > > Subject: Re: [Lucene.Net] Lucene.net nuget > > > > So, no access to that packages vi

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
The other weird thing is that if I try to contact "the owner" of the package it says "no owner for this package" Simo On Thu, Dec 1, 2011 at 10:23 AM, Simone Chiaretta < simone.chiare...@gmail.com> wrote: > So, no access to that packages via admin to delete them? > Shall I contact someone of the

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
chiare...@gmail.com > To: lucene-net-dev@lucene.apache.org > Subject: Re: [Lucene.Net] Lucene.net nuget > > So, no access to that packages via admin to delete them? > Shall I contact someone of the nuget team to sort that out? > > Simone > > On Thu, Dec 1, 2011 at 10:21 AM, Stefan Bo

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
So, no access to that packages via admin to delete them? Shall I contact someone of the nuget team to sort that out? Simone On Thu, Dec 1, 2011 at 10:21 AM, Stefan Bodewig wrote: > On 2011-12-01, Simone Chiaretta wrote: > > > Currently there is a bit of confusion in the list of packages: > > >

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Stefan Bodewig
On 2011-12-01, Simone Chiaretta wrote: > Currently there is a bit of confusion in the list of packages: >- There is "Lucene" with project id "lucene"by Apache SF relased on jan >11 frozen on version 2.9.2.2 http://nuget.org/List/Packages/Lucene >- There is "Lucene.Net - (strong named

Re: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Simone Chiaretta
I saw the current version is "strongly signed", that's why I added it. Usually none releases signed versions, because users usually sign them with their own key anyway, so if it was for me I'd skip that. For the next release it would be great to add a step to the build script so that the package i

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
We also discussed a contrib package - but we never really had a decision if we should be doing one package per contrib project or a single contrib project. > Date: Thu, 1 Dec 2011 10:00:24 +0100 > From: simone.chiare...@gmail.com > To: lucene-net-dev@luc

RE: [Lucene.Net] Lucene.net nuget

2011-12-01 Thread Prescott Nasser
Sorry, I'm behind - just reading the Nuget Documentation now. I think we want to use "Lucene.Net", I agree with everything else, but I have no idea how to modify the other packages. I'm also not sure how to sign our our code base > now, in the .NET ecosystem of opensource librar