mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[GH-ISSUE #4122] build.bat failed to execute #1370
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @panda0120 on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/4122
Description
I am using Windows 11 on my computer, and the dependent environments have been installed correctly (OpenJDK 21, Maven 3.9.12, node-v22, yarn-4.12.0). However, when I execute the file deploy/build.bat, an error occurs:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:45 min
[INFO] Finished at: 2026-02-10T09:35:25+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.1:compile (default-compile) on project io.cloudbeaver.model.cli: Compilation failure: Compilation failure:
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[48,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[23,35] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 程序包 org.jkiss.dbeaver.model.cli
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverCommandLine.java:[61,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverCommandLine
[ERROR] /C:/Users/Lenovo/IdeaProjects/dbeaver-all/cloudbeaver/server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli/CloudBeaverTopLevelCommand.java:[38,18] 找不到符号
[ERROR] 符号: 类 CommandLineContext
[ERROR] 位置: 类 io.cloudbeaver.model.cli.CloudBeaverTopLevelCommand
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
The complete log is as follows.:
xxx.log
Steps to reproduce
cd deploy
./build.bat
Expected/Desired Behavior
build success
CloudBeaver Version
release_25_3_4
Additional context
No response
@panda0120 commented on GitHub (Feb 10, 2026):
It was my mistake. I switched the branches of dbeaver and cloudbeaver to release_25_3_4, but I didn’t switch the branches of these three projects — dbeaver-common, dbeaver-jdbc-libsql, and dbeaver-osgi-common — to release_25_3_4.