pritidesai commented on issue #899: wskdeploy export fails to export the `main` 
attribute for Java actions
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/899#issuecomment-391496171
 
 
   Hi @brunogirin I have verified that @kpavel's changes has fixed this issue, 
the main function is now initialized in exported manifest:
   
   ```
      actions:                                                                  
     
         helloJava:                                                             
      
           name: helloJava                                                      
      
           location: ""                                                         
      
           version: 0.0.1                                                       
      
           function: IntegrationTestExportHelloWorld/helloJava.jar              
      
           code: ""                                                             
      
           runtime: java                                                        
      
           namespace: _/IntegrationTestExportHelloWorld           
           credential: ""                                                       
      
           exposedUrl: ""                                                       
      
           web-export: ""                                                       
      
           web: ""                                                              
      
           main: Hello                
   ```
   
   Please verify ...

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to