Frege / frege-gradle-plugin

Gradle plugin for compiling Frege projects
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

why fregedoc doesn't generate a fregedoc.html ? #32

Closed januslynd closed 8 years ago

januslynd commented 8 years ago

Hi I'm generating my project's fregedoc with the gradle plugin, but no framedoc.html is created (like the one at http://www.frege-lang.org/doc/fregedoc.html)

Thanks :)

Ingo60 commented 8 years ago

No, its not a bug, IMHO. This is done by an extra tool frege.tools.MakeDocIndex that should be included in the fregec.jar

januslynd commented 8 years ago

Agree, it's not a bug of the Gradle plugin. I just assumed frege.tools.fregeDoc tool should be doing everything for me (the same way javadoc does) :(

In the meantime, as a workaround, I would probably create a Gradle task to invoke MakeDocIndex after invoking fregeDoc task.

Thanks

PD: It's ok for me to close this issue.