Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
6 stars 3 forks source link

Fix documentation build problem #32

Closed acollign closed 13 years ago

acollign commented 13 years ago

The current release process via ant fails to build the documentation due to the following error

dist_userguide-html:
     [exec] pandoc: /home/alexandre/code/elios/doc/*.txt: openFile: does not exist (No such file or directory)
 

We need to fix this annoying bug to automatize the complete release process.

acollign commented 13 years ago

I will push a dummy fix (sh script to wrap the pandoc call)... nothing better for the time

acollign commented 13 years ago

Quick fix to generate documentation on unices see d6725e2a18e8ce394fff032d6828bfc3599fabbc

acollign commented 13 years ago

Jeremie, could you test on your mac ('cause I don't want to :p)

jgastonraoul commented 13 years ago

What do we have to do to close this issue ? What about pdf generation ?

acollign commented 13 years ago

If the workaround works on Linux and mac, I suggest to close this issue... have you tried on mac ?

PDF is another problem/subject that need another issue... nothing done yet

jgastonraoul commented 13 years ago

Tried on mac : html generation is ok !