I'm trying to setup my environment to contribute to Kotlin by following Yoshinori Isogai's talk of last KotlinConf, but I'm hitting a wall when running the command
ant -f update_dependencies.xml
. I get an error saying:
Copy code
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Buildfile: update_dependencies.xml does not exist!
Build failed
Any tips?
v
Vladyslav Sitalo
11/04/2018, 9:09 PM
is the file actally there?
l
Luke
11/04/2018, 9:28 PM
Where is it supposed to be?
v
Vladyslav Sitalo
11/04/2018, 9:52 PM
ant -f update_dependencies.xml
If you are running command like that, I presume then intent is for the file to be in the current folder. But in general it’s probably somewhere in the codebase you’ve checked out (my bet is it’s either top level or some build related subfolder). But search is your friend