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/04/06 07:24:57 UTC

[GitHub] brunogirin commented on issue #31: Java action that depends on packages jar file fails

brunogirin commented on issue #31: Java action that depends on packages jar file fails
URL: https://github.com/apache/incubator-openwhisk-runtime-java/issues/31#issuecomment-379170866
 
 
   When I check the jar file, here's what's inside, the additional jar are in the `lib` folder in the main jar:
   
   ```
   $ jar tvf ./build/libs/platform-0.0.1.jar 
        0 Thu Apr 05 15:39:40 BST 2018 META-INF/
      105 Mon Mar 19 12:52:44 GMT 2018 META-INF/MANIFEST.MF
        0 Mon Mar 19 12:52:44 GMT 2018 com/
        0 Thu Apr 05 15:39:40 BST 2018 com/consideratehoteliers/
     2563 Thu Apr 05 15:39:40 BST 2018 com/consideratehoteliers/CloudantTest.class
     1127 Thu Apr 05 15:39:40 BST 2018 com/consideratehoteliers/Hello.class
        0 Thu Apr 05 15:39:42 BST 2018 lib/
   213477 Wed Apr 04 14:53:24 BST 2018 lib/cloudant-client-2.12.0.jar
   232932 Mon Mar 19 12:40:00 GMT 2018 lib/gson-2.8.2.jar
   232771 Wed Apr 04 14:53:24 BST 2018 lib/commons-codec-1.6.jar
    41629 Wed Apr 04 14:53:24 BST 2018 lib/cloudant-http-2.12.0.jar
   185140 Wed Apr 04 14:53:24 BST 2018 lib/commons-io-2.4.jar
   ```

----------------------------------------------------------------
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