David Kemp
78efe2a960
CB-3358: Change Commons-codec:base64 to Android:Base64
2013-05-27 22:25:23 -04:00
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
ucavus
d226818be3
[CB-3304] Windows create script - Parameters should be quoted
...
Choking on spaces in filenames
2013-05-03 11:12:47 -04:00
Benn Mapes
4599e9897d
[CB-2914] Cli script migration for windows jscript
2013-04-16 15:51:06 -07:00
Anis Kadri
77f9cae50b
CB-1961 update to create script for android/windows
2013-01-30 14:57:49 -08:00
Anis Kadri
68161d2714
refactoring windows scripts
2012-11-22 22:23:51 -05:00
alunny
4e0c8982c9
get commons-codec from apache archive, not osuosl
...
prevents the issue where, when a new release of commons-codec comes out,
`bin/create` stops working
2012-10-08 15:12:13 -07:00
Anis Kadri
17a4b5155e
CB-1359 set target SDK to the highest available
2012-09-28 18:18:11 -07:00
Anis Kadri
8eab8438cf
CB-1468 fixing paths with spaces
2012-09-26 16:22:35 -07:00
Anis Kadri
80d559f17e
removing verbosity
2012-09-18 14:45:04 -07:00
Anis Kadri
45d7c124c8
fixing windows appinfo.jar
2012-09-18 14:11:22 -07:00
Anis Kadri
d859bb8e67
adding windows createAppInfoJar
2012-09-17 17:14:25 -07:00
Joe Bowser
47daaaf14f
Fixing up the commons-codec issue - CB-1483
2012-09-17 13:26:23 -07:00
Joe Bowser
9ba5bae34d
Updating commons-codec
2012-09-17 09:44:47 -07:00
Anis Kadri
c3502da4a0
arg forgot dest file
2012-08-24 13:40:23 -07:00
Anis Kadri
4a0605e09b
CB-1235 Fixing Android create script on Windows
2012-08-24 12:14:58 -07:00
Anis Kadri
e639b6303e
updating create script to work from distro and source
2012-06-27 17:54:57 -07:00
Anis Kadri
b9f9429542
windows build/debug/launch scripts
2012-06-21 21:15:53 -07:00
Anis Kadri
6f8e13297e
fixing create
2012-06-20 19:08:18 -07:00
Anis Kadri
be83095edf
updating windows create.js and creating node test
2012-06-19 20:21:45 -04:00
Anis Kadri
0a4d218010
updating test for CB-916
2012-06-13 15:52:26 -07:00
Anis Kadri
cbe1216bc2
checking if project exits
2012-06-08 18:04:08 -07:00
Anis Kadri
8b1fb30f59
fixing create script
2012-06-08 17:42:53 -07:00
Anis Kadri
71972dcaab
updating templates reference
2012-06-07 20:11:28 -07:00
Anis Kadri
e8b80e8752
updating Windows !@#% build script
2012-06-07 19:56:08 -07:00
filmaj
1f45503e2f
[CB-659] create script for android on windows now works fully. also pulls down commons-codec jar appropriately
2012-05-17 10:59:38 -07:00
filmaj
7eb3e5d139
[CB-659] create script should work on android
2012-05-16 19:38:11 -07:00
Joe Bowser
a087116915
Working towards Apache compliance
2012-05-07 10:56:37 -07:00
macdonst
664a061d10
Rename to Cordova
2012-02-03 10:38:40 -05:00
Dave Johnson
ef8e8a3ab4
Fix up a few things for the ant create to work on mac
2011-08-21 00:29:07 -07:00
davejohnson
28b972be52
Add new windows create script for android as a cscript script. Also created an ant xml that should work on mac too.
2011-08-20 13:42:46 -07:00