Hey Kiran, Ah! Glad you were able to get around things.
>> Error: Error: Command failed: 'cp' is not recognized as an internal or external command, Hmm. I wish I noticed earlier you seem to be on Windows. I know some members have created some instructions in the README (which I presume you have already checked out): https://github.com/apache/incubator-ripple#build-requirements However, I am not sure as to the status of it in Windows (CMD prompt). `cp` is technically a command there... In the README, msysgit is mentioned, which is what I use for building, etc. Perhaps that will ultimately solve things? http://msysgit.github.io All the best, Brent On Fri Jan 23 2015 at 09:30:16 Venkata Kiran <[email protected]> wrote: > Thanks Brent. > > I was able to resolve the earlier issue but I kept on running into > new issues and was resolving them as they are encountered. As of now, I am > stuck with the below issue. I was just wondering if I was doing anything > wrong or if the process itself is too long with too many dependencies. > > C:\Work\gwtphonegap\incubator-ripple>jake -t > jake aborted. > Error: Error: Command failed: 'cp' is not recognized as an internal or > external > command, > operable program or batch file. > > at C:\Work\gwtphonegap\incubator-ripple\build\targets\hosted.js:35:28 > at ChildProcess.exithandler (child_process.js:652:7) > at ChildProcess.emit (events.js:98:17) > at maybeClose (child_process.js:756:16) > at Process.ChildProcess._handle.onexit (child_process.js:823:5) > > C:\Work\gwtphonegap\incubator-ripple> > > Thanks & Regards, > --Kiran > > > -----Original Message----- > From: Brent Lintner [mailto:[email protected]] > Sent: Thursday, January 22, 2015 10:08 PM > To: [email protected] > Subject: Re: Build error > > Hey Kiran, > > If you: > > ./node_modules/.bin/bower install > > Doe that solve it? I know Jasmine used to be installed via git submodules, > but now is part of bower. *should* be working, heh, unless I messed > something up (in > https://github.com/apache/incubator-ripple/commit/ > fb77af84a6b43bf7772e8b4fe5c3ccbcfc752032 > ). > > All the best, > > Brent > > On Thu Jan 22 2015 at 09:56:44 Venkata Kiran <[email protected]> wrote: > > > Hi, > > > > > > > > I checked out the Ripple code and when I am trying to > > make a build, I am getting the below error. Any help on how to get > > around it ? > > > > > > > > C:\Work\gwtphonegap\incubator-ripple>jake -t > > > > jake aborted. > > > > Error: Cannot find module > > 'C:\Work\gwtphonegap\incubator-ripple\build/../thirdpa > > > > rty/jasmine/lib/jasmine-core/jasmine' > > > > at Function.Module._resolveFilename (module.js:338:15) > > > > at Function.Module._load (module.js:280:25) > > > > at Module.require (module.js:364:17) > > > > at require (module.js:380:17) > > > > at Object.<anonymous> > > (C:\Work\gwtphonegap\incubator-ripple\build\test\jasmi > > > > ne-node.js:23:15) > > > > at Module._compile (module.js:456:26) > > > > at Object.Module._extensions..js (module.js:474:10) > > > > at Module.load (module.js:356:32) > > > > at Function.Module._load (module.js:312:12) > > > > at Module.require (module.js:364:17) > > > > at require (module.js:380:17) > > > > > > > > Thanks, > > > > --Kiran > > > > > >
