Task #7817 (closed)
Bug: build using 1.5
| Reported by: | jburel | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-01-31 (7) |
Description
Build the server using Java 1.5, the following error occurred
omero/components/server/src/ome/services/pixeldata/PixelDataThread.java:140: method does not override a method from its superclass
@Override
Change History (4)
comment:1 Changed 8 years ago by jmoore
- Owner set to jmoore
- Remaining Time set to 0.1
- Status changed from new to accepted
comment:2 Changed 8 years ago by jmoore
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:3 Changed 8 years ago by jburel
build using java 1.5. no problem.
comment:4 Changed 8 years ago by jmoore <josh@…>
(In [fa8aeb54562767d1f15d48ce421f1a2b8cbcfa8f/ome.git] on branch develop) Comment out @Override for Java5 support (Fix #7817)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Compile fix pushed to my sprint7-server-backlog branched. To test, compile with javac 1.5. (There will also be a job added to guarantee this: #7896)