Thanks!! Sent from my iPhone
> On Apr 11, 2017, at 18:09, Mikael Ståldal <mikael.stal...@magine.com> wrote: > > OK, moved now. > >> On Mon, Apr 10, 2017 at 6:15 PM, Ralph Goers <ralph.go...@dslextreme.com> >> wrote: >> Yes, that is the repo. Initially, all it needs is a parent pom that >> references the module you created. We can move other stuff in later. It will >> need a web site of some kind but we can also worry about that later. >> >> Ralph >> >>> On Apr 10, 2017, at 9:11 AM, Mikael Ståldal <mikael.stal...@magine.com> >>> wrote: >>> >>> Is it this repo? git://git.apache.org/logging-log4j-tools.git >>> >>> It is currently empty (except two text files). I don't feel confident to do >>> the initial setup of the repository. >>> >>>> On Mon, Apr 10, 2017 at 5:48 PM, Ralph Goers <ralph.go...@dslextreme.com> >>>> wrote: >>>> I created a new git repo for log4j2-tools. We should not create any more >>>> modules if we can avoid it. >>>> >>>> Ralph >>>> >>>>> On Apr 10, 2017, at 7:28 AM, Remko Popma <remko.po...@gmail.com> wrote: >>>>> >>>>> I guess this is a matter of preference but we already have a lot of >>>>> modules. >>>>> Having one for all standalone applications makes it easier for our users >>>>> to find things. >>>>> >>>>>> On Mon, Apr 10, 2017 at 11:24 PM, Mikael Ståldal >>>>>> <mikael.stal...@magine.com> wrote: >>>>>> Wouldn't it be better to have one for server and another for the other >>>>>> tools? >>>>>> >>>>>>> On Mon, Apr 10, 2017 at 4:23 PM, Remko Popma <remko.po...@gmail.com> >>>>>>> wrote: >>>>>>> I thought we were going to name this module log4j-tools instead of >>>>>>> log4j-server, so it can host all our standalone apps? >>>>>>> >>>>>>>> On Mon, Apr 10, 2017 at 11:11 PM, <mi...@apache.org> wrote: >>>>>>>> Update BOM >>>>>>>> >>>>>>>> >>>>>>>> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo >>>>>>>> Commit: >>>>>>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fea17ad6 >>>>>>>> Tree: >>>>>>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fea17ad6 >>>>>>>> Diff: >>>>>>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fea17ad6 >>>>>>>> >>>>>>>> Branch: refs/heads/master >>>>>>>> Commit: fea17ad6bdc47825ec5b58b9df9e031936182d79 >>>>>>>> Parents: 1051081 >>>>>>>> Author: Mikael Ståldal <mikael.stal...@magine.com> >>>>>>>> Authored: Mon Apr 10 16:11:24 2017 +0200 >>>>>>>> Committer: Mikael Ståldal <mikael.stal...@magine.com> >>>>>>>> Committed: Mon Apr 10 16:11:24 2017 +0200 >>>>>>>> >>>>>>>> ---------------------------------------------------------------------- >>>>>>>> log4j-bom/pom.xml | 6 ++++++ >>>>>>>> 1 file changed, 6 insertions(+) >>>>>>>> ---------------------------------------------------------------------- >>>>>>>> >>>>>>>> >>>>>>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fea17ad6/log4j-bom/pom.xml >>>>>>>> ---------------------------------------------------------------------- >>>>>>>> diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml >>>>>>>> index 920f6a0..382f16e 100644 >>>>>>>> --- a/log4j-bom/pom.xml >>>>>>>> +++ b/log4j-bom/pom.xml >>>>>>>> @@ -96,6 +96,12 @@ >>>>>>>> <artifactId>log4j-iostreams</artifactId> >>>>>>>> <version>${project.version}</version> >>>>>>>> </dependency> >>>>>>>> + <!-- Server components --> >>>>>>>> + <dependency> >>>>>>>> + <groupId>org.apache.logging.log4j</groupId> >>>>>>>> + <artifactId>log4j-server</artifactId> >>>>>>>> + <version>${project.version}</version> >>>>>>>> + </dependency> >>>>>>>> <!-- java.util.logging adapter --> >>>>>>>> <dependency> >>>>>>>> <groupId>org.apache.logging.log4j</groupId> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> >>>>>> Mikael Ståldal >>>>>> Senior software developer >>>>>> >>>>>> Magine TV >>>>>> mikael.stal...@magine.com >>>>>> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >>>>>> >>>>>> Privileged and/or Confidential Information may be contained in this >>>>>> message. If you are not the addressee indicated in this message >>>>>> (or responsible for delivery of the message to such a person), you may >>>>>> not copy or deliver this message to anyone. In such case, >>>>>> you should destroy this message and kindly notify the sender by reply >>>>>> email. >>>>> >>>> >>> >>> >>> >>> -- >>> >>> >>> Mikael Ståldal >>> Senior software developer >>> >>> Magine TV >>> mikael.stal...@magine.com >>> Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com >>> >>> Privileged and/or Confidential Information may be contained in this >>> message. If you are not the addressee indicated in this message >>> (or responsible for delivery of the message to such a person), you may not >>> copy or deliver this message to anyone. In such case, >>> you should destroy this message and kindly notify the sender by reply >>> email. >> > > > > -- > > > Mikael Ståldal > Senior software developer > > Magine TV > mikael.stal...@magine.com > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > > Privileged and/or Confidential Information may be contained in this message. > If you are not the addressee indicated in this message > (or responsible for delivery of the message to such a person), you may not > copy or deliver this message to anyone. In such case, > you should destroy this message and kindly notify the sender by reply email. >