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 updating windows create script test 2012-09-20 16:17:59 -07:00
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 Working towards Apache compliance 2012-05-07 10:56:37 -07:00
package.json deleting old stuff 2012-06-13 15:42:31 -07:00
update [CB-2914] Cli script migration for unix bash 2013-04-18 16:34:52 -07:00
update.bat CB-2623: Added partial work on update script 2013-03-05 14:36:52 -08:00
update.js [CB-2914] Cli script migration for unix bash 2013-04-18 16:34:52 -07:00