Author: pidster
Date: Thu Jul 7 14:18:00 2011
New Revision: 1143839
URL: http://svn.apache.org/viewvc?rev=1143839&view=rev
Log:
Update helper doc
Added:
incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt (with props)
Added: incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt
URL:
http://svn.apache.org/viewvc/incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt?rev=1143839&view=auto
==============================================================================
--- incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt (added)
+++ incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt Thu Jul 7
14:18:00 2011
@@ -0,0 +1,30 @@
+
+
+
+This Sandbox subproject contains an experimental design which
+aims to solve a number of the problems with the current Kitty
+code: lack of modularity, excessive static methods, amongst
+others.
+
+ Main.class is a thin launcher.
+
+ Kitty.class is the main entry point and aims to enable
+ launching from the terminal, and potentially inside another
+ application.
+
+Once you have built the project by running gradle, in the
+parent directory, 'sandbox/trunk' test Kitty on Linux/OSX:
+
+> cd groovy1.8/bin
+> CLASSPATH="$CLASSPATH:."
+> groovysh
+
+Groovy Shell (1.8.0, JVM: 1.6.0_24)
+Type 'help' or '\h' for help.
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+groovy:000> import org.apache.kitty.*
+===> [import org.apache.kitty.*]
+
+groovy:000> new Kitty().runConsole()
+####### Apache Kitty (TEST MODE) v0.0 #######
+kitty:~> help
Propchange: incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/kitty/sandbox/trunk/groovy1.8/DESIGN-TESTING.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain