Feature Requests: Browse | Submit New | Admin
The html_docs rake task should not require the availability of wxWidgets.
Add A Comment:
Date: 2009-01-07 22:50 Sender: Chauk-Mean Proum WXWIN must be set otherwise rake aborts. Even rake --tasks aborts if WXWIN is not set. This is caused by the require of 'rake/rakeconfigure' in line 69 of the main rakefile. For windows, this will require 'rake/rakewindows'. The check of WXWIN env variable is in this file.
Date: 2009-01-07 03:21 Sender: Alex Fenton Hi - closing because I don't think the html_docs task does require the WXWIN environment variable to be set, only that Textile is installed. I tried running textile_docs (gets error) then html_docs (runs fine) in the same shell. Please reopen if not correct - thanks.