mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
Adjusted the config file to work with the standard filename configuration, and a checkout location to reduce duplication.
This commit is contained in:
parent
6f7efa40eb
commit
7832dd745c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user