问题标签 [jhbuild]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
392 浏览

java - 在 debian 打包中强制使用 java 版本

我尝试构建一个 java 应用程序的 debian 包。我已经创建了所有需要的文件。我认为我唯一的问题是在 debian/rules 中使用 jh_build 时强制使用 java 版本

确实,这是我当前的文件:

我有以下输出:

所以我的问题很简单,我需要在哪里写这个选项 -source 8 ?我尝试作为 jh_build 选项没有成功。

编辑我已经按照评论中的建议尝试了这一行:

输出几乎一样,除了第一句!!

0 投票
1 回答
262 浏览

git-bash - 尝试安装 jhbuild 时出现问题(对于 PyGObject)

我正在尝试安装 PyGObject,所以(我猜)我需要安装 jhbuild。我正在关注我在https://developer.gnome.org/jhbuild/unstable/getting-started.html.pt_BR上找到的教程(我是按照 Python 文档上的链接到达那里的,所以它可能是官方安装指南)

我在我的用户内创建了一个名为 jhbuild 的文件夹,并在文件夹 jhbuild 内创建了一个名为 checkout 的文件夹,并在那里启动了一个 git bash。

我跑了cd jhbuild./autogen.sh

然后需要消息“make”来配置和构建 jhbuild

无论如何我继续本教程make,但出现消息bash: make: command not found

我必须做什么才能继续安装?

0 投票
1 回答
87 浏览

jhipster - 打包为 ERROR jar,方法 pageableParameterBuilderPlugin

在此处输入图像描述

2020-12-25 13:51:37.470 WARN 6770 --- [main] ConfigServletWebServerApplicationContext:在上下文初始化期间遇到异常 - 取消刷新尝试:org.springframework.beans.factory.UnsatisfiedDependencyException:创建名称为“pageableParameterBuilderPlugin”的bean时定义在类路径资源[io/github/jhipster/config/apidoc/SwaggerPluginsAutoConfiguration$SpringPagePluginConfiguration.class]:通过方法'pageableParameterBuilderPlugin'参数0表示的不满足的依赖关系;嵌套异常是 org.springframework.beans.factory.NoSuchBeanDefinitionException:没有“springfox.documentation.schema.TypeNameExtractor”类型的合格 bean 可用:预计至少有 1 个有资格作为自动装配候选者的 bean。依赖注释:{} 2020-12-25 13:51:38。


应用程序无法启动


描述:

io.github.jhipster.config.apidoc.SwaggerPluginsAutoConfiguration$SpringPagePluginConfiguration 中方法 pageableParameterBuilderPlugin 的参数 0 需要找不到类型为“springfox.documentation.schema.TypeNameExtractor”的 bean。

行动:

考虑在你的配置中定义一个“springfox.documentation.schema.TypeNameExtractor”类型的bean。


我按照说明做所有事情,但罐子不会。尝试插入不同的依赖项 https://springfox.github.io/springfox/docs/current/,但对我没有任何作用。