Fork me on GitHub
#perun
<
2017-04-14
>
podviaznikov03:04:31

@acuervo thank you for kind words:)

podviaznikov03:04:17

Hey guys, I’m back from vacation. That is the reason I was silent for couple of weeks. I’m trying to deploy and have problem running boot build locally. I’m getting error:

 git:(master) boot build
                                                  Boot.main                    Boot.java: 258
                                                        ...
                                              boot.App.main                     App.java: 491
                                           boot.App.runBoot                     App.java: 399
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java: 150
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java: 159
                                                        ...
                                            boot.main/-main                     main.clj: 206
                                         boot.main/-main/fn                     main.clj: 206
                                                        ...
java.lang.RuntimeException: Unable to resolve symbol: content-pre-wrap in this context
clojure.lang.ExceptionInfo: Unable to resolve symbol: content-pre-wrap in this context
    file: "/var/folders/7d/9c32qg7x2_z9slnznbhq2dg80000gn/T/boot.user7348703248685880978.clj"
    line: 17
Any idea why that might be? Does anyone have the same problem?

martinklepsch05:04:06

@podviaznikov don’t know for sure but I’d think there’s some versioning mismatch. I think content-pre-wrap has been renamed to content-task

bhagany16:04:59

^ that is true