Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 17743 invoked from network); 1 Dec 2009 13:24:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 13:24:15 -0000 Received: (qmail 50014 invoked by uid 500); 1 Dec 2009 13:24:15 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 49973 invoked by uid 500); 1 Dec 2009 13:24:15 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 49964 invoked by uid 99); 1 Dec 2009 13:24:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:24:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:24:12 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A5F5316E07 for ; Tue, 1 Dec 2009 13:23:51 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 01 Dec 2009 13:23:51 -0000 Message-ID: <20091201132351.29377.96025@eos.apache.org> Subject: =?utf-8?q?=5BDb-derby_Wiki=5D_Update_of_=22CommandHistoryInIj=22_by_Krist?= =?utf-8?q?ianWaagan?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for = change notification. The "CommandHistoryInIj" page has been changed by KristianWaagan. http://wiki.apache.org/db-derby/CommandHistoryInIj?action=3Ddiff&rev1=3D4&r= ev2=3D5 -------------------------------------------------- = =3D=3D Using JLine =3D=3D = - JLine has been reported to work with IJ. JLine users, please add workarou= nd info here... + You can script starting IJ with JLine like this: + {{{ + java -classpath jline.jar:${IJ_CLASSPATH} ${IJ_OPTIONS} jline.ConsoleRunn= er org.apache.derby.tools.ij [$@] + }}} + = + Use an alias or a script to ease the startup. Depending on how you do it= in your shell, the ''$@'' might not be required to be able to pass argumen= ts to IJ. + Modify ''IJ_CLASSPATH'' to specify which Derby version / code base to use= . If you want to start IJ with certain options, add them to ''IJ_OPTIONS'' = (these have to be Java properties, for instance ''-Dij.exceptionTrace=3Dtru= e''). + = + Note that JLine has problems dealing with commands longer than one line i= n your terminal. = =3D=3D Using Emacs =3D=3D =20