androidpk / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 1 forks source link

Plugin modified source code for seed code #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project. 
2. Specify "Create project from specified source directory"
3.

What is the expected output? What do you see instead?
The plugin modifies the index.html I add to add in a call to phonegap.js. It 
also adds a copy of phonegap.js to the root directory. The script tag is 
commented out. But my source directory already has phonegap.js (nicely put away 
in a js folder) and my index.html file already includes it. I'd expect the 
plugin to just copy my code and not try to modify it at all.

What version of the product are you using? On what operating system?
Latest, Win7.

Original issue reported on code.google.com by raymondc...@gmail.com on 17 Nov 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Thanks for the report. I'll fix in the next release (planned mid-December)

BTW, you can see the bug at line 303 of 
http://code.google.com/a/eclipselabs.org/p/mobile-web-development-with-phonegap/
source/browse/trunk/com.mds.apg/src/com/mds/apg/wizards/PhonegapProjectPopulate.
java

Original comment by paul.beu...@gmail.com on 17 Nov 2011 at 10:17

GoogleCodeExporter commented 9 years ago
The 1.2.6 wizard will include a Pure Import check box to create the www 
directory exactly from the specified directory without any changes.

Original comment by paul.beu...@gmail.com on 16 Dec 2011 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by paul.beu...@gmail.com on 21 Dec 2011 at 3:57