Error getting started: 'clj-htmltopdf.options' not found #2

Closed
opened 2018-07-04 07:55:12 -04:00 by emgrasmeder · 2 comments
emgrasmeder commented 2018-07-04 07:55:12 -04:00 (Migrated from github.com)

Hi there,
I'm getting the error

CompilerException java.lang.Exception: namespace 'clj-htmltopdf.options' not found, compiling:(clj_htmltopdf/core.clj:1:1)

after adding [clj-htmltopdf "0.1-alpha5"] to my project.clj and trying to do (use 'clj-htmltopdf.core)

Any ideas why this is failing?
Thanks

Hi there, I'm getting the error ``` CompilerException java.lang.Exception: namespace 'clj-htmltopdf.options' not found, compiling:(clj_htmltopdf/core.clj:1:1) ``` after adding `[clj-htmltopdf "0.1-alpha5"]` to my project.clj and trying to do `(use 'clj-htmltopdf.core)` Any ideas why this is failing? Thanks
gered commented 2018-07-04 17:36:22 -04:00 (Migrated from github.com)

Sorry, it seems I made a little mistake in the latest release. I apologize for the inconvenience. I'll try to get a fix out soon.

So that you're not stuck waiting for me, you can just use the previous release
[clj-htmltopdf "0.1-alpha4"].

Sorry, it seems I made a little mistake in the latest release. I apologize for the inconvenience. I'll try to get a fix out soon. So that you're not stuck waiting for me, you can just use the previous release `[clj-htmltopdf "0.1-alpha4"]`.
gered commented 2018-07-05 12:21:55 -04:00 (Migrated from github.com)

I've just pushed out [clj-htmltopdf "0.1-alpha6"] which fixes that compile error. Let me know if you continue running into any trouble.

I've just pushed out `[clj-htmltopdf "0.1-alpha6"]` which fixes that compile error. Let me know if you continue running into any trouble.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gered/clj-htmltopdf#2
No description provided.