Closed
Bug 1144386
Opened 11 years ago
Closed 10 years ago
Don't copy *.orig/rej files to geckoview_library when copying resource dir
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 41
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: mcomella, Assigned: nalexander, Mentored)
Details
Attachments
(1 file)
I often get output like:
/home/mcomella/dev/noz/obj-android/mobile/android/geckoview_library/res/layout/overlay_share_dialog.xml.orig:29: error: Error: No resource found that matches the given name (at 'background' with value '@color/overlay_share_header_background').
when a merge fails. Then, even after I remove the file in m/a/b and my obj-dir, the build continues to fail (it gets re-added to the obj-dir from I don't know where).
Potential work-around: <nalexander> mcomella: |mach gradle clean| would kill any Gradle cache
We should prevent this from happening by blacklisting the problem files (e.g. *.orig/rej), or preferably? whitelisting good files (*.xml, *.png, *.9.png).
Nick, mentorable?
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1144386 - Avoid non-resource files when packaging resources for GeckoView. r=mcomella
This was just an error (on my part): I double-escaped slashes,
thinking that Make required escaping as well as the shell.
Attachment #8626382 -
Flags: review?(michael.l.comella)
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → nalexander
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8626382 [details]
MozReview Request: Bug 1144386 - Avoid non-resource files when packaging resources for GeckoView. r=mcomella
https://reviewboard.mozilla.org/r/12079/#review10619
I don't know make well enough to know what's going on here but I'd believe it.
Attachment #8626382 -
Flags: review?(michael.l.comella) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•