You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/06/01 20:40:29 UTC

cvs commit: logging-log4cxx/tests/witness/rolling Makefile.am sbr-test2.0 sbr-test2.1 sbr-test2.log sbr-test3.log sbr-test4.log tbr-test1.0 tbr-test1.1 tbr-test1.2 tbr-test1.3 tbr-test2.0 tbr-test2.1 tbr-test2.2 tbr-test2.3 tbr-test3.3 tbr-test4.0 tbr-test4.1 tbr-test4.2 tbr-test4.3 tbr-test5.0 tbr-test5.1 tbr-test5.2 tbr-test5.3 tbr-test6.3

carnold     2005/06/01 11:40:28

  Modified:    .        build.xml
               include/log4cxx Makefile.am appender.h appenderskeleton.h
                        file.h fileappender.h level.h patternlayout.h
                        rollingfileappender.h writerappender.h
               include/log4cxx/helpers exception.h fileoutputstream.h
               include/log4cxx/rolling fixedwindowrollingpolicy.h
                        rollingfileappender.h rollingpolicy.h
                        rollingpolicybase.h sizebasedtriggeringpolicy.h
                        timebasedrollingpolicy.h triggeringpolicy.h
               include/log4cxx/spi filter.h
               include/log4cxx/xml domconfigurator.h
               src      Makefile.am appenderskeleton.cpp
                        domconfigurator.cpp exception.cpp file.cpp
                        fileappender.cpp formattinginfo.cpp
                        levelmatchfilter.cpp levelrangefilter.cpp
                        loader.cpp patternconverter.cpp patternlayout.cpp
                        patternparser.cpp rollingfileappender.cpp
                        stringmatchfilter.cpp
               tests/src main.cpp rollingfileappendertestcase.cpp
               tests/src/pattern num343patternconverter.cpp
                        num343patternconverter.h patternparsertestcase.cpp
               tests/src/rolling Makefile.am timebasedrollingtest.cpp
               tests/src/util compare.cpp compare.h filter.h
                        transformer.cpp
               tests/src/varia levelmatchfiltertestcase.cpp
                        levelrangefiltertestcase.cpp
               tests/witness Makefile.am
  Added:       include/log4cxx dailyrollingfileappender.h
               include/log4cxx/helpers date.h integer.h
               include/log4cxx/pattern Makefile.am
                        classnamepatternconverter.h datepatternconverter.h
                        filedatepatternconverter.h
                        filelocationpatternconverter.h formattinginfo.h
                        fulllocationpatternconverter.h
                        integerpatternconverter.h levelpatternconverter.h
                        linelocationpatternconverter.h
                        lineseparatorpatternconverter.h
                        literalpatternconverter.h loggerpatternconverter.h
                        loggingeventpatternconverter.h
                        messagepatternconverter.h
                        methodlocationpatternconverter.h nameabbreviator.h
                        namepatternconverter.h ndcpatternconverter.h
                        patternconverter.h patternparser.h
                        propertiespatternconverter.h
                        relativetimepatternconverter.h
                        threadpatternconverter.h
                        throwableinformationpatternconverter.h
               include/log4cxx/rolling action.h filerenameaction.h
                        filterbasedtriggeringpolicy.h
                        manualtriggeringpolicy.h rolloverdescription.h
               src      action.cpp classnamepatternconverter.cpp
                        dailyrollingfileappender.cpp date.cpp
                        datepatternconverter.cpp
                        filedatepatternconverter.cpp
                        filelocationpatternconverter.cpp
                        filerenameaction.cpp
                        filterbasedtriggeringpolicy.cpp
                        fixedwindowrollingpolicy.cpp
                        fulllocationpatternconverter.cpp integer.cpp
                        integerpatternconverter.cpp
                        levelpatternconverter.cpp
                        linelocationpatternconverter.cpp
                        lineseparatorpatternconverter.cpp
                        literalpatternconverter.cpp
                        loggerpatternconverter.cpp
                        loggingeventpatternconverter.cpp
                        manualtriggeringpolicy.cpp
                        messagepatternconverter.cpp
                        methodlocationpatternconverter.cpp
                        nameabbreviator.cpp namepatternconverter.cpp
                        ndcpatternconverter.cpp
                        obsoleterollingfileappender.cpp
                        propertiespatternconverter.cpp
                        relativetimepatternconverter.cpp rollingpolicy.cpp
                        rollingpolicybase.cpp rolloverdescription.cpp
                        sizebasedtriggeringpolicy.cpp
                        threadpatternconverter.cpp
                        throwableinformationpatternconverter.cpp
                        timebasedrollingpolicy.cpp triggeringpolicy.cpp
               tests/input/rolling Makefile.am filter1.xml
                        obsoleteDRFA1.properties obsoleteERFA1.properties
                        obsoleteRFA1.properties time1.xml
               tests/src/rolling filenamepatterntestcase.cpp
                        filterbasedrollingtest.cpp manualrollingtest.cpp
                        obsoletedailyrollingfileappendertest.cpp
                        obsoleterollingfileappendertest.cpp
                        sizebasedrollingtest.cpp
               tests/witness/encoding Makefile.am
               tests/witness/ndc Makefile.am
               tests/witness/rolling Makefile.am sbr-test2.0 sbr-test2.1
                        sbr-test2.log sbr-test3.log sbr-test4.log
                        tbr-test1.0 tbr-test1.1 tbr-test1.2 tbr-test1.3
                        tbr-test2.0 tbr-test2.1 tbr-test2.2 tbr-test2.3
                        tbr-test3.3 tbr-test4.0 tbr-test4.1 tbr-test4.2
                        tbr-test4.3 tbr-test5.0 tbr-test5.1 tbr-test5.2
                        tbr-test5.3 tbr-test6.3
  Removed:     include/log4cxx/helpers formattinginfo.h
                        namedpatternconverter.h patternconverter.h
                        patternparser.h
               include/log4cxx/rolling rolloverfailure.h
               include/log4cxx/varia denyallfilter.h levelmatchfilter.h
                        levelrangefilter.h stringmatchfilter.h
               src      namedpatternconverter.cpp
  Log:
  LOGCXX-52: log4j 1.3 RollingFileAppender port
  
  Revision  Changes    Path
  1.69      +10 -5     logging-log4cxx/build.xml
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/build.xml.diff?r1=1.68&r2=1.69
  
  
  1.9       +1 -1      logging-log4cxx/include/log4cxx/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/Makefile.am.diff?r1=1.8&r2=1.9
  
  
  1.16      +3 -13     logging-log4cxx/include/log4cxx/appender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appender.h.diff?r1=1.15&r2=1.16
  
  
  1.20      +3 -3      logging-log4cxx/include/log4cxx/appenderskeleton.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appenderskeleton.h.diff?r1=1.19&r2=1.20
  
  
  1.12      +6 -0      logging-log4cxx/include/log4cxx/file.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/file.h.diff?r1=1.11&r2=1.12
  
  
  1.26      +6 -0      logging-log4cxx/include/log4cxx/fileappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/fileappender.h.diff?r1=1.25&r2=1.26
  
  
  1.23      +1 -0      logging-log4cxx/include/log4cxx/level.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/level.h.diff?r1=1.22&r2=1.23
  
  
  1.22      +25 -22    logging-log4cxx/include/log4cxx/patternlayout.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/patternlayout.h.diff?r1=1.21&r2=1.22
  
  
  1.18      +236 -114  logging-log4cxx/include/log4cxx/rollingfileappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rollingfileappender.h.diff?r1=1.17&r2=1.18
  
  
  1.18      +1 -1      logging-log4cxx/include/log4cxx/writerappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/writerappender.h.diff?r1=1.17&r2=1.18
  
  
  1.14      +258 -268  logging-log4cxx/include/log4cxx/dailyrollingfileappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/dailyrollingfileappender.h.diff?r1=1.13&r2=1.14
  
  
  1.21      +7 -0      logging-log4cxx/include/log4cxx/helpers/exception.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.20&r2=1.21
  
  
  1.2       +3 -3      logging-log4cxx/include/log4cxx/helpers/fileoutputstream.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/fileoutputstream.h.diff?r1=1.1&r2=1.2
  
  
  1.1                  logging-log4cxx/include/log4cxx/helpers/date.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/date.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/helpers/integer.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/integer.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/Makefile.am?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/classnamepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/classnamepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/datepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/datepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/filedatepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/filedatepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/filelocationpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/filelocationpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/formattinginfo.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/formattinginfo.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/fulllocationpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/fulllocationpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/integerpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/integerpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/levelpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/levelpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/linelocationpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/linelocationpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/lineseparatorpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/lineseparatorpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/literalpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/literalpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/loggerpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/loggerpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/loggingeventpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/loggingeventpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/messagepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/messagepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/methodlocationpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/methodlocationpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/nameabbreviator.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/nameabbreviator.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/namepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/namepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/ndcpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/ndcpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/patternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/patternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/patternparser.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/patternparser.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/propertiespatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/propertiespatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/relativetimepatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/relativetimepatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/threadpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/threadpatternconverter.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/pattern/throwableinformationpatternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/pattern/throwableinformationpatternconverter.h?rev=1.1
  
  
  1.3       +79 -34    logging-log4cxx/include/log4cxx/rolling/fixedwindowrollingpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/fixedwindowrollingpolicy.h.diff?r1=1.2&r2=1.3
  
  
  1.3       +77 -20    logging-log4cxx/include/log4cxx/rolling/rollingfileappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/rollingfileappender.h.diff?r1=1.2&r2=1.3
  
  
  1.3       +38 -22    logging-log4cxx/include/log4cxx/rolling/rollingpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/rollingpolicy.h.diff?r1=1.2&r2=1.3
  
  
  1.3       +63 -34    logging-log4cxx/include/log4cxx/rolling/rollingpolicybase.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/rollingpolicybase.h.diff?r1=1.2&r2=1.3
  
  
  1.4       +29 -2     logging-log4cxx/include/log4cxx/rolling/sizebasedtriggeringpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/sizebasedtriggeringpolicy.h.diff?r1=1.3&r2=1.4
  
  
  1.3       +109 -51   logging-log4cxx/include/log4cxx/rolling/timebasedrollingpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/timebasedrollingpolicy.h.diff?r1=1.2&r2=1.3
  
  
  1.3       +42 -13    logging-log4cxx/include/log4cxx/rolling/triggeringpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/triggeringpolicy.h.diff?r1=1.2&r2=1.3
  
  
  1.1                  logging-log4cxx/include/log4cxx/rolling/action.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/action.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/rolling/filerenameaction.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/filerenameaction.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/filterbasedtriggeringpolicy.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/rolling/manualtriggeringpolicy.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/manualtriggeringpolicy.h?rev=1.1
  
  
  1.1                  logging-log4cxx/include/log4cxx/rolling/rolloverdescription.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rolling/rolloverdescription.h?rev=1.1
  
  
  1.16      +11 -4     logging-log4cxx/include/log4cxx/spi/filter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/filter.h.diff?r1=1.15&r2=1.16
  
  
  1.28      +23 -1     logging-log4cxx/include/log4cxx/xml/domconfigurator.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h.diff?r1=1.27&r2=1.28
  
  
  1.30      +40 -4     logging-log4cxx/src/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/Makefile.am.diff?r1=1.29&r2=1.30
  
  
  1.16      +2 -2      logging-log4cxx/src/appenderskeleton.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderskeleton.cpp.diff?r1=1.15&r2=1.16
  
  
  1.27      +131 -8    logging-log4cxx/src/domconfigurator.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/domconfigurator.cpp.diff?r1=1.26&r2=1.27
  
  
  1.6       +14 -0     logging-log4cxx/src/exception.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/exception.cpp.diff?r1=1.5&r2=1.6
  
  
  1.11      +33 -0     logging-log4cxx/src/file.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/file.cpp.diff?r1=1.10&r2=1.11
  
  
  1.25      +0 -2      logging-log4cxx/src/fileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.24&r2=1.25
  
  
  1.8       +46 -28    logging-log4cxx/src/formattinginfo.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/formattinginfo.cpp.diff?r1=1.7&r2=1.8
  
  
  1.13      +2 -2      logging-log4cxx/src/levelmatchfilter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/levelmatchfilter.cpp.diff?r1=1.12&r2=1.13
  
  
  1.13      +2 -2      logging-log4cxx/src/levelrangefilter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/levelrangefilter.cpp.diff?r1=1.12&r2=1.13
  
  
  1.12      +2 -2      logging-log4cxx/src/loader.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/loader.cpp.diff?r1=1.11&r2=1.12
  
  
  1.17      +17 -65    logging-log4cxx/src/patternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternconverter.cpp.diff?r1=1.16&r2=1.17
  
  
  1.19      +113 -28   logging-log4cxx/src/patternlayout.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternlayout.cpp.diff?r1=1.18&r2=1.19
  
  
  1.35      +210 -590  logging-log4cxx/src/patternparser.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternparser.cpp.diff?r1=1.34&r2=1.35
  
  
  1.16      +346 -97   logging-log4cxx/src/rollingfileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/rollingfileappender.cpp.diff?r1=1.15&r2=1.16
  
  
  1.13      +2 -2      logging-log4cxx/src/stringmatchfilter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringmatchfilter.cpp.diff?r1=1.12&r2=1.13
  
  
  1.1                  logging-log4cxx/src/action.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/action.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/classnamepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/classnamepatternconverter.cpp?rev=1.1
  
  
  1.10      +142 -236  logging-log4cxx/src/dailyrollingfileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/dailyrollingfileappender.cpp.diff?r1=1.9&r2=1.10
  
  
  1.1                  logging-log4cxx/src/date.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/date.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/datepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/datepatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/filedatepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/filedatepatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/filelocationpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/filelocationpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/filerenameaction.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/filerenameaction.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/filterbasedtriggeringpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/filterbasedtriggeringpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/fixedwindowrollingpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/fixedwindowrollingpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/fulllocationpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/fulllocationpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/integer.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/integer.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/integerpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/integerpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/levelpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/levelpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/linelocationpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/linelocationpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/lineseparatorpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/lineseparatorpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/literalpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/literalpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/loggerpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/loggerpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/loggingeventpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/loggingeventpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/manualtriggeringpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/manualtriggeringpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/messagepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/messagepatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/methodlocationpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/methodlocationpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/nameabbreviator.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/nameabbreviator.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/namepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/namepatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/ndcpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/ndcpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/obsoleterollingfileappender.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/obsoleterollingfileappender.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/propertiespatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertiespatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/relativetimepatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/relativetimepatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/rollingpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/rollingpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/rollingpolicybase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/rollingpolicybase.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/rolloverdescription.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/rolloverdescription.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/sizebasedtriggeringpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/sizebasedtriggeringpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/threadpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/threadpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/throwableinformationpatternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/throwableinformationpatternconverter.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/timebasedrollingpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/timebasedrollingpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/src/triggeringpolicy.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/src/triggeringpolicy.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/Makefile.am?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/filter1.xml
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/filter1.xml?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/obsoleteDRFA1.properties
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/obsoleteDRFA1.properties?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/obsoleteERFA1.properties
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/obsoleteERFA1.properties?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/obsoleteRFA1.properties
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/obsoleteRFA1.properties?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/input/rolling/time1.xml
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/input/rolling/time1.xml?rev=1.1
  
  
  1.19      +0 -1      logging-log4cxx/tests/src/main.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/main.cpp.diff?r1=1.18&r2=1.19
  
  
  1.4       +3 -3      logging-log4cxx/tests/src/rollingfileappendertestcase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rollingfileappendertestcase.cpp.diff?r1=1.3&r2=1.4
  
  
  1.8       +5 -4      logging-log4cxx/tests/src/pattern/num343patternconverter.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/num343patternconverter.cpp.diff?r1=1.7&r2=1.8
  
  
  1.9       +5 -5      logging-log4cxx/tests/src/pattern/num343patternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/num343patternconverter.h.diff?r1=1.8&r2=1.9
  
  
  1.10      +134 -99   logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp.diff?r1=1.9&r2=1.10
  
  
  1.3       +6 -0      logging-log4cxx/tests/src/rolling/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/Makefile.am.diff?r1=1.2&r2=1.3
  
  
  1.4       +152 -155  logging-log4cxx/tests/src/rolling/timebasedrollingtest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/timebasedrollingtest.cpp.diff?r1=1.3&r2=1.4
  
  
  1.1                  logging-log4cxx/tests/src/rolling/filenamepatterntestcase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/filenamepatterntestcase.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/src/rolling/filterbasedrollingtest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/filterbasedrollingtest.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/src/rolling/manualrollingtest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/manualrollingtest.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/src/rolling/obsoletedailyrollingfileappendertest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/obsoletedailyrollingfileappendertest.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/src/rolling/obsoleterollingfileappendertest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/obsoleterollingfileappendertest.cpp?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/src/rolling/sizebasedrollingtest.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/rolling/sizebasedrollingtest.cpp?rev=1.1
  
  
  1.10      +6 -0      logging-log4cxx/tests/src/util/compare.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.cpp.diff?r1=1.9&r2=1.10
  
  
  1.7       +3 -0      logging-log4cxx/tests/src/util/compare.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.h.diff?r1=1.6&r2=1.7
  
  
  1.15      +2 -2      logging-log4cxx/tests/src/util/filter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/filter.h.diff?r1=1.14&r2=1.15
  
  
  1.17      +6 -5      logging-log4cxx/tests/src/util/transformer.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/transformer.cpp.diff?r1=1.16&r2=1.17
  
  
  1.11      +4 -4      logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp.diff?r1=1.10&r2=1.11
  
  
  1.11      +2 -2      logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp.diff?r1=1.10&r2=1.11
  
  
  1.2       +2 -1      logging-log4cxx/tests/witness/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/Makefile.am.diff?r1=1.1&r2=1.2
  
  
  1.1                  logging-log4cxx/tests/witness/encoding/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/encoding/Makefile.am?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/ndc/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/ndc/Makefile.am?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/Makefile.am
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/Makefile.am?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/sbr-test2.0
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/sbr-test2.0?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/sbr-test2.1
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/sbr-test2.1?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/sbr-test2.log
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/sbr-test2.log?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/sbr-test3.log
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/sbr-test3.log?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/sbr-test4.log
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/sbr-test4.log?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test1.0
  
  	<<Binary file>>
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test1.1
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test1.1?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test1.2
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test1.2?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test1.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test1.3?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test2.0
  
  	<<Binary file>>
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test2.1
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test2.1?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test2.2
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test2.2?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test2.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test2.3?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test3.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test3.3?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test4.0
  
  	<<Binary file>>
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test4.1
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test4.1?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test4.2
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test4.2?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test4.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test4.3?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test5.0
  
  	<<Binary file>>
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test5.1
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test5.1?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test5.2
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test5.2?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test5.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test5.3?rev=1.1
  
  
  1.1                  logging-log4cxx/tests/witness/rolling/tbr-test6.3
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/tests/witness/rolling/tbr-test6.3?rev=1.1
  
  

Re: Another small automake issue

Posted by Andreas Fester <An...@gmx.de>.
I think I also messed up something with the patch I sent
you yesterday (include/log4cxx/log4cxx.h is not generated correctly
anymore, I think it was not one of my better ideas to let you commit
only a part of Tommis patch :-( )

Anyway, what is still missing after your large commit is to add
the Makefile's in the new sub directories to configure.in:

Index: configure.in
===================================================================
RCS file: /home/cvspublic/logging-log4cxx/configure.in,v
retrieving revision 1.52
diff -u -r1.52 configure.in
--- configure.in        30 May 2005 13:30:18 -0000      1.52
+++ configure.in        1 Jun 2005 20:09:46 -0000
@@ -392,11 +392,14 @@
  include/log4cxx/config/Makefile
  include/log4cxx/db/Makefile
  include/log4cxx/rolling/Makefile
+include/log4cxx/pattern/Makefile
+include/log4cxx/filter/Makefile
  simplesocketserver/Makefile
  tests/Makefile
  tests/input/Makefile
  tests/input/performance/Makefile
  tests/input/ndc/Makefile
+tests/input/rolling/Makefile
  tests/input/xml/Makefile
  tests/src/Makefile
  tests/src/customlogger/Makefile
@@ -411,6 +414,9 @@
  tests/src/xml/Makefile
  tests/src/varia/Makefile
  tests/witness/Makefile
+tests/witness/encoding/Makefile
+tests/witness/ndc/Makefile
+tests/witness/rolling/Makefile
  performance/Makefile
  performance/xml/Makefile
  examples/Makefile

I have not done a build yet, but at least
a "make dist" succeeds again with these directories added...

Curt Arnold wrote:
> You will likely have noticed a fairly large commit related to porting  
> over the new RollingFileAppender framework from the log4j CVS HEAD.   I 
> tried to keep the Makefile.am's in synch, but it looks like I  bungled 
> something related to the include/log4cxx/pattern  subdirectory.  I would 
> appreciate if someone could diagnose whatever  I messed up.  Thanks.
[...]

-- 
Andreas Fester
mailto:Andreas.Fester@gmx.de
WWW: http://littletux.homelinux.org
ICQ: 326674288

Re: Another small automake issue

Posted by Curt Arnold <ca...@apache.org>.
You will likely have noticed a fairly large commit related to porting  
over the new RollingFileAppender framework from the log4j CVS HEAD.   
I tried to keep the Makefile.am's in synch, but it looks like I  
bungled something related to the include/log4cxx/pattern  
subdirectory.  I would appreciate if someone could diagnose whatever  
I messed up.  Thanks.



On Jun 1, 2005, at 2:25 PM, Andreas Fester wrote:

> Hi,
>
> AC_CONFIG_HEADERS has been removed from configure.in,
> but autoheader is still in autogen.sh ; do we still need
> it? Tommi, you added AC_CONFIG_HEADERS([src/config.h])
> in one of your patches, but since config.h is not included
> anywhere (and according to include/log4cxx/helpers/tchar.h
> *shall* not be included) it is probably correct to remove
> autoheader from autogen.sh.
>
> Best Regards,
>
>     Andreas
>
> -- 
> Andreas Fester
> mailto:Andreas.Fester@gmx.de
> WWW: http://littletux.homelinux.org
> ICQ: 326674288
>


Another small automake issue

Posted by Andreas Fester <An...@gmx.de>.
Hi,

AC_CONFIG_HEADERS has been removed from configure.in,
but autoheader is still in autogen.sh ; do we still need
it? Tommi, you added AC_CONFIG_HEADERS([src/config.h])
in one of your patches, but since config.h is not included
anywhere (and according to include/log4cxx/helpers/tchar.h
*shall* not be included) it is probably correct to remove
autoheader from autogen.sh.

Best Regards,

	Andreas

-- 
Andreas Fester
mailto:Andreas.Fester@gmx.de
WWW: http://littletux.homelinux.org
ICQ: 326674288