Closed
Bug 789124
Opened 13 years ago
Closed 13 years ago
Bug 777591 assumes the jar command to be used is in the search path
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox17 unaffected, firefox18 fixed)
RESOLVED
FIXED
Firefox 18
| Tracking | Status | |
|---|---|---|
| firefox17 | --- | unaffected |
| firefox18 | --- | fixed |
People
(Reporter: wgianopoulos, Assigned: cpeterson)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
2.50 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Bug 777591 assumes the jar comand to be used is in the search path.
It should respect the --with-java-bin-path configure option if it was specified.
| Reporter | ||
Comment 1•13 years ago
|
||
I would have filed this as a blocker but managed to get my development builds to work by creating a symlink in my ~/bin directory to the correct jar command.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → cpeterson
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•13 years ago
|
||
Turns out the symlink did not work. I actually had to define an alias in my build process.
| Assignee | ||
Comment 3•13 years ago
|
||
Kyle, can you please review this Android makefile change?
I replaced `jar` with `$(JAR)` because I can't assume Java's jar tool is in PATH. The default value of $(JAR) works for me and I verified that I can override $(JAR) with mozconfig's --with-java-bin-path option.
Attachment #659530 -
Flags: review?(khuey)
| Assignee | ||
Updated•13 years ago
|
status-firefox17:
--- → unaffected
status-firefox18:
--- → affected
OS: Linux → Android
Hardware: x86_64 → ARM
Target Milestone: --- → Firefox 18
| Assignee | ||
Comment 4•13 years ago
|
||
Green try build:
https://tbpl.mozilla.org/?tree=Try&rev=7c293370745b
Attachment #659530 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•