Commit Graph

184 Commits

Author SHA1 Message Date
Pid
069688314b Upgrade gradle 2014-01-30 19:15:24 -05:00
Pid
fbd1a7153d SHL-120 - Add @Inherited and @Documented to the annotations.
Adding @Inherited will permit command properties to be defined on an interface that extends CommandMarker, separating the declarative configuration and implementation, making it easier to read.
2014-01-30 19:09:45 -05:00
Eric Bottard
ac97044e46 SHL-116: Rewrote tokenizer to allow quotes escaping
* Allow unmatched quotes if at the end 30e34da977289ed52221ae0b4e9f5eabdf392a60
* Allow trailing key without an option b6814870a28f5a4bc9509556a847acec5db10523
* Allow completions in unmatched quotes f93bbc7d44461595eb299797a36bd10bc23b83f9
* Fix case where parser would think it is  at end but in quotes is intended for it (as a option marker) a2a710463761668c67810448bd6803ce67bba35e
* Fix corner case of empty quoted string 4fdcfbf2e2cbbee9a7a624735be81ed98fc67ed6
* Handle dangling dash dash at the end 40dd0bbc867b45c8cb8c37a82d5afe93ccbcb960
* Add author tag 9e3a6e0c0964d39e51f6496c97bfdf74c153bd9d
2014-01-30 18:43:18 -05:00
Eric Bottard
27399c3381 SHL-116: Rewrote tokenizer to allow quotes escaping 2014-01-30 18:37:24 -05:00
mpollack
0bbfd4aaad Guard cast of MemoryHistory 2014-01-30 18:24:55 -05:00
mpollack
08357d2c28 Close ReversedLinesFileReader 2014-01-30 18:18:07 -05:00
mpollack
7123eae85a SHL-119 Remove unused bright color constants 2014-01-30 18:06:53 -05:00
mpollack
2cd832858d SHL-118 - Rename JLineCompletorAdapter to ParserCompleter 2014-01-30 18:03:39 -05:00
Eric Bottard
296e4d2ff0 SHL-74: Upgrade to JLine 2 2013-12-11 18:45:47 +01:00
Chris Beams
0ec762012f Fix typo 2013-09-08 11:35:38 -07:00
mpollack
0197461d55 Change version to 1.1.0.BUILD-SNAPSHOT 2013-07-26 14:58:03 -04:00
Spring Buildmaster
4a4cf8e4ca Release version 1.1.0.M1 2013-07-26 11:10:14 -07:00
mpollack
8c63413609 Gradle: Fix version number and repo location used in sample application for 1.1.0.M1 2013-07-26 14:08:11 -04:00
mpollack
63ee083f6b Fix version number and repo location used in sample application for 1.1.0.M1 2013-07-26 14:07:25 -04:00
mpollack
d6e0cfe34c SHL-103 - Create simple way to test the execution of shell commands 2013-07-25 20:19:34 -04:00
mpollack
43e328c3ba SHL-105 - Add option to run helloworld example as a gradle run task
Thanks Hu Xi - a898bbc880
2013-07-25 19:51:47 -04:00
mpollack
87fc2cb862 SHL-104 - Remove compiler warnings
Thanks Hu Xi - 890b41bb04
2013-07-25 19:46:25 -04:00
mpollack
344385116c SHL-69 - Extract "version" command from AbstractShell 2013-07-25 19:38:00 -04:00
mpollack
e9f3de10cb SHL92 - Decoupling the script command from AbstractShell
Thanks to trumpetx
c0abfa0454
2013-07-25 19:11:46 -04:00
mpollack
612da3bda1 SHL-82 Improve detection of apple terminal
Remove AbstractShellTest as it didn't test anything other than calling for system properties
Fix failing tests
2013-07-25 18:33:15 -04:00
mpollack
42328fb890 SHL-68 - Make help for built-in commands consistent 2013-07-25 18:11:17 -04:00
mpollack
201abafb15 SHL-69 - Remove docs for "version" command that is not available 2013-07-25 18:07:48 -04:00
mpollack
d03c4b97a2 SHL-70 Add a command to clear the console
Move some of the built-in commands out of AbstractShell so they can more easily be excluded via filters in classpath scanning
2013-07-25 17:57:27 -04:00
mpollack
f7afbca250 Remove FINE logging of what NamedProviders are being used
Add JUnit to sample build files
2013-07-25 17:37:51 -04:00
mpollack
0462632a76 SHL-73 - Typo in reference docs: CliOptions is CliOption
SHL-71 - Reference docs do not mention PluginProvider interface
2013-07-25 17:20:07 -04:00
mpollack
330735902b SHL-103 Create simple way to test the execution of shell commands. Add missing files from previous commit 2013-07-23 15:10:56 -04:00
mpollack
209fc84a70 SHL-103 Create simple way to test the execution of shell commands 2013-07-23 12:00:29 -04:00
mpollack
4f885ca2ee Add author tag for David Winterfeldt 2013-07-23 03:04:32 -04:00
mpollack
c37f0fdae8 SHL-100,101,102 2013-07-23 03:00:44 -04:00
Mark Pollack
62ca88f36f Merge pull request #11 from jbayer/MavenCentralToGradle
Updated build.gradle for Maven Local and Central
2013-05-12 09:14:45 -07:00
jbayer
cbbd555f8c Updated build.gradle for Maven Local and Central 2013-05-12 08:44:44 -07:00
mpollack
82adda6db9 point to local 1.0.1 build snapshots for sample app. 2012-12-22 03:46:23 +08:00
mpollack
324b3ef050 fix reference to IdeTerminal in docs 2012-12-22 03:46:04 +08:00
mpollack
c22bad1e6a Change how JLineShellComponent is access in Bootstrap class 2012-12-20 05:49:37 +08:00
mpollack
730e33d6ff SHL-66 - Plugins should have access to command line options 2012-12-20 05:41:45 +08:00
mpollack
bab23f22d6 remove extraneous print comment in test 2012-12-20 05:28:27 +08:00
mpollack
f317d21f04 Fix Bootstrap test by not staring the shell and hence other threads that block the completion of tests run via gradle 2012-12-20 03:45:42 +08:00
mpollack
ecf06a70ee SHL-86 - Change bootstrapping procedure so JLineShellComponent can resolve its own dependencies. 2012-12-19 07:50:57 +08:00
mpollack
9ab78ddbbc SHL-79 - Update gradle wrapper to 1.2 2012-11-15 17:52:14 -05:00
mpollack
7e429fc437 SHL-78 - Add an if check in JLineShellComponent's stop method. 2012-11-15 17:43:04 -05:00
mpollack
85849dcfff SHL-76 - Change sample maven based application to use appassembler plugin 2012-11-15 17:31:23 -05:00
mpollack
7860f2b206 SHL-75 - Change repository used to pull in custom jline dependency in sample application. 2012-11-15 17:30:20 -05:00
mpollack
c00c18c51a SHL-75 - Change repository used to pull in custom jline dependency in sample application. 2012-11-15 15:46:18 -05:00
Costin Leau
1e9cf615a6 bump version to dev 2012-10-02 22:58:59 +03:00
Spring Buildmaster
7c90164956 Release version 1.0.0.RELEASE 2012-10-02 12:09:11 -07:00
Costin Leau
d2f64ea5d2 reduce sample logging 2012-10-02 22:06:29 +03:00
Costin Leau
df10436cf4 update changelog + improvements to the sample 2012-10-02 21:36:55 +03:00
Costin Leau
a817d278ae bump sample version 2012-10-02 21:10:38 +03:00
Costin Leau
1274a7e17a bump to dev version 2012-09-20 20:02:18 +03:00
Spring Buildmaster
612027c9cd Release version 1.0.0.RC1 2012-09-20 08:54:40 -07:00