Re: [daemon] How is commons daemon project status?

2008-05-28 Thread Bill Barker
>"Kirst Martin Wolfgang" <[EMAIL PROTECTED]> wrote in message > >news:[EMAIL PROTECTED] >Hello, > >I've checked out commons daemon from trunk today and got "prunsrv.exe" >to compile and working just fine in my tests. > >How is the status of this project? Is it somehow safe to use it in some >kind

Re: [all] m2 releases, common issues

2008-05-28 Thread Niall Pemberton
On Wed, May 28, 2008 at 10:35 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Rahul Akolkar wrote: >> >> Thought I'd make a list of m2 issues I encountered while releasing, >> with the intent of saving time for others who may see similar >> behavior(s): >> >> 1) Site plugin doesn't pick up server

Re: [all] m2 releases, common issues

2008-05-28 Thread Dennis Lundberg
Rahul Akolkar wrote: Thought I'd make a list of m2 issues I encountered while releasing, with the intent of saving time for others who may see similar behavior(s): 1) Site plugin doesn't pick up server configuration (if you need / in the settings.xml for site deploys). See MSITE-25 [1]. Patches

[all] m2 releases, common issues

2008-05-28 Thread Rahul Akolkar
Thought I'd make a list of m2 issues I encountered while releasing, with the intent of saving time for others who may see similar behavior(s): 1) Site plugin doesn't pick up server configuration (if you need / in the settings.xml for site deploys). See MSITE-25 [1]. Patches have been applied (than

Re: Deploying a snapshot

2008-05-28 Thread simon
On Wed, 2008-05-28 at 11:49 -0700, Henri Yandell wrote: > On Wed, May 28, 2008 at 9:52 AM, Russel Winder > <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-05-28 at 09:04 -0700, Henri Yandell wrote: > > > >> Thanks - currently it gets to the password prompt and then refuses to > >> accept my password.

Re: Deploying a snapshot

2008-05-28 Thread Henri Yandell
On Wed, May 28, 2008 at 9:52 AM, Russel Winder <[EMAIL PROTECTED]> wrote: > On Wed, 2008-05-28 at 09:04 -0700, Henri Yandell wrote: > >> Thanks - currently it gets to the password prompt and then refuses to >> accept my password. Do I need something in ~/.m2/settings.xml? >> Currently I don't have

Re: Deploying a snapshot

2008-05-28 Thread Russel Winder
On Wed, 2008-05-28 at 09:04 -0700, Henri Yandell wrote: > Thanks - currently it gets to the password prompt and then refuses to > accept my password. Do I need something in ~/.m2/settings.xml? > Currently I don't have one. You will definitely need a ~/.m2/settings.xml and it needs an entry such a

Re: Deploying a snapshot

2008-05-28 Thread Henri Yandell
On Wed, May 28, 2008 at 7:38 AM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 5/28/08, Henri Yandell <[EMAIL PROTECTED]> wrote: >> I ask this every time I think, and yet can never find it in the archives. >> >> How do I deploy a snapshot version of something? >> > > > mvn -Prc deploy > > * Bits

Re: Deploying a snapshot

2008-05-28 Thread Rahul Akolkar
On 5/28/08, Henri Yandell <[EMAIL PROTECTED]> wrote: > I ask this every time I think, and yet can never find it in the archives. > > How do I deploy a snapshot version of something? > mvn -Prc deploy * Bits will go to the m2-snap-repo on people (if version is a snapshot, as you indicate above)

Re: [CLI] svn commit: r660860 - /commons/proper/cli/trunk/pom.xml

2008-05-28 Thread Rahul Akolkar
On 5/28/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: bayard > Date: Wed May 28 01:38:06 2008 > New Revision: 660860 > > URL: http://svn.apache.org/viewvc?rev=660860&view=rev > Log: > Never released, so might as well be org.apache.commons > > Modified: > commons/proper/cli/tr

Re: [lang] NullSafe (a lightweight EqualsBuilder)

2008-05-28 Thread Emmanuel Bourg
I think you can achieve the same result with ComparatorUtils from Commons Collections: Comparator comp = ComparatorUtils.nullHighComparator(comparator); comp.compare(o1, o2); But a similar method in ObjectUtils would be useful. Emmanuel Bourg Julius Davies a écrit : ObjectUtils.equals() is

Deploying a snapshot

2008-05-28 Thread Henri Yandell
I ask this every time I think, and yet can never find it in the archives. How do I deploy a snapshot version of something? Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NET-220 Tftpserver thread safety - OK to apply the patch?

2008-05-28 Thread Niklas Gustavsson
On Tue, May 27, 2008 at 1:00 PM, sebb <[EMAIL PROTECTED]> wrote: > https://issues.apache.org/jira/browse/NET-220 is about thread safety > of TftpServer. > > Can the patch be applied? > I'm happy to do it. Looks good to me. +1. > I don't think NET 2.0 should be released without fixing this (either