From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26048 invoked by alias); 16 Dec 2003 20:40:19 -0000 Mailing-List: contact rhdb-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-cvs-owner@sources.redhat.com Received: (qmail 25954 invoked by uid 9437); 16 Dec 2003 20:39:57 -0000 Date: Tue, 16 Dec 2003 20:40:00 -0000 Message-ID: <20031216203957.25952.qmail@sources.redhat.com> From: djee@sources.redhat.com To: rhdb-cvs@sources.redhat.com Subject: src/rhdb/installer ChangeLog com/redhat/rhdb/i ... X-SW-Source: 2003-q4/txt/msg00024.txt.bz2 List-Id: CVSROOT: /cvs/rhdb Module name: src Changes by: djee@sourceware.org 2003-12-16 20:39:57 Modified files: rhdb/installer : ChangeLog rhdb/installer/com/redhat/rhdb/installer: Installer.java PostInstallChoicePage.java rhdb/installer/com/redhat/rhdb/installer/resources: InstallerResources.java Resources.java.in rhdb/installer/com/redhat/rhdb/installer/util: PreInstallDryInstallCheck.java Log message: 2003-12-16 David Jee * com/redhat/rhdb/installer/Installer.java: Add what I have so far for setting title and icon for window (commented out). * com/redhat/rhdb/installer/PostInstallChoicePage.java: Remove debug println's. * com/redhat/rhdb/installer/resources/InstallerResources.java: New resources for window title and icon. * com/redhat/rhdb/installer/resources/Resources.java.in: Ditto. * com/redhat/rhdb/installer/util/PreInstallDryInstallCheck.java: Fix dry install check so it reads the error stream properly and not just ignore it. Now this should catch RPM errors before the real install phase. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Installer.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallChoicePage.java.diff?cvsroot=rhdb&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/InstallerResources.java.diff?cvsroot=rhdb&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/Resources.java.in.diff?cvsroot=rhdb&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/PreInstallDryInstallCheck.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2