Oh! That's because you are building Firefox instead of B2G. You also need that in your mozconfig: ac_add_options --enable-application=b2g
As well as `GAIADIR=/path/to/gaia` in order to package gaia profile in the simulator. By the way, are you sure you want to build your own simulator? The prerequisite "or build your own B2G Desktop ...." is really optional and only required in rare cases. It may be better to get rid of this incomplete and misleading suggestion of this page. 2014-12-11 15:10 GMT+01:00 Yusuke YAMAMOTO <[email protected]>: > Hi Alexandre, > > On 2014/12/11 22:43 > Subject: > Alexandre poirot wrote ; > > You should find it in your objdir folder, in `dist` subfolder. > > The following command will help you finding it: > > $ find -name *.xpi . > > But it should be something like ./obj*/dist/fxos-simulator-2.2-*.xpi > thanks information, but I already had tried to find my under gecko > directory > with "find" command , unfortunately it couldn't find simulator xpi file > like fxos-simulator-2.2-*.xpi. > > The obj* directory has firefox-37.0a1.en-US.mac64.dmg on my Mac. > > I think, adding FXOS_SIMULATOR=1 to mozconfig and ./mach build && ./mach > pakage > should output xpi file, but it output dmg file :( > > Now I'm confusing about that... > > > 2014-12-11 14:34 GMT+01:00 Yusuke YAMAMOTO <[email protected]>: > > > >> Hi there, > >> > >> I'm trying to build FxOS simulator(Firefox add-on, it means that .xpi > >> file) with > >> follows below link. > >> > >> > https://developer.mozilla.org/en-US/Firefox_OS/Running_custom_builds_in_the_App_Manager > >> > >> That MDN page says that " build your own from your B2G Desktop checkout > by > >> adding FXOS_SIMULATOR=1 to your mozconfig and using ./mach build && > ./mach > >> package.", my build environment was followed that, although I couldn't > get > >> the > >> xpi file. > >> > >> Then, I have followed that, but actually I couldn't have ( find ) xpi > file. > >> > >> How(or Where) can I get simulator xpi file( firefox add-on ) from > ./mach > >> package. > >> > >> I will be happy to here the command about ./mach package. > >> > >> Best regards. > >> > >> -- > >> Yusuke > >> _______________________________________________ > >> dev-b2g mailing list > >> [email protected] > >> https://lists.mozilla.org/listinfo/dev-b2g > >> > > > > > -- > >
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
