Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 9184 invoked from network); 8 Dec 2003 21:29:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Dec 2003 21:29:25 -0000 Received: (qmail 75240 invoked by uid 500); 8 Dec 2003 21:28:49 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 75181 invoked by uid 500); 8 Dec 2003 21:28:48 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 75154 invoked from network); 8 Dec 2003 21:28:48 -0000 Received: from unknown (HELO host12.host12-server.com) (64.141.102.216) by daedalus.apache.org with SMTP; 8 Dec 2003 21:28:48 -0000 Received: from MOOSE (adsl-216-102-196-220.dsl.snfc21.pacbell.net [216.102.196.220]) by host12.host12-server.com (8.11.6/8.11.6) with SMTP id hB8LSqt05446 for ; Mon, 8 Dec 2003 16:28:53 -0500 From: "Filip Hanik" To: "Ant Developers List" Subject: bug fixes!! WAS: ant 1.6beta3 released Date: Mon, 8 Dec 2003 13:28:44 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have fixes for the following tasks: 1. SCP - this task hangs on large file transfers, I have added in a batch size which issues new SCP command for each X tasks. This allows me to transfer over 2000 files between our servers. 2. CVS - the line "cvs add *" doesn't work, I have added in element to CVS which allows you to add files to the command line for all commands, works with update delete add etc, only one level deep directory 3. FTP - I have a file parser for Windows FTP servers, modified the FTP task to take a parameter for which OS the FTP server is. Even better would be if it could auto detect. Also fixed nullpointer bug if the remote directory doesn't contain any files and a ls is issued. 4. Main, changed it so that it wouldn't issue a System.exit if a flag is passed in, this is necessary for us since we are launching ant embedded and don't want to install an additional security manager. 5. Unzip,unjar currently doesn't work when the file listing is "/file.txt" inside the jar. Even if you give the unjar command a destination directory, it tries to save the file in the root directory. I fixed this as well! I have fixes for all of these. Since it is gonna take me about 2 hours to create PATCH files, I wanted to check in with the developers here that if I spend the time, this will get committed. thanks Filip -----Original Message----- From: Antoine L�vy-Lambert [mailto:antoine@antbuild.com] Sent: Monday, December 08, 2003 1:05 PM To: Ant Developers List Subject: AW: ant 1.6beta3 released Hi Alexey, do you have some particular bugs in mind which you would like to see fixed before the release ? Contributions to fix the open bugs in Bugzilla are welcome. Then depending on committer energy, and whether the changes are not too radical, some further bug fixes might make their way into ant 1.6. I am sure that there will be too a 1.6.1 and a 1.6.2 ... I do not see any reason why we should wait another year after that to create 1.7. But for the time being, I hope we can get 1.6 out before the end of 2003. Open bugs which do not require structural changes in the API or in our way of thinking should be no problem to fix in minor releases. Cheers, Antoine -----Urspr�ngliche Nachricht----- Von: Alexey N. Solofnenko [mailto:A.Solofnenko@mdl.com] Gesendet: Montag, 8. Dezember 2003 20:10 An: Ant Developers List Betreff: Re: ant 1.6beta3 released .NET tasks documentation is still not fixed (24058 ). There are other bugs that would be good to fix before 1.6 release. Are they going to be fixed before the release? - Alexey. Antoine L�vy-Lambert wrote: >Hi Ant developers and users, > >I have the pleasure to say that ant1.6beta3 is available for download from : > >http://cvs.apache.org/dist/ant/v1.6beta3 > >We hope to be able to make the final release before the end of 2003. > >Cheers, > >Antoine > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org