From 2b7c32e8cfc63f2bcb39faad4a02172ce133283a Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sat, 5 Jul 2014 19:15:36 -0700 Subject: [PATCH] expand path to jar. --- bild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bild.py b/bild.py index 0db18c223..8ea7ec333 100755 --- a/bild.py +++ b/bild.py @@ -66,7 +66,7 @@ Main-Class: org.antlr.v4.Tool def tests(): require(mkjar) junit_jar, hamcrest_jar = load_junitjars() - cp = "dist/antlr-"+VERSION+"-complete.jar"+os.pathsep+ \ + cp = uniformpath("dist/antlr-"+VERSION+"-complete.jar")+os.pathsep+ \ uniformpath("out/test/Java")+os.pathsep+ \ string.join([uniformpath(TARGETS[t]+"/tool/test") for t in TARGETS],os.pathsep)+os.pathsep+ \ junit_jar+os.pathsep+hamcrest_jar