> Oh! That's because you are building Firefox instead of B2G.
Ah, that make sense!

I tried to build to add 2 opstion[1], but I didn't get xpi file...
[1]  ac_add_options --enable-application=b2g
     GAIADIR=/path/to/gaia

The dist directory has a b2g-37.0a1.en-US.mac64.dmg file( this is not xpi file 
).
That dmg file has inside below files:
 B2G.app
 preconplete
 removed-files

my mozconfig file is
mk_add_options FXOS_SIMULATOR=1
mk_add_options GAIADIR=/path/to/my/pc's/gaia/profile-b2g
ac_add_options --enable-application=b2g

If my config file isn't enough options, I'd like to get any suggestions.

> 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.
Yes. Actually, currently simulator doesn't have a Japanese language setting,
Japanese input method( keyboard ), then I'd like to Japanese guys to experience
FxOS on Japanese languages.
# of course, developers might be able to build their own emulator( not
simulator), though, designers, planner wouldn't that to difficult setup build
environment.
  then, I'd like to bring the guys to enjoy easily FxOS simulator with Japanese.

On 2014/12/11 23:20
Alexandre poirot wrote ;
> 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

Reply via email to