You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/26 19:41:36 UTC

[GitHub] [cordova] distante opened a new issue #161: Installing a plugin with --link does not links the javascript file.

distante opened a new issue #161: Installing a plugin with --link does not links the javascript file.
URL: https://github.com/apache/cordova/issues/161
 
 
   # Bug Report
   
   ## Problem
   When developing a plugin, if the plugin is installed using the `--link` flag each change in the source Java File is applied to the plugin on next build (the file is a symlink). The same does not happens with the JavasSript file.
   
   ### What is expected to happen?
   Te JavaScript file should also be linked
   
   
   ### What does actually happen?
   An old javascript file lives in `platforms\android\platform_www\plugins\cordova-plugin-some-name\www\SomePlugin.js`
   
   
   ## Information
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   cordova install some-plugin --link
   
   
   ### Environment, Platform, Device
   Tested in Windows 10 with 8.1.2 (cordova-lib@8.1.1)
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   I am using ionic as UI but my builds are done directly using `cordova build`
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org