请分享您的想法,参加 2024 年 Clojure 调查!

欢迎!请参阅 关于 页面以了解工作方式的更多信息。

0
Leiningen

你好,

我有两个 ClojureScript 项目的。我从第一个项目(html-ui-lib)使用以下命令创建一个 JAR 文件,并安装到本地库中

lein with-profile prod jar
lein localrepo install -r /home/muenkel/soft/Global/clojure-repo target/html-ui-lib-0.1.2-SNAPSHOT.jar html-ui-lib 0.1.2-SNAPSHOT

在我第二个项目(via-trans)中尝试使用这个库。为此,我将其包含在项目文件中。不幸的是,JAR 文件的所有文件都没有安装。我做了什么错了?

以下是 JAR 文件的内容

2023 年 8 月 11 日周五 00:02:34 CEST META-INF/MANIFEST.MF
2023 年 8 月 11 日周五 00:02:34 CEST META-INF/maven/html-ui-lib/html-ui-lib/pom.xml
2023 年 8 月 11 日周五 00:02:34 CEST META-INF/leiningen/html-ui-lib/html-ui-lib/project.clj
2023 年 8 月 11 日周五 00:02:34 CEST META-INF/leiningen/html-ui-lib/html-ui-lib/README.md

 0 Fri Aug 11 00:02:32 CEST 2023 META-INF/
 0 Fri Aug 11 00:02:32 CEST 2023 META-INF/maven/
 0 Fri Aug 11 00:02:32 CEST 2023 META-INF/maven/html-ui-lib/
 0 Fri Aug 11 00:02:32 CEST 2023 META-INF/maven/html-ui-lib/html-ui-lib/

2023 年 2 月 11 日周二 23:15:06 CEST META-INF/maven/html-ui-lib/html-ui-lib/pom.properties

 0 Fri Aug 11 00:01:30 CEST 2023 public/
 0 Tue Jul 11 23:15:06 CEST 2023 public/css/

2023 年 7 月 11 日周二 23:15:06 CEST public/css/style.css
2023 年 4 月 26 日星期一 21:35:54 CEST public/test.html

 0 Fri Aug 11 00:02:32 CEST 2023 public/cljs-out/

2023 年 4 月 17 日星期一 22:11:34 CEST public/index.html
2023 年 4 月 8 日星期六 23:03:08 CEST public/devcards.html

 0 Sat Jul 22 23:08:08 CEST 2023 html_ui_lib/
 0 Wed May 10 20:49:58 CEST 2023 html_ui_lib/util/

2023 年 5 月 10 日星期三 20:49:58 CEST html_ui_lib/util/limit-lines.cljs
2023 年 5 月 4 日星期四 23:27:52 CEST html_ui_lib/core.cljs

 0 Tue Jul 18 21:06:24 CEST 2023 html_ui_lib/spec/

2023 年 6 月 4 日星期日 00:13:12 CEST html_ui_lib/spec/email-value-specs.cljs
2023 年 7 月 18 日星期二 21:06:24 CEST html_ui_lib/spec/value_specs.cljs
2023 年 6 月 7 日星期三 23:31:32 CEST html_ui_lib/spec/text_value_specs.cljs
2023 年 6 月 7 日星期三 23:14:28 CEST html_ui_lib/spec/ui-specs.cljs
2023 年 6 月 7 日星期三 23:26:06 CEST html_ui_lib/spec/number_value_specs.cljs
2023 年 5 月 20 日星期日 23:56:54 CEST html_ui_lib/spec/date_value_specs.cljs
2023 年 5 月 31 日星期三 00:26:16 CEST html_ui_lib/spec/drop_down_value_specs.cljs
2023 年 7 月 17 日星期一 22:55:08 CEST html_ui_lib/spec/type_specs.cljs

 0 Tue Jul 18 20:59:58 CEST 2023 html_ui_lib/ui/

2023 年 6 月 6 日星期二 21:32:30 CEST html_ui_lib/ui/input_email.cljs
2023 年 7 月 18 日星期二 20:59:58 CEST html_ui_lib/ui/tree_view.cljs
2023 年 5 月 24 日星期三 22:41:30 CEST html_ui_lib/ui/input_text.cljs
2023 年 6 月 3 日星期六 21:42:24 CEST html_ui_lib/ui/input_date.cljs
2023 年 6 月 7 日星期三 23:35:28 CEST html_ui_lib/ui/input_number.cljs
2023 年 7 月 12 日星期三 22:42:44 CEST html_ui_lib/ui/core.cljs
2023 年 4 月 7 日星期五 21:19:26 CEST html_ui_lib/ui/button.cljs
2023 年 7 月 11 日星期二 23:13:50 CEST html_ui_lib/ui/output_boolean.cljs
2023 年 7 月 12 日星期三 23:57:34 CEST html_ui_lib/ui/input_checkbox.cljs
2023 年 4 月 23 日星期日 22:59:54 CEST html_ui_lib/ui/grid_container.cljs
2023 年 6 月 8 日星期四 22:50:00 CEST html_ui_lib/ui/output_number.cljs
2023 年 7 月 10 日星期一 21:58:34 CEST html_ui_lib/ui/input_radio.cljs
2023 年 4 月 9 日星期日 00:16:22 CEST html_ui_lib/ui/table.cljs
2023 年 7 月 1 日星期六 22:19:10 CEST html_ui_lib/ui/drop_down_list.cljs
2023 年 6 月 28 日星期三 22:57:44 CEST html_ui_lib/ui/leaf_template.cljs
2023 年 6 月 13 日 星期三 23:19:22 CEST html_ui_lib/ui/output_text.cljs
2023 年 7 月 13 日 星期四 23:36:30 CEST html_ui_lib/ui/input_password.cljs
2023 年 6 月 7 日 星期三 22:44:34 CEST html_ui_lib/test_runner.cljs
2023 年 6 月 7 日 星期三 22:57:28 CEST html_ui_lib/number_value_specs_test.cljs
2023 年 5 月 24 日 星期三 21:17:16 CEST html_ui_lib/text_value_specs_test.cljs
2023 年 5 月 30 日 星期二 23:24:06 CEST html_ui_lib/value_specs_test.cljs
2023 年 6 月 7 日 星期三 23:07:38 CEST html_ui_lib/ui_specs_test.cljs
2023 年 5 月 24 日 星期三 21:37:08 CEST html_ui_lib/type_specs_test.cljs
2023 年 5 月 24 日 星期三 23:44:04 CEST html_ui_lib/drop_down_value_specs_test.cljs
2023 年 3 月 26 日 星期日 21:35:54 CEST html_ui_lib/core_test.cljs

另一方面,这是库目录的内容。如您所见,这里只包含命名空间 ui 的文件

via-trans/resources/public/cljs-out/dev/html_ui_lib/
└── ui
    ├── core.cljs
    ├── core.cljs.cache.json
    ├── core.js
    ├── core.js.map
    ├── input_text.cljs
    └── input_text.js

这是 html_ui_lib 的 project.clj 文件

(defproject html-ui-lib "0.1.2-SNAPSHOT")
:description "FIXME: 编写此内容!"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"}

        :url "http://www.eclipse.org/legal/epl-v10.html"}

:min-lein-version "2.7.1"
:dependencies [[clj-commons/citrus "3.3.0"]

             [cljs-ajax "0.8.1"]
             [funcool/struct "1.4.0"]
             [org.clojure/clojure "1.10.0"]
             [org.clojure/clojurescript "1.11.60"]
             [rum "0.12.10"]]

;;:deps {io.github.clj-kondo/config-rum-rum {:mvn/version "0.12.10"}}
:global-vars {warn-on-reflection true}
;;:global-vars {asserts false}
:source-paths ["src/cljs" "test/cljs"]
:aliases {"fig:build" ["trampoline" "run" "-m" "figwheel.main" "-b" "dev" "-r"]}

        "fig:min"   ["run" "-m" "figwheel.main" "-O" "advanced" "-bo" "dev"]
        "prod:build" ["run" "-m" "figwheel.main" "-O" "advanced" "-bo" "prod"]}

:profiles {:dev {:dependencies [[com.bhauman/figwheel-main "0.2.18"]}

                              [org.slf4j/slf4j-nop "1.7.30"]
                              [com.bhauman/rebel-readline-cljs "0.1.4"]
                              [devcards "0.2.7"]
                              ;; for informing the linter clj-kondo, that the macros
                              ;; defc etc defines symbols
                              [io.github.clj-kondo/config-rum-rum "1.0.0"]]
               :source-paths ["devcards/cljs"]
               :resource-paths ["target"]
               ;; need to add the compiled assets to the :clean-targets
               :clean-targets ^{:protect false} ["target" "resources/public/cljs-out"]
               #_:global-vars #_{*asserts* false}}
         :prod {:dependencies [[com.bhauman/figwheel-main "0.2.18"]]
                :compiler {:optimizations :advanced
                           :pretty-print false}
                :clean-targets ^{:protect false}
                ["target"
                 "resources/public/cljs-out/prod"
                 "resources/public/cljs-out/prod-main.js"]
                :cljsbuild {:builds
                            [{:source-paths ["src/cljs"]
                              :compiler
                              {:output-to "resources/public/cljs-out/prod-main.js"
                               :optimizations :advanced
                               :pretty-print false}
                              :build nil}]}
                :plugins [[lein-cljsbuild "1.1.8"]]}}

:plugins [[com.github.clj-kondo/lein-clj-kondo "0.2.4"]}

        [com.fabiodomingues/lein-clj-depend "0.3.0"] ;; Usage: lein clj-depend
        ;; Detects curcular referencies
        [lein-kibit "0.1.8"] ; Code Analyzer: https://github.com/clj-commons/kibit
                                    ; Anounced better code alternatives
                                    ; Usage: lein kibit
                                    ; Automatic: lein auto kibit
                                    ; With replace: lein kibit --replace --interactive
        ])

以下是 via-trans 的项目文件

(defproject via-trans "0.1.0-SNAPSHOT")
:description "FIXME: 编写描述!"
:url "http://example.com/FIXME"
:dependencies [;;[camel-snake-kebab "0.4.3"] ; 用于转换键字的库

             [ch.qos.logback/logback-classic "1.4.4"]
             [cljs-ajax "0.8.1"]
             [clj-commons/citrus "3.3.0"]
             ;;[clojure.java-time "1.1.0"]
             ;;[cljc.java-time "RENAMED"]
             [cljc.java-time "0.1.18"]
             [conman "0.9.6"] ; Library used for creating functions from sql
             [cprop "0.1.19"]   ; Configuration
             [devcards "0.2.7"]
             [expound "0.9.0"]
             [funcool/struct "1.4.0"]
             [com.layerware/hugsql "0.5.3"] ; Replacement for conman
             ;[hugsql-adapter-case "0.1.0"] ; case adapter for db table columns 
             [html-ui-lib "0.1.2-SNAPSHOT"]
             [json-html "0.4.7"]
             [luminus-transit "0.1.5"]
             [luminus-undertow "0.1.18"]
             [luminus/ring-ttl-session "0.3.3"]
             [org.mariadb.jdbc/mariadb-java-client "1.1.5"]
             ;;[mysql/mysql-connector-java "8.0.18"]
             [markdown-clj "1.11.3"]
             [metosin/muuntaja "0.6.8"]
             [metosin/reitit "0.5.18"]
             [metosin/ring-http-response "0.9.3"]
             [mount "0.1.16"]
             [nrepl "1.0.0"]
             [org.clojure/clojure "1.11.1"]
             [org.clojure/clojurescript "1.11.60"]
             [org.clojure/tools.cli "1.0.214"]
             [org.clojure/tools.logging "1.2.4"]
             [org.webjars.npm/bulma "0.9.4"]
             [org.webjars.npm/material-icons "1.10.8"]
             [org.webjars/webjars-locator "0.45"]
             [org.webjars/webjars-locator-jboss-vfs "0.1.0"]
             [ring-webjars "0.2.0"]
             [ring/ring-core "1.9.6"]
             [ring/ring-defaults "0.3.4"]
             [rum "0.12.10"]
             [selmer "1.12.55"]]

:min-lein-version "2.0.0"
:source-paths ["src/clj" "src/cljc" "src/cljs" "devcards/cljs"]
:test-paths ["test/clj" "test/cljc" "test/cljs"]
:resource-paths ["resources" "target"]
:clean-targets ^{:protect false} ["target" "resources/public/cljs-out"]
:target-path "target/%s/"
:main ^:skip-aot via-trans.core
:plugins []
:profiles
{:uberjar {:omit-source true}}

         :aot :all
         :uberjar-name "via-trans.jar"
         :source-paths ["env/prod/clj" ]
         :resource-paths ["env/prod/resources"]}

:dev [:project/dev :profiles/dev]
:test [:project/dev :project/test :profiles/test]
:project/dev {:jvm-opts ["-Dconf=dev-config.edn" ]}

              :dependencies [[com.bhauman/figwheel-main "0.2.18"]
                             [com.bhauman/rebel-readline-cljs "0.1.4"]
                             [org.clojure/tools.namespace "1.3.0"]
                             [pjstadig/humane-test-output "0.11.0"]
                             [prone "2021-04-23"]
                             [ring/ring-devel "1.9.6"]
                             [ring/ring-mock "0.4.0"]]
              :plugins      [[com.jakemccrary/lein-test-refresh "0.24.1"]
                             [jonase/eastwood "1.2.4"]
                             ;;[cider/cider-nrepl "0.28.4"] ; ist in .lein/profiles.clj
                             ]   
              :source-paths ["env/dev/clj" ]
              :resource-paths ["env/dev/resources" "target"]
              :repl-options {:init-ns user
                             :timeout 120000}
              :injections [(require 'pjstadig.humane-test-output)
                           (pjstadig.humane-test-output/activate!)]}

:project/test {:jvm-opts ["-Dconf=test-config.edn" ]}

              :resource-paths ["env/test/resources"] }

:profiles/dev {}
:profiles/test {}}

by
您没有描述实际的问题。这似乎都应该是这样,所以很难从其中推断出问题。
by
问题在于,并非所有JAR文件都安装在 via-trans/resources/public/cljs-out/dev/html_ui_lib/ 目录下(请查看我的帖子中的目录列表——在JAR文件内容列表之后)。只有html-ui-lib/ui命名空间,例如,而不是html-ui-lib/spec命名空间。但由于html-ui-lib/ui文件需要html-ui-lib/spec文件,因此会出现编译错误。

1 答案

0

您的配置不常见,因此很难弄清楚您希望发生什么,或者为什么您要将的开发文件放入.jar中。

在常见的Clojure(Script)配置中,库只包含其源代码,不包含编译生成的文件。实际项目随后使用这些库来构建它们所需的内容。

库中也可以有CLJS构建,但这些仅仅与该库的开发有关,不是实际发布输出的部分。

如果您出于某种原因不想这样做,并希望将构建保持在该库中,那么项目应该只包含由prod构建产生的.js文件,这通常在项目的prod.edn中定义。它可能只生成一个输出文件。您所抱怨的缺失文件是开发文件,不再相关。

您似乎也将项目拼凑在一起,因为仍有关于可能已使用的lein-cljsbuild配置的残留,以及一些figwheel.main的引用。您可能希望清理这些,以便更容易弄清楚实际情况。

我也不确定关于使用lein-localrepo。一个简单的lein install应该可以达到相同的效果,如果目标是使用项目本地安装的库。不确定localrepo的确切用途。

评论
localrepo插件允许您在特定的坐标下安装任意JAR文件,旨在帮助您使用仅作为普通下载存在(不在Maven仓库中)或作为具有任意构建过程的源项目(所以您必须下载并自己构建JAR)。使用它而不是lein install在我看来似乎非常奇特。
by
我认为项目.clj文件中的异常是由于我的无知而不是意图造成的。另外,对于生产配置prod,我同时尝试了cljsbuild和figwheel。

我用figwheel.main进行了开发,并且认为在生产环境下我必须使用常规的ClojureScript编译器cljsbuild。
当我使用figwheel生成优化的JavaScript文件时,与使用cljsbuild相比,不是所有命名空间都被包含在内。

但如果我的理解正确,无论如何,JAR文件中应该只包含cljs文件 - 对吗?
那么,单独使用`lein with-profile prod jar`命令就足够创建JAR文件 - 对吗?
如你所见,我的帖子的顶部,JAR文件中也只包含cljs文件,没有js文件。
by
为了澄清。`lein install`将生成JAR并本地安装到`~/.m2`,使其可供其他项目访问。您无需手动创建JAR或使用本地仓库。是的,仅包含.cljs文件是做事的标准方式。然而,确实需要将构建设置添加或移动到项目中。我猜figwheel不包括所有文件可能是因为您可能没有正确地要求代码中的项目,即缺少(ns ... (:require ... )。
by
感谢您的提示。我不知道这个。现在我用`lein install`重新安装了html-ui-lib项目,但错误仍然存在。只有在via-trans-project中复制的Clojurescript文件ui/core.cljs和ui/input_text.cljs,我不明白为什么。

是否有什么元文件,我必须填写有关JAR中Clojurescript文件的信息?
by
这又是一个我无法完全理解的预期。install将把.jar文件复制到 ~/.m2 存储库目录中。它不会将任何内容复制到via-trans项目中。你为什么预期文件会被复制到via-trans项目中?.jar文件没有额外的配置,只需要包含文件。根据你的初始帖子,这似乎是正确的。你的项目也需要依赖这个库,但这在两种情况下似乎都缺少?你应该在你的项目 :dependencies中有一个[html-ui-lib "0.1.2-SNAPSHOT"]。
by
依赖项[html-ui-lib "0.1.2-SNAPSHOT"]存在于via-trans的项目.clj文件中。

运行了emacs命令cider-jack-in-cljs,repl类型为figwheel-main,构建类型为dev之后,我遇到了以下编译错误
``` clojurescript
[Figwheel:WARNING] 编译异常   public/cljs-out/dev/html_ui_lib/ui/input_text.cljs   行:7  列:5

  没有找到命名空间:html-ui-lib.spec.ui-specs,无法找到 html_ui_lib/spec/ui_specs.cljs,html_ui_lib/spec/ui_specs.cljc 或提供"html_ui_lib.spec.ui-specs"的JavaScript源文件(请检查具有破折号的命名空间在ClojureScript文件名中是否使用下划线)在public/cljs-out/dev/html_ui_lib/ui/input_text.cljs文件中

   2    (:require
   3     [citrus.core :as citrus]
   4     [rum.core :as rum]
   5     [html-ui-lib.ui.core :refer [get-event-value-save-cursor!
   6                                  set-cursor-pos-mixin]]
   7     [html-ui-lib.spec.ui-specs :as us]
          ^---
   8     [cljs.spec.alpha :as s]))
```
被抱怨缺失的文件"html_ui_lib/spec/ui_specs.cljs"在jar文件中,但不在"resources/public/cljs-out/dev/html_ui_lib/"目录中。那里只有一个ui目录。这就是我假设编译器将依赖内容复制到"resources/public/cljs-out/dev",但在html-ui-lib的情况下并没有完全复制的原因。
by
它所抱怨的错误实际上是文件名是错误的。记住,文件名应该用_替换-。根据您的最初帖子,文件名为html_ui_lib/spec/ui-specs.cljs,注意最后的-。将其替换掉,你应该就搞定了。

我不知道为什么figwheel要用public文件夹作为参考,这非常误导人,并不是实际使用文件的真实来源。但现在我明白了你为什么对文件位置感到困惑。
非常感谢您的帮助。

问题确实出在文件名中的下划线上。我知道,在Clojure / Clojurescript中,文件名必须使用下划线而不是短横线。但作为一个老Lisp程序员,我总是在文件名中不加思索地使用短横线而不是下划线。
但无论如何,我在html-lib-ui中用defcard和测试我的代码没有问题。在我看来,Clojurescript对文件名中的短横线的问题不像Clojure那么严重。
是否有任何linters或Emacs的包可以在文件名中有短横线时发出警告?
...