--- a/branches/13-jobs/cforge/cforge/Package/CFORGE/Scripts/job.py
+++ b/branches/13-jobs/cforge/cforge/Package/CFORGE/Scripts/job.py
@@ -3,8 +3,6 @@
 import json
 import build
 import commit
-
-print("test")
 
 hasWebClient = True
 try:
@@ -53,12 +51,14 @@
 	sys.exit()
 
 # Job is passed as first argument
-job = json.loads(sys.argv[1])
-print("job...")
+print("==========")
+print(sys.argv[1])
+json_file = open(sys.argv[1], "r").read()
+job = json.loads(json_file)
 print(job)
-sys.exit()
+print("==========")
 
-job["folder"] = '\tmp'
+job["folder"] = '\\temp\\CODESYS'
 	
 # iterate over all tools of the project, and checkout all SVN repositories,
 # excluding the CODESYS folders