[Crosswalk-dev] How do I use custom crosswalk?

2016-06-01 Thread Benjamin Schwartz
Hi Crosswalk devs. I'm trying to follow the instructions on using a custom-built Crosswalk in a Cordova plugin [1]. I've successfully built xwalk_core_library_aar as required, but the instructions aren't clear on how to combine the "mvn" invocations with "cordova" tool commands. Currently, "mvn i

[Crosswalk-dev] No such file or directory?

2016-09-22 Thread Benjamin Schwartz
Hi Crosswalk devs, I've been trying to build Crosswalk 22, but I'm getting a very strange error. After building the "xwalk" target with ninja, when I try to run it, I get ~/crosswalk-22/src$ ./out/Release/xwalk bash: ./out/Release/xwalk: No such file or directory This is despite the fact that t

Re: [Crosswalk-dev] No such file or directory?

2016-09-23 Thread Benjamin Schwartz
Resolved. I had chromium.gyp_env populated with the wrong target OS. On Thu, Sep 22, 2016 at 8:13 PM, Benjamin Schwartz wrote: > Hi Crosswalk devs, > > I've been trying to build Crosswalk 22, but I'm getting a very strange > error. After building the "xwalk"