Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Maven install fails #1

Open
plinyar opened this issue Sep 20, 2016 · 1 comment
Open

Maven install fails #1

plinyar opened this issue Sep 20, 2016 · 1 comment

Comments

@plinyar
Copy link

plinyar commented Sep 20, 2016

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

@miere
Copy link
Contributor

miere commented Sep 20, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants