jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

Installing jda on your machine #23

Open ducmle opened 3 years ago

ducmle commented 3 years ago

@jdomainapp/all

See the attached installation log (below) for how it went on a typical machine.

jda-installation-log.md

Note:

Reply with questions and feedbacks that you have.

levanvinhskv commented 3 years ago

@jdomainapp/all Error installation JDA:

Reactor Summary: [INFO] [INFO] JDA Root 5.4-SNAPSHOT .............................. SUCCESS [ 1.366 s] [INFO] JDA Common 5.4-SNAPSHOT ............................ SUCCESS [ 30.278 s] [INFO] Module: DCSL 5.4-SNAPSHOT .......................... SUCCESS [ 3.094 s] [INFO] JDA Main (Core) 5.4-SNAPSHOT ....................... SUCCESS [ 11.912 s] [INFO] JDA Modules Root 5.4-SNAPSHOT ...................... SUCCESS [ 0.033 s] [INFO] Module: MCCL 5.4-SNAPSHOT .......................... SUCCESS [ 1.437 s] [INFO] Module: Domain modelling Patterns 5.4-SNAPSHOT ..... SUCCESS [ 2.628 s] Module: RESTFSTool - RESTful Full-Stack Web Software Tool 0.0.1-SNAPSHOT FAILURE [ 11.779 s] [INFO] BUILD FAILURE [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project module-restfstool: Fatal error compiling: error: release version 13 not supported -> [Help 1] [ERROR] Windows have installed: Maven 3.6.3, Java 11

ducmle commented 3 years ago

@levanvinhskv

levanvinhskv commented 3 years ago

Đã install thành công với: Maven 3.63 và JAVA JDK 13. Cảm ơn @ducmle

levanvinhskv commented 3 years ago

Nhờ Anh @ducmle hướng dẫn thêm bước:

Deploy a module project This requires creating a single assembly containing all the project resources (not just the compile classes) Check that maven-assembly-plugin is added to the JDA root's pom.xml and configured cd into the JDA's root directory Type this command, replace module-X by the actual module artifact name: mvn compile assembly:single -pl :module-X -am

Em đã thực hiện Deploy a module: RESTFStool mà có lỗi:

Reactor Summary: [INFO] [INFO] JDA Root 5.4-SNAPSHOT .............................. SUCCESS [ 4.451 s] [INFO] JDA Common 5.4-SNAPSHOT ............................ SUCCESS [ 3.170 s] [INFO] Module: DCSL 5.4-SNAPSHOT .......................... SUCCESS [ 2.161 s] [INFO] JDA Main (Core) 5.4-SNAPSHOT ....................... SUCCESS [ 3.407 s] [INFO] JDA Modules Root 5.4-SNAPSHOT ...................... SUCCESS [ 2.726 s] [INFO] Module: MCCL 5.4-SNAPSHOT .......................... SUCCESS [ 3.221 s] [INFO] Module: Domain modelling Patterns 5.4-SNAPSHOT ..... SUCCESS [ 8.667 s] [INFO] Module: RESTFSTool - RESTful Full-Stack Web Software Tool 0.0.1-SNAPSHOT FAILURE [ 25.755 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 54.259 s [INFO] Finished at: 2021-08-29T09:18:30+07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (default-cli) on project module-restfstool: Error reading assemblies: No assembly descriptors found. -> [Help 1]

ducmle commented 3 years ago

Nhờ Anh @ducmle hướng dẫn thêm bước:

Deploy a module project This requires creating a single assembly containing all the project resources (not just the compile classes) Check that maven-assembly-plugin is added to the JDA root's pom.xml and configured cd into the JDA's root directory Type this command, replace module-X by the actual module artifact name: mvn compile assembly:single -pl :module-X -am

Em đã thực hiện Deploy a module: RESTFStool mà có lỗi:

Reactor Summary: [INFO] [INFO] JDA Root 5.4-SNAPSHOT .............................. SUCCESS [ 4.451 s] [INFO] JDA Common 5.4-SNAPSHOT ............................ SUCCESS [ 3.170 s] [INFO] Module: DCSL 5.4-SNAPSHOT .......................... SUCCESS [ 2.161 s] [INFO] JDA Main (Core) 5.4-SNAPSHOT ....................... SUCCESS [ 3.407 s] [INFO] JDA Modules Root 5.4-SNAPSHOT ...................... SUCCESS [ 2.726 s] [INFO] Module: MCCL 5.4-SNAPSHOT .......................... SUCCESS [ 3.221 s] [INFO] Module: Domain modelling Patterns 5.4-SNAPSHOT ..... SUCCESS [ 8.667 s] [INFO] Module: RESTFSTool - RESTful Full-Stack Web Software Tool 0.0.1-SNAPSHOT FAILURE [ 25.755 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 54.259 s [INFO] Finished at: 2021-08-29T09:18:30+07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (default-cli) on project module-restfstool: Error reading assemblies: No assembly descriptors found. -> [Help 1]

Bước này em chưa cần làm nhé. Chỉ cần làm bước install và import project vào trong IDE là đc rồi.