From dev-return-111100-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Wed Oct 01 21:03:06 2008 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 51472 invoked from network); 1 Oct 2008 21:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 21:03:06 -0000 Received: (qmail 68154 invoked by uid 500); 1 Oct 2008 21:03:03 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 68076 invoked by uid 500); 1 Oct 2008 21:03:03 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 68065 invoked by uid 99); 1 Oct 2008 21:03:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 14:03:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rory.winston@gmail.com designates 74.125.78.145 as permitted sender) Received: from [74.125.78.145] (HELO ey-out-1920.google.com) (74.125.78.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 21:01:59 +0000 Received: by ey-out-1920.google.com with SMTP id 4so263373eyg.60 for ; Wed, 01 Oct 2008 14:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding:from; bh=Qp8ZZQrh9KIWRwJvOA8+7nUpS5QG5ZdukesR4p0OQfI=; b=vUIACYkxsmu0o5bJ+D3x/rjZzzK5wkKyNg4igO4MyzgEuHhy/QV3nj2VgDG47677YN IzRDlR1TqRV/6ATZC3dBSXLWNYGSwRLULIy2ksNiGO7ME7yKokzRbMllhJKL5/zo+V6e PncdoT4YrI8MRrbRQzfgF0B6L4KUcmxey6YqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=xv+22ab6XdSqgSDngHIdhnh/OgJIlBWnFd9dF6vIWV7XDWOvnm3h1xtJPTpE6UCKUW hngCARSXY1dsR0Xp1M5QHiMoX/vUU9ZiEQcQEcs+wkruMcNAqoc4X7rt+gQePPfnmwe7 fhIkkuDA/af46BPC0dTQcDo0Xjj7Xn9NvytpM= Received: by 10.210.16.11 with SMTP id 11mr10225517ebp.184.1222894953022; Wed, 01 Oct 2008 14:02:33 -0700 (PDT) Received: from ?192.168.0.3? (5ac95939.bb.sky.com [90.201.89.57]) by mx.google.com with ESMTPS id j8sm1038281gvb.1.2008.10.01.14.02.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Oct 2008 14:02:32 -0700 (PDT) Message-ID: <48E3E57A.6040405@eircom.net> Date: Wed, 01 Oct 2008 22:02:50 +0100 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: dev@commons.apache.org Subject: Re: [vote] Release commons-net 2.0 References: <48DFCB39.1090502@eircom.net> <48E135DF.8030408@oliver-heger.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit From: Rory Winston X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the feedback. I have changed the pom (needed to add some plugins) to generate sources and javadoc jars. I have uploaded the signed jars to the site. I dont see an issue with the javadocs containing the examples classes (its always been like that). Rory Jörg Schaible wrote: > Hi Rory, > > here comes part II, I try to build the jar from the src package with my > compiler zoo. > > Jörg Schaible wrote: > > >> Hi Rory, >> >> - the clirr report compares 2.0 against 1.4.1 instead of 1.5.0. >> - the changes report is missing some information in the release history. >> This is not your fault, but it would be nice anyway to provide complete >> infos. - the javadoc contains the classes in the example packages. >> >> Nothing of this is a real -1, however if you have to make a new release >> ... ;-) >> >> I'll have a look at the binaries this evening before I complete voting. >> > > -1 > > I am missing the commons-net-2.0-sources.jar and > commons-net-2.0-javadoc.jar. Both are normally delivered and used for > automated IDE integration. See > http://repo1.maven.org/maven2/commons-io/commons-io/1.4/ > > Other findings: > > - Maven fails as usual with IBM JDKs ... nothing new and not common-net's > fault > > - JRockit 1.5.0.14 passes the tests, but I get some strange console output, > that does not happen with Sun JDKs: > =========== %< =============== > Running org.apache.commons.net.telnet.TelnetClientTest > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Exception in wait, null > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.51 sec > =========== %< =============== > > - Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org