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/08/21 16:19:41 UTC

[GitHub] mrutkows commented on issue #966: Referencing code from a dependent package leads to error

mrutkows commented on issue #966: Referencing code from a dependent package leads to error
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/966#issuecomment-414733657
 
 
   @van-ibm the wskdeploy parser is not sequential; your problem appears to stem from the fact that you do not have a well-formed manifest (YAML).  I tried:
   
   ```
   packages:
       test3:
           dependencies:
             jsonetl:
               location: github.com/van-ibm/openwhisk-jsonetl
           actions:
             request-all-orgs:
               function: Packages/jsonetl-master/dist/Request.js
               runtime: nodejs:8
   ```
   and it parsed and deployed just fine.  I substituted a simple "hello" function inside the Request.js file.

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