You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/28 17:07:21 UTC

[GitHub] chetanmeh commented on issue #3823: Install wskadmin-next module in other OpenWhisk projects

chetanmeh commented on issue #3823: Install wskadmin-next module in other OpenWhisk projects
URL: https://github.com/apache/incubator-openwhisk/issues/3823#issuecomment-401106385
 
 
   This happens because all these modules build selective modules 
   
   ```
   TERM=dumb ./gradlew \
   :common:scala:install \
   :core:controller:install \
   :core:invoker:install \
   :tests:install \
   distDocker
   ```
   
   This was done for #3277. At that time as main repo had lots of modules building docker images install was done selectively. Now as we have a limited set we can now build all modules via `./gradlew install`. This would avoid such breakage in future when we carve out any new module
   
   Would try the approach in one of the module to see if build passes and would followup here to confirm the final approach which would need to be applied to all modules

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services