Command line args changed
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="${output}/kotlin-compiler.jar"/>
|
||||
</classpath>
|
||||
<arg value="-excludeStdlib"/>
|
||||
<arg value="-src"/>
|
||||
<arg value="${basedir}/stdlib/ktSrc"/>
|
||||
<arg value="-output"/>
|
||||
|
||||
@@ -40,7 +40,7 @@ public class KotlinCompiler {
|
||||
}
|
||||
|
||||
private static void usage(PrintStream target) {
|
||||
target.println("Usage: KotlinCompiler [-output <outputDir>|-jar <jarFileName>] [-src <filename or dirname>|-module <module file>] [-includeRuntime] [-excludeStdlib]");
|
||||
target.println("Usage: KotlinCompiler [-output <outputDir>|-jar <jarFileName>] [-stdlib <path to runtime.jar>] [-src <filename or dirname>|-module <module file>] [-includeRuntime]");
|
||||
}
|
||||
|
||||
public static void main(String ... args) {
|
||||
|
||||
Reference in New Issue
Block a user