Author: brett Date: Sat Jan 22 19:32:26 2005 New Revision: 126184 URL: http://svn.apache.org/viewcvs?view=rev&rev=126184 Log: add note about using jline Modified: maven/maven-1/plugins/trunk/console/xdocs/index.xml
Modified: maven/maven-1/plugins/trunk/console/xdocs/index.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/console/xdocs/index.xml?view=diff&rev=126184&p1=maven/maven-1/plugins/trunk/console/xdocs/index.xml&r1=126183&p2=maven/maven-1/plugins/trunk/console/xdocs/index.xml&r2=126184 ============================================================================== --- maven/maven-1/plugins/trunk/console/xdocs/index.xml (original) +++ maven/maven-1/plugins/trunk/console/xdocs/index.xml Sat Jan 22 19:32:26 2005 @@ -58,5 +58,18 @@ <a href="properties.html">properties</a>. </p> </section> + + <section name="Improving the prompt"> + <p> + It is possible to add completion and history to the console, however + it requires the use of an external library. This library is licensed + under the LPGL, and so cannot be used in the console by default, but + can be downloaded from <a href="http://jline.sf.net">JLine</a>. + </p> + <p> + Instructions are detailed in this + <a href="http://marc.theaimsgroup.com/?l=turbine-maven-user&m=110568914709557&w=2">mailing list post</a>. + </p> + </section> </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
