apache / incubator-kie-tools

Tools for KIE
Apache License 2.0
250 stars 185 forks source link

Unable to build project locally #1624

Closed soroshsabz closed 1 year ago

soroshsabz commented 1 year ago

ITNOA

in pmpn bootstrap i got below error

.../commit-message-validation-service install$ go mod tidy
│ go: warning: ignoring go.mod in system temp root /root/kie-tools/examples/commit-message-validation-service
│ go: warning: "all" matched no packages
│ go: cannot find main module, but found .git/config in /root/kie-tools
│  Runnito create a module there, run:
│  Runnicd ../.. && go mod init
└─ Failed in 102ms at /root/kie-tools/examples/commit-message-validation-service
packages/dmn-dev-deployment-quarkus-app install$ node install.js
│ [maven-config-setup-helper] Found '.mvn/maven.config.original'.
│ [maven-config-setup-helper] Writing '.mvn/maven.config.original'...
│ <empty>
│ [maven-config-setup-helper] Writing '.mvn/maven.config'...
│ -Drevision=0.0.0
│ -Dquarkus.platform.version=2.15.3.Final
│ -Dversion.org.kie.kogito=1.32.0.Final
│ [maven-config-setup-helper] Done.
└─ Done in 33ms
packages/extended-services install$ go mod tidy
│ go: warning: ignoring go.mod in system temp root /root/kie-tools/packages/extended-services
│ go: warning: "all" matched no packages
│ go: cannot find main module, but found .git/config in /root/kie-tools
│  Runnito create a module there, run:
│  Runnicd ../.. && go mod init
└─ Failed in 102ms at /root/kie-tools/packages/extended-services

How to resolve this?

thanks

soroshsabz commented 1 year ago

maybe related to #1483

soroshsabz commented 1 year ago

@pefernan Did you can some help for me?

thanks

yesamer commented 1 year ago

Hi @soroshsabz, please refer to https://github.com/kiegroup/kie-tools/issues/1483

yesamer commented 1 year ago

@soroshsabz I'm going to close this ticket as the request should be solved in https://github.com/kiegroup/kie-tools/issues/1483. Please feel free to reopen (or open a new one) in case of new requests.