mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
26 lines
888 B
Plaintext
Vendored
26 lines
888 B
Plaintext
Vendored
WARN: Source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt
|
|
|
|
module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml
|
|
content:
|
|
<modules>
|
|
<module name="name" outputDir="whatever" type="java-production">
|
|
<sources path="nonexistentFile.kt"/>
|
|
<sources path="some/nonexistent/dir/"/>
|
|
</module>
|
|
</modules>
|
|
|
|
WARN: Source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir
|
|
|
|
module file path: compiler/testData/cli/jvm/nonexistentPathInModule.xml
|
|
content:
|
|
<modules>
|
|
<module name="name" outputDir="whatever" type="java-production">
|
|
<sources path="nonexistentFile.kt"/>
|
|
<sources path="some/nonexistent/dir/"/>
|
|
</module>
|
|
</modules>
|
|
|
|
error: source file or directory not found: $TESTDATA_DIR$/nonexistentFile.kt
|
|
error: source file or directory not found: $TESTDATA_DIR$/some/nonexistent/dir
|
|
COMPILATION_ERROR
|