Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 40850 invoked from network); 28 Jan 2005 17:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jan 2005 17:36:25 -0000 Received: (qmail 2770 invoked by uid 500); 28 Jan 2005 17:36:22 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 2748 invoked by uid 500); 28 Jan 2005 17:36:22 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 2734 invoked by uid 99); 28 Jan 2005 17:36:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 28 Jan 2005 09:36:22 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0SHaJ3L031098 for ; Fri, 28 Jan 2005 18:36:19 +0100 Message-ID: <274086900.1106933779691.JavaMail.jira@ajax.apache.org> Date: Fri, 28 Jan 2005 18:36:19 +0100 (CET) From: "Ryan Christianson (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (JELLY-175) patch for jelly-tags-interaction In-Reply-To: <1538467284.1102611791799.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JELLY-175?page=comments#action_58233 ] Ryan Christianson commented on JELLY-175: ----------------------------------------- I've attached a new patch. Looks like the project.xml was the problem, in 1.11 the version of that file the deps section was deleted- so patch couldnt add the jline dep to it. Wierd question- I don't rememeber what I did build this to use in maven (its been about 5 months!) It builds the jar, but I don't recall how I tested this before- I looked in my maven lib dir, but I dont see a jar to replace- does this get rolled into another jar? me == lame. Ryan > patch for jelly-tags-interaction > -------------------------------- > > Key: JELLY-175 > URL: http://issues.apache.org/jira/browse/JELLY-175 > Project: jelly > Type: Improvement > Environment: I've tested this in windows with and without cygwin. > Reporter: Ryan Christanson > Priority: Minor > Attachments: interaction.patch, patch.txt > > I've attached a patch to the commons-jelly-tags-interaction jar. This > patch makes it so the interaction task will try to use jline: > http://jline.sourceforge.net/ > Jline makes it so a java console will have tab completion, and > history, and other goodies. > This is great, because the maven-console plugin uses the > commons-jelly-tags-interaction jar. So if you update the > commons-jelly-tags-interaction jar, and then tell the maven console > plugin to use the new jar, then your maven console will have history, > and tab completion. > I've set it up to remember all of the commands typed in any console, > further it uses that history as the tab completion source - so you can > tab complete past commands. > I've tested this in windows and it works great, but in windows with > cygwin, it doesn't do the fancy completion, but still works. > By the way, in windows, jline's lib doesn't support arrows for > history, so use CONTROL+P and CONTROL+N. > Its possible that there might be a better way to integrate jline into > this lib, i've just done what looked like the quickest way to get it > working so my maven console would have history and tab completion. > Maybe this feature could be enabled with a tag attribute? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org