Time for a companions release

2010-09-04 Thread Scott Deboy
I've wrapped up all of the Chainsaw changes I want to include in this
release.  Any feedback would be welcome.

Current tarball and DMG available here:  http://people.apache.org/~sdeboy/

Now it's time to get the Companions out the door.  There is no reason to
release the ZeroConf companion since ZeroConf support is built-in now, so we
may as well delete that.

Since I don't have the signing key stuff set up, does anyone have time to
work on this?  If not, I'll see what I can do.

Scott


Re: Time for a companions release

2010-09-04 Thread Curt Arnold
On my to-do list for the long weekend.


On Sep 4, 2010, at 10:56 AM, Scott Deboy wrote:

 I've wrapped up all of the Chainsaw changes I want to include in this 
 release.  Any feedback would be welcome.
 
 Current tarball and DMG available here:  http://people.apache.org/~sdeboy/
 
 Now it's time to get the Companions out the door.  There is no reason to 
 release the ZeroConf companion since ZeroConf support is built-in now, so we 
 may as well delete that.
 
 Since I don't have the signing key stuff set up, does anyone have time to 
 work on this?  If not, I'll see what I can do.
 
 Scott


-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



Re: companions release

2010-06-01 Thread Scott Deboy
So what are the remaining outstanding tasks?

Remove ZeroConf companion?

I haven't done anything to support OSGi for the companions..

I'd really like to get these out the door so I can start a vote on a
Chainsaw release soon..

There are some redundant files (Compare, VectorAppender if I recall),
although Compare isn't identical everywhere, it does make it annoying to
have everything set up in as source in Idea..

Also, maybe it's time to move VFSLogFilePatternReceiver out of Chainsaw and
into the receivers companion..  Its tailing support is much better than the
basic LogFilePatternReceiver..would require adding a dependency on VFS from
receivers, but I don't think that's a big deal..

Thoughts?

Scott


On Sun, May 16, 2010 at 10:39 PM, Scott Deboy scott.de...@gmail.com wrote:

 ZeroConf is now redundant after my changes to add multicast dns support to
 all of the network-based appenders.  The use of the jmDNS library is only
 through reflection, so there are no compile-time dependencies and it's not
 declared in the pom.

 Scott



 On Sun, May 16, 2010 at 10:21 PM, Curt Arnold carn...@apache.org wrote:

 Just backported 1.2.16 changes to the extras companion.  I haven't had any
 chances to extras on gcj or harmony, so might have some minor changes come
 from that.  Will have to pick it up tomorrow.

 Have we done OSGi metadata for any of the companions?

 mvn rat:check on extras will flag a lot of the comparison files.  Should
 be excluded from the check, but I think the Apache RAT plugin doesn't honor
 exclusions, so may have to revert to the earlier codehaus.

 Maybe it is time to file bug reports for the releases that we want to
 make.  If there are release blocking bugs, they should be listed as blockers
 for the release bug.  I haven't checked the bug list, but I don't know of
 any.

 Was there a companion that we wanted to abandon?


 On May 14, 2010, at 11:49 PM, Scott Deboy wrote:

  I think I'm in the home stretch of the features I'd like to get in to
 this Chainsaw release, so I have cycles to help get companions out the door
 if needed.
 
  Anything I can help with?
 
  Scott
 
  On Tue, May 4, 2010 at 7:16 PM, Curt Arnold carn...@apache.org wrote:
  Need to back port some of the later fixes in the log4j 1.2.16 release
 back into the extras companion.  Other than that I don't know of anything.
 
  I've got some evenings free later this week and was going to try to
 clean up some post 1.2.16 issues.
 
 
  On May 4, 2010, at 12:04 AM, Scott Deboy wrote:
 
   Are there any outstanding issues preventing us from moving forward
 with a release of the companions?
  
   Scott
 
 
  -
  To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
  For additional commands, e-mail: log4j-dev-h...@logging.apache.org
 
 


 -
 To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
 For additional commands, e-mail: log4j-dev-h...@logging.apache.org





Re: companions release

2010-05-16 Thread Curt Arnold
Just backported 1.2.16 changes to the extras companion.  I haven't had any 
chances to extras on gcj or harmony, so might have some minor changes come from 
that.  Will have to pick it up tomorrow.

Have we done OSGi metadata for any of the companions?

mvn rat:check on extras will flag a lot of the comparison files.  Should be 
excluded from the check, but I think the Apache RAT plugin doesn't honor 
exclusions, so may have to revert to the earlier codehaus.

Maybe it is time to file bug reports for the releases that we want to make.  If 
there are release blocking bugs, they should be listed as blockers for the 
release bug.  I haven't checked the bug list, but I don't know of any.

Was there a companion that we wanted to abandon?


On May 14, 2010, at 11:49 PM, Scott Deboy wrote:

 I think I'm in the home stretch of the features I'd like to get in to this 
 Chainsaw release, so I have cycles to help get companions out the door if 
 needed.  
 
 Anything I can help with?
 
 Scott
 
 On Tue, May 4, 2010 at 7:16 PM, Curt Arnold carn...@apache.org wrote:
 Need to back port some of the later fixes in the log4j 1.2.16 release back 
 into the extras companion.  Other than that I don't know of anything.
 
 I've got some evenings free later this week and was going to try to clean up 
 some post 1.2.16 issues.
 
 
 On May 4, 2010, at 12:04 AM, Scott Deboy wrote:
 
  Are there any outstanding issues preventing us from moving forward with a 
  release of the companions?
 
  Scott
 
 
 -
 To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
 For additional commands, e-mail: log4j-dev-h...@logging.apache.org
 
 


-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



Re: companions release

2010-05-16 Thread Scott Deboy
ZeroConf is now redundant after my changes to add multicast dns support to
all of the network-based appenders.  The use of the jmDNS library is only
through reflection, so there are no compile-time dependencies and it's not
declared in the pom.

Scott


On Sun, May 16, 2010 at 10:21 PM, Curt Arnold carn...@apache.org wrote:

 Just backported 1.2.16 changes to the extras companion.  I haven't had any
 chances to extras on gcj or harmony, so might have some minor changes come
 from that.  Will have to pick it up tomorrow.

 Have we done OSGi metadata for any of the companions?

 mvn rat:check on extras will flag a lot of the comparison files.  Should be
 excluded from the check, but I think the Apache RAT plugin doesn't honor
 exclusions, so may have to revert to the earlier codehaus.

 Maybe it is time to file bug reports for the releases that we want to make.
  If there are release blocking bugs, they should be listed as blockers for
 the release bug.  I haven't checked the bug list, but I don't know of any.

 Was there a companion that we wanted to abandon?


 On May 14, 2010, at 11:49 PM, Scott Deboy wrote:

  I think I'm in the home stretch of the features I'd like to get in to
 this Chainsaw release, so I have cycles to help get companions out the door
 if needed.
 
  Anything I can help with?
 
  Scott
 
  On Tue, May 4, 2010 at 7:16 PM, Curt Arnold carn...@apache.org wrote:
  Need to back port some of the later fixes in the log4j 1.2.16 release
 back into the extras companion.  Other than that I don't know of anything.
 
  I've got some evenings free later this week and was going to try to clean
 up some post 1.2.16 issues.
 
 
  On May 4, 2010, at 12:04 AM, Scott Deboy wrote:
 
   Are there any outstanding issues preventing us from moving forward with
 a release of the companions?
  
   Scott
 
 
  -
  To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
  For additional commands, e-mail: log4j-dev-h...@logging.apache.org
 
 


 -
 To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
 For additional commands, e-mail: log4j-dev-h...@logging.apache.org




Re: companions release

2010-05-14 Thread Scott Deboy
I think I'm in the home stretch of the features I'd like to get in to this
Chainsaw release, so I have cycles to help get companions out the door if
needed.

Anything I can help with?

Scott

On Tue, May 4, 2010 at 7:16 PM, Curt Arnold carn...@apache.org wrote:

 Need to back port some of the later fixes in the log4j 1.2.16 release back
 into the extras companion.  Other than that I don't know of anything.

 I've got some evenings free later this week and was going to try to clean
 up some post 1.2.16 issues.


 On May 4, 2010, at 12:04 AM, Scott Deboy wrote:

  Are there any outstanding issues preventing us from moving forward with a
 release of the companions?
 
  Scott


 -
 To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
 For additional commands, e-mail: log4j-dev-h...@logging.apache.org




Re: companions release

2010-05-04 Thread Curt Arnold
Need to back port some of the later fixes in the log4j 1.2.16 release back into 
the extras companion.  Other than that I don't know of anything.

I've got some evenings free later this week and was going to try to clean up 
some post 1.2.16 issues.


On May 4, 2010, at 12:04 AM, Scott Deboy wrote:

 Are there any outstanding issues preventing us from moving forward with a 
 release of the companions?
 
 Scott


-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



companions release

2010-05-03 Thread Scott Deboy
Are there any outstanding issues preventing us from moving forward with a
release of the companions?

Scott