Activity
From 07/21/2012 to 08/19/2012
08/19/2012
-
11:17 PM Bug #1536 (New): Ambiguity in ffmpeg parameter
- ...
-
06:36 PM Bug #1534 (New): FileExistsException if try to convert a file
- ...
-
05:15 PM Feature #1533 (New): Preserve the last modified time on converted files
-
05:09 PM Feature #1532 (New): Add convert files script
-
10:37 AM Revision 8bd0072b: Mark the bashscript input
- #1531
-
10:37 AM Revision e0992ac8: Add more space before the paragraph then after
- #1531
-
10:34 AM Revision 95c769d7: script home build-in variable
- The SCRIPT_HOME build-in variable to hold the home directory of the
script. The home directory is set by the system p...
08/18/2012
-
11:47 AM Revision 1c77cb9d: ST resources for script
- Template resources for script. Use the build-in variable TEMPLATES to
access templates. Finish #1526 -
11:44 AM Revision 5de3a465: Set texts resources version 1.2.1-SNAPSHOT
- #1523
-
10:18 AM Revision 7f0268e4: Set the home directory of groovybash
- To use the resources we need to add the resources path to the class path
of the script. To do that we need the home d... -
04:40 AM Revision 774d1331: Set environment log messages to level debug
- The messages are not for the normal end-user.
#1524 -
04:16 AM Revision effe1d84: Add module for resources
- #1524
08/17/2012
-
06:20 PM Revision 0bf7442f: Add javadoc and license for text resources
- #1524
-
06:59 AM Revision c6beffc2: Add the variable TEXTS for text resources
- Finish #1524
-
05:02 AM Revision be6933b2: Add the package as the class path
- Add the modified package name in the working directory as a new
classpath.
#1522 -
04:44 AM Revision bfb50864: Set core development version 0.3-SNAPSHOT
- #1522
08/16/2012
-
03:07 PM Revision ed869b64: Add Izpack configuration files
- #1518
08/14/2012
-
01:31 PM Revision 1b0b193e: Set core version to 0.2
- #1516
-
12:22 PM Revision 548bcab2: Set buildins version to 0.1
- #1516
-
10:02 AM Revision 76876f9a: FilesList do not implement iterable
- Fixes #1517
-
09:48 AM Revision 787b9307: Add missing Groovy dependency
- #1516
-
07:37 AM Revision 6cc2bdd6: Split build-in variables to files
- #1512
-
07:37 AM Revision abef063b: Document detox build-in command
- #1501
-
07:28 AM Revision f9fa06b3: Add GPL license to detox build-in
- #1501
-
07:27 AM Revision 25cf8517: Add detox script test
- Install the detox plug-in module.
#1501 -
07:24 AM Revision 2a1973dd: Fix logging message for run command
- #1501
-
07:19 AM Revision 986d492e: Buid-in command detox
- Remove all "toxic" characters from a file name.
fileName = " my file with \t\n stuff.txt"
name = detox fileName
na...
08/13/2012
-
05:02 PM Revision 86bed3bc: Build-in variable HOME
- Add build-in variables HOME and USER_HOME for the home directory of the
current user. Finish #1514 -
04:57 PM Revision f4c0a594: Add variable to working directory variable name constant
- #1492
-
04:56 PM Revision c5cce016: Put variable ARGS to the variables map
- #1468
-
04:46 PM Revision 0f74090e: Add latex class styles, add return valyes types
- #1512
-
04:45 PM Revision 88b12ceb: Rename the parsed parameter value, and update javadoc
- #1507
-
04:11 PM Revision 3cc2a9c3: Return value of listFiles should equals a list
- The return value of the build-in command listFiles should compare to a
list of files:
result = listFiles
assert resu... -
11:06 AM Revision 042cfbd4: Add documentation
-
10:56 AM Revision d187cc82: Test script build-in variables
- #1502
-
09:12 AM Revision ae5d4fb5: Test script with the parse build-in command
- #1502
-
09:09 AM Revision 4cbf7b92: Test script with the logging build-in commands
- #1502
-
09:01 AM Revision 6fd9bc1e: Test script with the echo build-in command
- #1502
-
08:50 AM Revision 5c16214a: Test script with the cd build-in command
- #1502
-
08:50 AM Revision 6bec08b4: Add check for directory in cd build-in command
- #1502
-
08:41 AM Revision 97afdcaa: Test script with the "pwd" build-in command
- #1502
-
08:39 AM Revision f109231d: Test script with the "listFiles" build-in command
- #1502
-
08:36 AM Revision 4be9aa74: Test script with the run build-in command
- #1502
-
06:09 AM Revision b4786053: Fix environment property resource
- #1502
-
06:07 AM Revision e0b12ddd: Remove command exception
- #1502
-
06:03 AM Revision cb333680: Test imports in the script parser
- #1502
-
05:56 AM Revision 00c91158: Add a simple script test for parser
- #1502
-
05:30 AM Revision 5ed549da: Move parser to own package and add javadocs to parser
- #1502
-
05:20 AM Revision 2cfbc46c: Cleanup core
- #1502
-
05:08 AM Revision cb557b7d: Fix the build-ins
- #1511
-
05:02 AM Revision c81f7311: Fix echo build-in command to use flag "fromIn"
- Use the "fromIn" flag in addition to the "in" flag. If no "fromIn: true"
flag is set we stream the data from the stan...
08/12/2012
-
05:55 PM Revision 523d5a78: Fix cd build-in command to use flag "fromIn"
- We do not need to read the input because the abstract build-in already
injects the read line from the input as the fi... -
05:52 PM Revision 509adba7: Read command from the input for run build-in
- Rework abstract build-in to inject read line from the input stream, if
the flag "fromIn: true" is set.
#1511 -
03:29 PM Revision f70f7b5c: Fix commands with whitespace quoted
- #1510
-
01:28 PM Revision eea63476: Generalize the output task to output output and error
- #1510
-
01:11 PM Revision ddb662fd: Run build-in plug-in
- #1510
-
01:10 PM Revision dd0e46c9: Return the return code from the command
- #1510
-
12:02 PM Revision ee40a8e4: Test run build-in
- Finish #1510
-
10:32 AM Revision 6cbab018: Add pwd build-in plug-in
- #1509
-
10:31 AM Revision f1d53c6c: Build-in command pwd should return the current working directory
- The build-in command pwd should return the current working directory and
not print it. Because this is not the bash w... -
10:16 AM Revision 2977814b: Set pwd build-in since version to 0.1
- #1509
-
08:53 AM Revision 01d042d7: Add parse build-in plug-in
- Finish #1508
-
08:52 AM Revision 8ed14e18: Let parsed return value equals to a boolean
- So we can directly test if the parameter are valid or not:
parameter = parse new Parameter()
if (parameter) ... -
08:38 AM Revision fbf91b08: Add log4j properties for tests
- #1506
-
08:37 AM Revision 3474b133: Test parse build-in
- Finish #1506
-
08:20 AM Revision 3644e93c: Show the arguments comma separated
- #1506
-
08:20 AM Revision 3b9bfe33: Add missing returns module
- #1506
-
08:16 AM Revision 298f8759: Remove since 0.2 version of parsed return value
- #1506
-
08:15 AM Revision 581b867d: Set the output streams for parsed return value
- #1506
-
08:15 AM Revision caac1ccc: Set newline before the benchmark output
- #1464
-
08:08 AM Revision 1c61fd8c: Set since version for parse to 0.1
- #1506
-
06:12 AM Revision 8854a00c: Add listFiles build-in plug-in
- Finish #1497
-
06:11 AM Revision aa7dc2a8: Add test listFiles
- #1497
-
06:11 AM Revision 61890f9c: Add missing returns module
- #1497
-
05:55 AM Revision 9da7e1f5: Set since version to 0.1 for listFiles build-in
- #1497
-
05:48 AM Revision 4c3e08e7: Add documentation and gpl license for the cd build-in
- Finish #1459
-
05:46 AM Revision 53cc206b: Read directory from input for cd build-in
- Read the directory name from the standard input.
Finish #1505
08/11/2012
-
04:42 PM Revision 46f918f0: Add gpl license
- #1460
-
04:41 PM Revision 1fd642e1: Add echo plugin
- #1460
-
04:34 PM Revision 969f915e: Echo outputs text that is read in the standard input stream.
- Test read from input. Finish #1504
-
04:22 PM Revision 6f09b3c4: Case sensitive flag noNewline
- Case sensitive is better to read. Finish #1503
-
04:19 PM Revision c995f83d: Simplify the echo build-in
- #1503
-
03:57 PM Revision d5364b0c: Remove JSPF, split build-ins in own module
- We use Guice Multibindings to implement a plug-in like bindings.
#1502 -
09:36 AM Revision 96f49e80: Install the build-in modules
- #1502
-
09:33 AM Revision 9fd302a1: Remove build-in plug-ins
- #1502
08/10/2012
-
07:24 AM Revision b2536f8d: Import FilenameUtils and FileUtils to script
- Import org.apache.commons.io.FilenameUtils and
org.apache.commons.io.FileUtils to make the methods available to the
s... -
06:48 AM Revision 5b93f29f: Valid/not valid semantic for parser
- Valid/not valid semantic for the parser, so a more precise syntax with
closures is possible:
parser = parse new Para... -
04:13 AM Revision 88d2e779: Buid-in command listFiles
- Search all files in the current working directory with the given file
names NAME.... The file names can contain wildc...
08/09/2012
-
11:07 AM Revision 83af7b9a: Return example and usage as strings
- The parsed value returns the example and usage as string that can be
used in echo.
Finish #1496
08/08/2012
-
05:23 PM Revision e570cb63: Add build-in command pwd
- Prints the absolute path of the current working directory.
Finish #1491 -
05:07 PM Revision 2b55a82c: Add build-in variable PWD
- The absolute path of the current working directory.
Finish #1492 -
05:00 PM Revision 09183a88: Fix commands with no arguments
- #1492
-
04:40 PM Revision 994faa4b: Set core version 1.2-SNAPSHOT
- #1492
-
04:40 PM Revision 870e0f4e: Add apache ivy
- Fixes #1490
-
12:19 PM Revision a5aa1632: Fix the array slicing
- Whether we found '--' or not we need to slice.
Fixes #1489 -
12:08 PM Revision 02108ac6: Add print help to parse parameter test
- #1488
-
11:39 AM Revision 4faf9a59: Update core version 0.1.1
- #1488
-
11:37 AM Revision 062108bd: Set core version 0.1.1
- Finish #1488
-
11:36 AM Revision 0016e1fb: Less verbose default logger
- Finish #1487
-
11:27 AM Revision f7c7d18d: Add flag if the arguments are parsed correctly or not
- The parsed return value is returned, if the parser throws an exception
or not. They contains the flag valid to show t... -
05:50 AM Revision 84fb7fc5: Set core version to 0.1.1-SNAPSHOT
- #1486
-
05:49 AM Revision 75502ff6: Add test to call a print help method for the parser
- #1486
08/07/2012
-
02:24 PM Revision 55413217: Fix echo script
- The return code now equals to a boolean
#1483 -
02:24 PM Revision e9883230: Fix parser test
- Add missing returns module.
#1483 -
02:23 PM Revision ef828b6f: Update versions
- #1483
-
02:18 PM Revision 886721f1: Comment out the logging tests
- Because the order in which the methods are called in maven are
different. So we can't assume the content of the log f... -
02:11 PM Revision 94efe28d: Set version of core to 0.1
- Finish #1483
-
02:09 PM Revision c42d1b2e: Set parent version 1.0
- Update propertiesutils to version 1.1.2
Finish -
11:18 AM Revision 2f8c43cf: Test log levels
- #1482
-
11:16 AM Revision d59926f3: Error logging build-in with throwable argument
- #1482
-
11:11 AM Revision 0529b895: Create error logging build-in
- #1482
-
11:09 AM Revision 4926d1cd: Create trace logging build-in
- #1482
-
11:06 AM Revision 0e095917: Create warn logging build-in
- #1482
-
11:05 AM Revision 9835e915: Create info logging build-in
- #1482
-
10:54 AM Revision 8c063a94: Create debug logging build-in
- #1482
-
10:27 AM Revision 4a6aed81: Set empty script arguments
- #1467
-
05:43 AM Revision 1f842a0c: Set empty default arguments
- #1467
-
05:42 AM Revision 929ddb98: Add parse arguments script
- We need to put the scripts in an own directory so the imports are not
automatically imported.
#1467 -
05:42 AM Revision 63be785a: Split the arguments in app arguments and script arguments
- The arguments are plit by the --
#1467 -
05:41 AM Revision fbd8c4f9: Add returns module for the return values
- #1467
-
05:28 AM Revision 05080684: Do not print extra newlines for example and usage
- #1467
-
03:12 AM Revision ccb35a49: Test parameter arguments
- #1467
-
03:07 AM Revision 2e18c92b: Add properties resource for star imports and imports
- #1467
-
02:59 AM Revision 4c68ce1b: Add print example and usage
- #1467
08/06/2012
08/05/2012
-
02:02 PM Revision 6542bfa1: Add arg4j annotation as imports
- #1467
-
01:58 PM Revision 965d116a: Set the command line arguments and create the ARGS variable
- #1468
-
10:53 AM Revision ad47c41f: Add script to test the custom working directory
- #1466
-
10:48 AM Revision cf7b2deb: Forget to reset the arguments and flags for the next command
- #1465
-
10:19 AM Revision 5fdce39e: Rename test methods, we do not use echo
- #1466
-
10:19 AM Revision 06aa9b73: Add tests to test custom working directory for run command
- #1466
-
10:13 AM Revision 41615dd6: Use convinient method to create the parser and run
- #1465
-
09:43 AM Revision f4d12ab5: Test the environment argument for run build-in
- #1465
08/04/2012
-
03:56 PM Revision 759ad143: Shutdown the executor service so the app can terminate
- #1463
-
03:18 PM Revision 354bb19a: Name the test echo script
- #1463
-
03:14 PM Revision 0bd0ea97: Add test for output and error
- #1463
-
02:59 PM Revision 8d62bd88: Fix cd build-in, overwrite the set arguments with the flags
- The set arguments with the flags methods is called at last.
#1463 -
02:59 PM Revision e350b6c5: Fix echo build-in, the AbstractBuildin already set the arguments
- #1463
-
02:56 PM Revision cdaba0cc: Make it possible to use out, in, err flags
- #1463
-
02:42 PM Revision 80cd652d: Fixing modules
- #1463
-
09:18 AM Revision 550bf190: Fix tests
- #1463
-
08:35 AM Revision 269585da: Fix reading of stdout and stdin
- #1463
08/03/2012
-
04:23 PM Revision 55748a3c: Execute external command and re-direct output and error streams
- #1463
-
09:15 AM Revision e9e55280: Throw DirectoryNotFoundException in cd build-in
- Finish #1462
-
09:12 AM Revision 6ab96aec: Put the generic set input/output stream methods to standard streams
- #1461
-
06:14 AM Revision ee49df3b: Redirect standard input for echo build-in
- We can redirect the input to be read from a stream or from a file.
Finish #1461
08/02/2012
-
02:58 PM Revision b1bfb4bd: Move echo build-in command to own package
- #1460
-
02:58 PM Revision fafd62d1: Add test to pass a File for cd
- #1459
-
02:56 PM Revision dcd9c96b: Update javadoc to mention default value of DIR for cd
- #1459
-
02:45 PM Revision 4c3f217e: Fix cd build-in command
- #1458
-
02:42 PM Revision 22b2d7cd: Implement Stdout redirection
- Finish #1458
08/01/2012
-
03:42 PM Revision f9d8f49d: Implement start class
-
03:30 PM Revision 70e2e672: Let return value extend number so we can test with numbers
-
01:12 PM Revision d692561a: Implement the CLI application with parameter and parser
-
01:12 PM Revision b8ac0afa: Set constants for the plug-in properties file
-
01:07 PM Revision e98790b4: Set propertiesutils to version 1.1.2-SNAPSHOT
- #1457
-
06:45 AM Revision a5ee4010: Add license and javadoc
-
04:06 AM Revision 116909d3: Import exceptions in script
07/31/2012
-
07:53 PM Revision 4be16fef: Exceptions in the build-in are thrown in the script
-
07:22 PM Revision 65d68d6d: Add return value for commands
-
04:28 PM Revision b6b62231: Add cd change to a directory
-
04:16 PM Revision 73b62680: Add cd build-in command
- It change the working directory to the user home directory.
-
03:27 PM Revision 1dad81e1: Add test to parse echo build-in commands
-
03:16 PM Revision 7e41ff0d: Fix echo tests, add javadoc
-
02:59 PM Revision fe3d9781: Implement parser and environment
07/30/2012
07/29/2012
Also available in: Atom