Adjusted the config file to work with the standard filename configuration, and a checkout location to reduce duplication.

This commit is contained in:
Emily 2012-02-20 14:39:51 +01:00
parent 6f7efa40eb
commit 7832dd745c
4 changed files with 12 additions and 10 deletions

View File

@ -1,18 +1,21 @@
full_name:Gilded Rose Refactoring Kata full_name:Gilded Rose Refactoring Kata
# location where you have your clone
default_checkout:/home/emily/workspace/Refactoring-Katas/GildedRose
# Settings for the Java version # Settings for the Java version
executable:Main executable:Main
interpreter:java interpreter:java
# note you'll also need to update the file environment.gr with your classpath # note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
# Settings for the Python version # Settings for the Python version
# note you should have the full path to your code here, not this example #executable:${TEXTTEST_CHECKOUT}/python/gilded_rose.py
#executable:/home/emily/workspace/Refactoring-Katas/GildedRose/python/gilded_rose.py
#interpreter:python #interpreter:python
# turn on one of these if you prefer them to notepad or emacs. # turn on one of these if you prefer them to notepad or emacs.
#view_program:gedit [view_program]
#view_program:mate #*:mate
#*:gedit
[end]
file_convention_scheme:standard filename_convention_scheme:standard

View File

@ -1,3 +1,2 @@
#CLASSPATH:/path/to/where/your/java/class/files/live # If your .class files are somewhere else, add the path to the list
# eg: CLASSPATH:${TEXTTEST_CHECKOUT}/Java:${TEXTTEST_CHECKOUT}/Java/bin
CLASSPATH:/home/emily/workspace/Refactoring-Katas/GildedRose/Java