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
>
>

Reply via email to