Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 18445 invoked from network); 5 Jul 2005 20:08:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 20:08:47 -0000 Received: (qmail 62573 invoked by uid 500); 5 Jul 2005 20:08:44 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62525 invoked by uid 500); 5 Jul 2005 20:08:44 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 62512 invoked by uid 99); 5 Jul 2005 20:08:44 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 13:08:44 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 4AE2415; Tue, 5 Jul 2005 22:08:41 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 35619] New: - Please convert SplashTask to use NOT sun internal classes X-Bugzilla-Reason: AssignedTo Message-Id: <20050705200841.4AE2415@ajax.apache.org> Date: Tue, 5 Jul 2005 22:08:41 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35619 Summary: Please convert SplashTask to use NOT sun internal classes Product: Ant Version: 1.6.5 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: WBaer@gmx.de Hi, please convert the current usage of sun.misc.BASE64Encoder in SplashTask to an official available implementation. This prevents compilation and usage (at least with password enabled proxy) of this Task on free java runtimes. One possibility would be to use the existing commons.codec package which has an implementation and specify this as an dependency for the splash task. Thanks for consideration, Wolfgang -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org