Skip to content

Commit fbd6ae5

Browse files
committed
updated classpath in example
1 parent a857ab8 commit fbd6ae5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/classpath_example.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kscript
2-
//DEPS org.docopt:docopt:0.6.0-SNAPSHOT,log4j:log4j:1.2.14
2+
//DEPS com.offbytwo:docopt:0.6.0.20150202,log4j:log4j:1.2.14
33

44
//#!/usr/bin/env kotlinc -script -classpath /Users/brandl/.m2/repository/org/docopt/docopt/0.6.0-SNAPSHOT/docopt-0.6.0-SNAPSHOT.jar
55

@@ -8,6 +8,10 @@ import java.io.File
88
import java.util.*
99

1010

11+
// woraround for https://youtrack.jetbrains.com/issue/KT-13347
12+
//val args = listOf("foo", "bar")
13+
14+
1115
var test = File("sdf")
1216
val usage = """
1317
Usage: jl <command> [options] [<joblist_file>]

test/resources/multi_line_deps.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env kscript
22

3-
//org.docopt:docopt:0.6.0-SNAPSHOT
43
//DEPS com.offbytwo:docopt:0.6.0.20150202
54
//DEPS log4j:log4j:1.2.14
65

0 commit comments

Comments
 (0)