Bug #1212 (closed)
Opened 10 years ago
Closed 10 years ago
On some unix systems, NOMAKE=1 does not get propagated
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description (last modified by jmoore)
Previously, the C++ build was disabled by setting:
NOMAKE=1
before calling ant or java omero (or now build.py). On some systems, later calls to <property env=...> don't pick up the changes made to env.NOMAKE. Though this is an ant bug, it's probably simpler to just deprecate the use of NOMAKE.
Change History (3)
comment:1 Changed 10 years ago by jmoore
- Description modified (diff)
comment:2 Changed 10 years ago by jmoore
comment:3 Changed 10 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Closing. Re-open as necessary, Chris.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r3857 seems to work.