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
# location where you have your clone
default_checkout:/home/emily/workspace/Refactoring-Katas/GildedRose
# Settings for the Java version
executable:Main
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
# note you should have the full path to your code here, not this example
#executable:/home/emily/workspace/Refactoring-Katas/GildedRose/python/gilded_rose.py
#executable:${TEXTTEST_CHECKOUT}/python/gilded_rose.py
#interpreter:python
# turn on one of these if you prefer them to notepad or emacs.
#view_program:gedit
#view_program:mate
[view_program]
#*: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
# eg:
CLASSPATH:/home/emily/workspace/Refactoring-Katas/GildedRose/Java
# If your .class files are somewhere else, add the path to the list
CLASSPATH:${TEXTTEST_CHECKOUT}/Java:${TEXTTEST_CHECKOUT}/Java/bin