You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/17 11:32:19 UTC

[GitHub] [shardingsphere-elasticjob-ui] lovepoem opened a new issue #60: After building , release package shardingsphere-elasticjob-lite-ui-bin.tar.gz cannot be found

lovepoem opened a new issue #60:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/60


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob-ui/issues).
   - Read documentation: [ElasticJob Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/). 
   
   ### Which version of ElasticJob did you use?
   
   3.0
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   ElasticJob-Lite
   
   ### Expected behavior
   
   As presented in README.md,
   ```
   Get the lite tar in shardingsphere-elasticjob-ui/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/target/apache-shardingsphere-${latest.release.version}-shardingsphere-elasticjob-lite-ui-bin.tar.gz
   ```
   the  tar package can be generated
   
   ### Actual behavior
   Now I cannot find it 
   
   ### Reason analyze (If you can)
   CI issue
   
   ### Steps to reproduce the behavior.
   
   ### Example codes for reproduce this issue (such as a github link).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #60: After building , release package shardingsphere-elasticjob-lite-ui-bin.tar.gz cannot be found

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #60:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/60#issuecomment-710848817


   Did you add argument '-Prelease'?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] lovepoem closed issue #60: After building , release package shardingsphere-elasticjob-lite-ui-bin.tar.gz cannot be found

Posted by GitBox <gi...@apache.org>.
lovepoem closed issue #60:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/60


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] lovepoem commented on issue #60: After building , release package shardingsphere-elasticjob-lite-ui-bin.tar.gz cannot be found

Posted by GitBox <gi...@apache.org>.
lovepoem commented on issue #60:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/60#issuecomment-710913608


   > Did you add argument '-Prelease'?
   
   Now I get the release packages following :
   
   1、Install puppeteer
   ```log
   [ERROR] ERROR: Failed to download Chromium r686378! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
   [ERROR] { Error: read ETIMEDOUT
   [ERROR]     at _errnoException (util.js:1022:11)
   [ERROR]     at TLSWrap.onread (net.js:628:25)
   [ERROR]   -- ASYNC --
   
   ```
   
   ```
   npm config set puppeteer_download_host=https://npm.taobao.org/mirrors
   npm i puppeteer
   ```
   
   
   2、Build thee release package 
   
   `mvn clean install -Dmaven.test.skip -Prelease `
   
   Now it is success


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org