-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
in: fitIssues in FIT modulesIssues in FIT modulesstatus: feedback-providedFeedback has been providedFeedback has been providedtype: documentationA documentation taskA documentation task
Milestone
Description
1 文档路径问题
我执行了fitframework-parent的maven clean install后,提示构建成功:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for FIT Framework Parent 3.6.0-SNAPSHOT:
[INFO]
[INFO] FIT Framework Parent ............................... SUCCESS [ 1.252 s]
[INFO] FIT Protocol Nestable Jar .......................... SUCCESS [ 8.175 s]
...
[INFO] FIT Mybatis ........................................ SUCCESS [ 6.505 s]
[INFO] FIT Jacoco Aggregator .............................. SUCCESS [ 5.629 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:09 min
[INFO] Finished at: 2025-06-03T23:05:45+08:00
[INFO] ------------------------------------------------------------------------构建后产生的fit和fit.bat文件位于%FIT_HOME%\build\bin中。而文档03. 使用插件的热插拔能力.md写道,“在变量PATH中新增一个值,为%FIT_HOME%\bin”。
文档中%FIT_HOME%\bin是否应该改为%FIT_HOME%\build\bin?
2 Windows下执行报错
在Windows PowerShell中执行fit或fit.bat(全路径或仅输入fit),均报错:
# fit
C:\Users\64245>fit
/bin/bash: D:SyncCodes6-2025fit-frameworkbuildbinfit: No such file or directory
# fit.bat
C:\Users\64245>fit.bat
/bin/bash: D:SyncCodes6-2025fit-frameworkbuildbinfit: No such file or directory
# 全路径
C:\Users\64245>D:\Sync\Codes\6-2025\fit-framework\build\bin\fit.bat
/bin/bash: D:SyncCodes6-2025fit-frameworkbuildbinfit: No such file or directory报错信息中有Linux环境路径/bin/bash。请问fit能否在Windows下运行?我看到文档中给出了Windows下的环境变量配置方法。
Metadata
Metadata
Assignees
Labels
in: fitIssues in FIT modulesIssues in FIT modulesstatus: feedback-providedFeedback has been providedFeedback has been providedtype: documentationA documentation taskA documentation task