Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • JCL 1.1 FC available for final checks

    7 answers - 741 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    i've uploaded JCL1.1FC to
    http://people.apache.org/~rdonkin/commons-logging/. it's not yet
    available through the distributions and it will be a day or two before
    the mirrors sync and i issue the official announcement.
    so, please check that i have made no errors in cutting the candidate
    (ideally by dropping the jar in as a replacement for a RC or 1.0.4) and
    report back promptly if i have made any mistakes whilst cutting the
    distribution.
    thanks for everyone's hard work in getting this release out :)
    - robert
    To unsubscribe, e-mail: commons-dev-unsubscribe (AT) jakarta (DOT) apache.org
    For additional commands, e-mail: commons-dev-help (AT) jakarta (DOT) apache.org
  • No.1 | | 1381 bytes | |

    5/9/06, robert burrell donkin <robertburrelldonkin (AT) blueyonder (DOT) co.ukwrote:

    so, please check that i have made no errors in cutting the candidate
    (ideally by dropping the jar in as a replacement for a RC or 1.0.4) and
    report back promptly if i have made any mistakes whilst cutting the
    distribution.

    The Log4jFactory class appears to be missing. I took an app that's
    working with commons-logging 1.0.4 and Tomcat 5.5.17, and made only
    this change:

    <dependency>
    <groupId>commons-logging</groupId>
    <artifactId>commons-logging</artifactId>
    - <version>1.0.4</version>
    + <version>1.1</version>
    </dependency>

    (I installed the jar with 'mvn install:install-file' and had it
    generate a pom since commons-logging has no required dependencies.
    (right?))

    I get the following error:

    INF: Starting Servlet Engine: Apache Tomcat/5.5.17
    May 9, 2006 4:08:12 PM start
    INF: XML validation disabled

    at (Native Method)
    at ()
    at ()
    at (Method.java:585)
    at (Bootstrap.java:294)
    at (Bootstrap.java:432)
    Caused by:

    (Caused by

    )
    at $2.run(LogFactory.java:579)

    I looked in commons-logging-1.1.jar, commons-logging-api-1.1.jar and
    , and I don't see the Log4jFactory
    class.
  • No.2 | | 460 bytes | |

    5/9/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:

    The Log4jFactory class appears to be missing.

    Never mind, it's in the release notes. Sorry, I expected 1.1 to be a
    drop-in replacement and was surprised by the error.

    I don't recall any deprecation warnings, though. I've had this in
    commons-logging.properties for as long as I can remember:

    to read the documentation for 1.0.4 to see what I missed. :)
  • No.3 | | 882 bytes | |

    Tue, 2006-05-09 at 17:44 -0700, Wendy Smoak wrote:
    5/9/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:

    The Log4jFactory class appears to be missing.

    Never mind, it's in the release notes. Sorry, I expected 1.1 to be a
    drop-in replacement and was surprised by the error.

    I don't recall any deprecation warnings, though. I've had this in
    commons-logging.properties for as long as I can remember:

    to read the documentation for 1.0.4 to see what I missed. :)

    The deprecation info is indeed in the release notes, starting with the
    1.0.3 release (April 2003). Three years seems a reasonable phase-out
    period.

    Regards,

    Simon

    To unsubscribe, e-mail: commons-dev-unsubscribe (AT) jakarta (DOT) apache.org
    For additional commands, e-mail: commons-dev-help (AT) jakarta (DOT) apache.org
  • No.4 | | 575 bytes | |

    robert burrell donkin wrote:
    i've uploaded JCL1.1FC to
    http://people.apache.org/~rdonkin/commons-logging/. it's not yet
    available through the distributions and it will be a day or two before
    the mirrors sync and i issue the official announcement.

    Robert, I have been unable to do a download earlier because of the
    problems with minotaur. Now that it has been brought back online again,
    the directory mentioned above is empty. Have you removed the files or
    does this have something to do with the downtime of minotaur?

    <snip>
  • No.5 | | 1061 bytes | |

    Sat, 2006-05-13 at 20:18 +0200, Dennis Lundberg wrote:
    robert burrell donkin wrote:
    i've uploaded JCL1.1FC to
    http://people.apache.org/~rdonkin/commons-logging/. it's not yet
    available through the distributions and it will be a day or two before
    the mirrors sync and i issue the official announcement.

    Robert, I have been unable to do a download earlier because of the
    problems with minotaur. Now that it has been brought back online again,
    the directory mentioned above is empty. Have you removed the files or
    does this have something to do with the downtime of minotaur?

    minotaur is now back up but i deleted the files yesterday. they are now
    in their final locations. once the mirrors have sync'd i'll be making
    the announcement (so if there are any problems it's too late to address
    with 1.1).
    - robert

    To unsubscribe, e-mail: commons-dev-unsubscribe (AT) jakarta (DOT) apache.org
    For additional commands, e-mail: commons-dev-help (AT) jakarta (DOT) apache.org
  • No.6 | | 1272 bytes | |

    robert burrell donkin wrote:
    Sat, 2006-05-13 at 20:18 +0200, Dennis Lundberg wrote:
    >robert burrell donkin wrote:

    i've uploaded JCL1.1FC to
    http://people.apache.org/~rdonkin/commons-logging/. it's not yet
    available through the distributions and it will be a day or two before
    the mirrors sync and i issue the official announcement.
    >Robert, I have been unable to do a download earlier because of the
    >problems with minotaur. Now that it has been brought back online again,
    >the directory mentioned above is empty. Have you removed the files or
    >does this have something to do with the downtime of minotaur?


    minotaur is now back up but i deleted the files yesterday. they are now
    in their final locations. once the mirrors have sync'd i'll be making
    the announcement (so if there are any problems it's too late to address
    with 1.1).

    K, I just checked my local mirror and the one on www.apache.org and on
    both it seems that the "README.html" file used by the httpd module
    mod_autoindex is wrong. Its heading says "Commons-Logging v1.1.1". Can
    someone fix that? I don't know if I have the rights to do it myself.
  • No.7 | | 1222 bytes | |

    Sun, 2006-05-14 at 11:10 +0200, Dennis Lundberg wrote:
    robert burrell donkin wrote:
    Sat, 2006-05-13 at 20:18 +0200, Dennis Lundberg wrote:
    >robert burrell donkin wrote:


    <snip>

    minotaur is now back up but i deleted the files yesterday. they are now
    in their final locations. once the mirrors have sync'd i'll be making
    the announcement (so if there are any problems it's too late to address
    with 1.1).

    K, I just checked my local mirror and the one on www.apache.org and on
    both it seems that the "README.html" file used by the httpd module
    mod_autoindex is wrong. Its heading says "Commons-Logging v1.1.1".

    good spot 8-)

    Can someone fix that?

    fixed

    AIUI the site is currently being hosted on ajax so it will take a while
    to sync

    I don't know if I have the rights to do it myself.

    you have karma but it's best for the release manager to make changes to
    the distribution directory
    - robert

    To unsubscribe, e-mail: commons-dev-unsubscribe (AT) jakarta (DOT) apache.org
    For additional commands, e-mail: commons-dev-help (AT) jakarta (DOT) apache.org

Re: JCL 1.1 FC available for final checks


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Java"

EMSDN.COM