Drop "-src" in kotlinc-jvm

Free arguments should be used instead
This commit is contained in:
Alexander Udalov
2014-07-22 17:50:41 +04:00
parent 917938e57b
commit de0fd3818c
25 changed files with 47 additions and 71 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
-src
$TESTDATA_DIR$/classpath.kt
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,4 +1,3 @@
-src
$TESTDATA_DIR$/conflictingOverloads.kt
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,4 +1,4 @@
-src
$TESTDATA_DIR$/diagnosticsOrder1.kt:$TESTDATA_DIR$/diagnosticsOrder2.kt
$TESTDATA_DIR$/diagnosticsOrder1.kt
$TESTDATA_DIR$/diagnosticsOrder2.kt
-output
$TEMP_DIR$
$TEMP_DIR$
-1
View File
@@ -1,6 +1,5 @@
Usage: kotlinc-jvm <options> <source files>
where possible options include:
-src <path> Source file or directory (allows many paths separated by the system path separator)
-jar <path> Resulting .jar file path
-output <path> Output directory path for .class files
-classpath <path> Paths where to find user class files
-1
View File
@@ -1,6 +1,5 @@
Usage: kotlinc-jvm <options> <source files>
where possible options include:
-src <path> Source file or directory (allows many paths separated by the system path separator)
-jar <path> Resulting .jar file path
-output <path> Output directory path for .class files
-classpath <path> Paths where to find user class files
-1
View File
@@ -1,6 +1,5 @@
Usage: kotlinc-jvm <options> <source files>
where possible options include:
-src <path> Source file or directory (allows many paths separated by the system path separator)
-jar <path> Resulting .jar file path
-output <path> Output directory path for .class files
-classpath <path> Paths where to find user class files
@@ -1,7 +1,6 @@
Wrong value for inline option: 'wrong'. Should be 'on'/'off' or 'true'/'false'
Usage: kotlinc-jvm <options> <source files>
where possible options include:
-src <path> Source file or directory (allows many paths separated by the system path separator)
-jar <path> Resulting .jar file path
-output <path> Output directory path for .class files
-classpath <path> Paths where to find user class files
@@ -1,4 +1,3 @@
-src
$TESTDATA_DIR$/multipleTextRangesInDiagnosticsOrder.kt
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,8 +1,7 @@
-src
$TESTDATA_DIR$/simple.kt
-classpath
not/existing/path
-annotations
yet/another/not/existing/path
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,4 +1,3 @@
-src
not/existing/path
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,4 +1,3 @@
-src
$TESTDATA_DIR$/signatureClash.kt
-output
$TEMP_DIR$
$TEMP_DIR$
+1 -2
View File
@@ -1,4 +1,3 @@
-src
$TESTDATA_DIR$/simple.kt
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,6 +1,5 @@
-src
$TESTDATA_DIR$/../warnings.kt
-suppress
warnings
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,6 +1,5 @@
-src
$TESTDATA_DIR$/../warnings.kt
-suppress
WaRnInGs
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,6 +1,5 @@
-src
$TESTDATA_DIR$/wrongAbiVersion.kt
-classpath
$TESTDATA_DIR$/wrongAbiVersionLib
-output
$TEMP_DIR$
$TEMP_DIR$
@@ -1,7 +1,6 @@
Invalid argument: -wrongArgument
Usage: kotlinc-jvm <options> <source files>
where possible options include:
-src <path> Source file or directory (allows many paths separated by the system path separator)
-jar <path> Resulting .jar file path
-output <path> Output directory path for .class files
-classpath <path> Paths where to find user class files
@@ -1,6 +1,5 @@
-src
$TESTDATA_DIR$/wrongKotlinSignature.kt
-classpath
$TESTDATA_DIR$/wrongKotlinSignatureLib
-output
$TEMP_DIR$
$TEMP_DIR$