Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 75248 invoked from network); 10 Sep 2005 13:50:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Sep 2005 13:50:18 -0000 Received: (qmail 81434 invoked by uid 500); 10 Sep 2005 13:50:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 81394 invoked by uid 500); 10 Sep 2005 13:50:17 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 81381 invoked by uid 99); 10 Sep 2005 13:50:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2005 06:50:17 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 10 Sep 2005 06:50:30 -0700 Received: (qmail 75202 invoked by uid 65534); 10 Sep 2005 13:50:16 -0000 Message-ID: <20050910135016.75199.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r280006 - /directory/sandbox/trunk/proxy/TODO.txt Date: Sat, 10 Sep 2005 13:50:16 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Sat Sep 10 06:50:12 2005 New Revision: 280006 URL: http://svn.apache.org/viewcvs?rev=280006&view=rev Log: Added some todos Modified: directory/sandbox/trunk/proxy/TODO.txt Modified: directory/sandbox/trunk/proxy/TODO.txt URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/proxy/TODO.txt?rev=280006&r1=280005&r2=280006&view=diff ============================================================================== --- directory/sandbox/trunk/proxy/TODO.txt (original) +++ directory/sandbox/trunk/proxy/TODO.txt Sat Sep 10 06:50:12 2005 @@ -10,6 +10,10 @@ ° replace System.out by log4j traces ° create a save that exports PDU only ° A menu and an interface to modified the in Port, the Host and the out Port. + ° Images are not loaded correctly when using the Jar produced with maven. + ° add a Load menu + ° gray the "not implemented yet" menus + ° add a streaming to disksof PDUs in order to limit the memory consumption DONE : ------