I'm about to start a new project and we've decided to use Play!. I've configured my IDE (Eclipse Luna) but, unfortunately, there isn't any sign of the documentation when I hover any function, class or so on.
Looking over the Internet I've came up with Play's github repo (https://github.com/playframework/playframework) and they've a documentation folder (https://github.com/playframework/playframework/tree/master/documentation).
So, how can I generate a Javadoc based on their Github documentation folder?
PS: I'm using the latest Play version, i.e. 2.3.6 where play command is replaced by activator.
You have to pass the complete argument within quotation to the activator command. Here is what worked for me:
.\activator "eclipse with-source=true"
I guess activator otherwhise recognizes eclipse
and with-source=true
as two seperate commands, rather than one command with an argument.
The docs are not clear, which is why you and I got this annoying error.
Calling ./activator eclipse
works, but ./activator eclipse with-source=true
does not as it is (implied?) that it's running from within the activator shell.
Hope that helps. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With