I trashed the following: test, bench, autotest on Android as I noticed that the bench and test repos no longer existed :)
On Wed, Jun 13, 2012 at 2:33 PM, Filip Maj <[email protected]> wrote: > Thanks Tim. > > Yeah test/autotest/bench are all artifacts that I copied over. Not > necessary for the issues but the stubs are there. WE can leave those alone > for now. > > Debug + emulate should work. Log doesn't. > > Good catch on the README. I'll update that. > > On 6/13/12 2:30 PM, "Tim Kim" <[email protected]> wrote: > > >Hey Fil, > > > >The create script is giving me some errors: > > > >*bench is throwing error:* > >Tims-MacBook-Air:incubator-cordova-blackberry-webworks timkim$ ./bin/bench > >Building cordova-1.8.1.jar and cordova-1.8.1.js ... > >Copying assets and resources ... > >Updating config.xml ... > >Cleaning up ... > >Remember to update the project.properties file inside your application > >directory! > >Cloning into cordova-bench... > >ERROR: Repository not found. > >fatal: The remote end hung up unexpectedly > >./bin/bench: line 40: ./bench/assets/www/index.html: No such file or > >directory > >./bin/bench: line 47: ./bin/debug: No such file or directory > > > > > >*autotest is throwing error:* > >Tims-MacBook-Air:incubator-cordova-blackberry-webworks timkim$ > >./bin/autotest > >The "sys" module is now called "util". It should have a similar interface. > > > >module.js:311 > > throw err; > > ^ > >SyntaxError: In > >/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/tests/autotes > >t.coffee, > >Reserved word "with" on line 4 > > at SyntaxError (unknown source) > > at Lexer.identifierError > >(/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/node_modules > >/coffee-script/lib/lexer.js:458:13) > > at Lexer.identifierToken > >(/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/node_modules > >/coffee-script/lib/lexer.js:80:16) > > at Lexer.tokenize > >(/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/node_modules > >/coffee-script/lib/lexer.js:31:19) > > at > >/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/node_modules/ > >coffee-script/lib/coffee-script.js:29:34 > > at Object..coffee > >(/Users/timkim/repo/incubator-cordova-blackberry-webworks/bin/node_modules > >/coffee-script/lib/coffee-script.js:11:17) > > at Module.load (module.js:348:31) > > at Function._load (module.js:308:12) > > at Module.require (module.js:354:17) > > at require (module.js:370:17) > > > > > >*test is throwing error:* > >Tims-MacBook-Air:incubator-cordova-blackberry-webworks timkim$ ./bin/test > >Cloning into incubator-cordova-mobile-spec... > >remote: Counting objects: 1478, done. > >remote: Compressing objects: 100% (457/457), done. > >remote: Total 1478 (delta 991), reused 1406 (delta 944) > >Receiving objects: 100% (1478/1478), 401.46 KiB | 493 KiB/s, done. > >Resolving deltas: 100% (991/991), done. > >Building cordova-1.8.1.jar and cordova-1.8.1.js ... > >Copying assets and resources ... > >Updating config.xml ... > >Cleaning up ... > >Remember to update the project.properties file inside your application > >directory! > >./bin/test: line 41: ./cordova/debug: Permission denied > > > > > >*running test again:* > >Tims-MacBook-Air:incubator-cordova-blackberry-webworks timkim$ ./bin/test > >fatal: destination path 'incubator-cordova-mobile-spec' already exists and > >is not an empty directory. > > > >The bin/create script seems to work just fine though! Also, are those > >cordova debug/emulate commands ready to test as well? The readme still > >said > >todo for that stuff so I wasn't sure if you were done or not. > > > >-- > >Timothy Kim > >
