You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2019. It is now read-only.
Test fails in ClassFileReader.getOutputLocationFor, since it doesn't consider Windows backslash.
However, even if to fix it, it still fails because file.getAbsolutePath() is not subdir of rootDir.getAbsolutePath().
To fix that I had to change changeSimplifiedAPTRunnerTest:
final ClassFileReader reader = new ClassFileReader( new File("") ); //it was "output".
BTW, I would not suffer with this project but I could not build "kikaha-kotlin" project since this maven plugin was not in public repositories, unfortunately
The text was updated successfully, but these errors were encountered:
Indeed, the sample kikaha-kotlin project stills using this maven plugin, which is deprecated, now. The reason it is deprecated is because it is just a preview version I did with kotlin guys. On the 2.0 version of Kikaha it was incorporated to kikaha-maven-plugin. I'll update kikaha-kotlin this night and fix this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test fails in ClassFileReader.getOutputLocationFor, since it doesn't consider Windows backslash.
However, even if to fix it, it still fails because file.getAbsolutePath() is not subdir of rootDir.getAbsolutePath().
To fix that I had to change changeSimplifiedAPTRunnerTest:
final ClassFileReader reader = new ClassFileReader( new File("") ); //it was "output".
BTW, I would not suffer with this project but I could not build "kikaha-kotlin" project since this maven plugin was not in public repositories, unfortunately
The text was updated successfully, but these errors were encountered: