Menu

Tree [r285] /
 History

HTTPS access


File Date Author Commit
 lib 2009-02-07 jdobies [r186] Added ability to create a gradebook through com...
 releases 2009-05-25 jdobies [r282] Updated documentation to refer to wiki.
 resources 2009-05-25 jdobies [r282] Updated documentation to refer to wiki.
 samples 2009-05-03 jdobies [r271] Finally flushed out the sample a little more, i...
 src 2009-09-22 jdobies [r285] Reports are now generated to the grader directo...
 test 2009-04-18 jdobies [r253] Initial work towards a preferences framework
 LICENSE 2008-12-23 jdobies [r95] Initial Revision
 README 2009-05-25 jdobies [r283] Added wiki reference
 Turtle.iml 2009-03-07 jdobies [r199] Massive architecture changes. Reworking of the ...
 Turtle.ipr 2009-03-07 jdobies [r199] Massive architecture changes. Reworking of the ...
 build.xml 2009-05-02 jdobies [r270] Updated dist to include the built version of th...

Read Me

===========================================================================================

                                       ,-"""-.
                                  OO._/ \___/ \
                                 (____)_/___\__\_)
                                     /_//   \\_\

                                      CodeTurtle

===========================================================================================



-------------------------------------------------------------------------------------------
                                        Users
-------------------------------------------------------------------------------------------

To run:
----------------------

   - Run the turtle executable JAR:

      java -jar turtle-<version>.jar

   - A number of command line options are available, viewable through the -? flag:

      java -jar turtle-<version>.jar -?

   - The gradebook creation can be auto-populated with the included sample project
     using the sample flag:

      java -jar turtle-<version>.jar --sample

     Additionally, the sample gradebook will be auto-populated with the sample project
     on the first run of CodeTurtle.


-------------------------------------------------------------------------------------------
                                      Developers
-------------------------------------------------------------------------------------------

To build:
-----------------------

   From the code root, run:  ant dist

   The dist target will place the built JAR, along with all of its dependencies, in
   the build/dist directory. It will also assemble the pieces needed for the sample
   project, placing them in the dist directory as well.

   Remember that all ant targets can be viewed with the built in ant command:

     ant -projecthelp


To run:
-----------------------

   Change to the build/dist directory. Note that the JAR was built with JDK 6.

   Run the turtle executable JAR:  java -jar turtle-<version>.jar


To run the samples:
-----------------------

   The samples *must* be run from the samples directory inside of build/dist. The
   samples directory included in the root of the source tree is not properly set up
   to be executed directly.



===========================================================================================

 For more information, including support and how to contribute, visit:

    http://codeturtle.noopenblockers.com
    http://sourceforge.net/projects/codeturtle/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.