cordova-android/bin
macdonst 230c635a54 [CB-3392] Fix a problem with the Windows jscript runtime
The problem is with this line in "create.js":

var ACTIVITY_PATH=PROJECT_PATH+'\\src\\'+PACKAGE_AS_PATH+'\\'+ACTIVITY+'.java';
[...]
exec('%comspec% /c copy "'+ROOT+'"\\bin\\templates\\project\\Activity.java '+ ACTIVITY_PATH +' /Y');

The Windows "copy" command will not create directories that don't exist, so the command above fails because "src\PACKAGE_AS_PATH" doesn't exist.  This can be fixed with:

Also update cordova.js reference
2013-05-14 19:19:10 -04:00
..
templates [CB-3340] - version script 2013-05-13 15:30:16 -07:00
tests
check_reqs [CB-2788] added bash check-reqs script 2013-04-19 11:39:48 -07:00
check_reqs.bat [CB-2914] Cli script migration for windows jscript 2013-04-16 15:51:06 -07:00
check_reqs.js [CB-2914] Cli script migration for windows jscript 2013-04-16 15:51:06 -07:00
create [CB-3307] Fixing bin/create script due to cordova-$VERSION.js -> cordova.js change. 2013-05-13 10:30:02 -04:00
create.bat [CB-2914] Cli script migration for windows jscript 2013-04-16 15:51:06 -07:00
create.js [CB-3392] Fix a problem with the Windows jscript runtime 2013-05-14 19:19:10 -04:00
create.xml
package.json
update [CB-2914] Cli script migration for unix bash 2013-04-18 16:34:52 -07:00
update.bat
update.js [CB-2914] Cli script migration for unix bash 2013-04-18 16:34:52 -07:00