Closed
Bug 898142
Opened 12 years ago
Closed 12 years ago
xpcshell make target should pass in pluginsPath
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla25
People
(Reporter: mihneadb, Assigned: mihneadb)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
If you don't specify any plugins path to xpcshell, it will just assume bin/plugins, which is not the correct plugins path on local builds. The correct one is dist/plugins.
Mach specifies the plugins path and all works well. We need the make target to do this as well, for people who are still using it.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #781262 -
Flags: review?(gps)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mihneadb
Comment 2•12 years ago
|
||
Comment on attachment 781262 [details] [diff] [review]
pass in plguins path
Review of attachment 781262 [details] [diff] [review]:
-----------------------------------------------------------------
This is fine by itself. Keep in mind that the automation configs (https://hg.mozilla.org/build/mozharness/) are separate from the in-tree configs. You may need to also modify them to pass in the plugins path. But from the sound of your initial comment on the bug, perhaps the default of bin/plugins is acceptable for packaged builds?
Attachment #781262 -
Flags: review?(gps) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #2)
> Comment on attachment 781262 [details] [diff] [review]
> pass in plguins path
>
> Review of attachment 781262 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> This is fine by itself. Keep in mind that the automation configs
> (https://hg.mozilla.org/build/mozharness/) are separate from the in-tree
> configs. You may need to also modify them to pass in the plugins path. But
> from the sound of your initial comment on the bug, perhaps the default of
> bin/plugins is acceptable for packaged builds?
Yes, everything is already set up (including xpcshell.cpp!) to be friends with bin/plugins.
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•