Task #160 (closed)
Opened 13 years ago
Closed 13 years ago
omero quick build
| Reported by: | jburel | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | 3.0-M2 |
| Component: | Deployment | Version: | 3.0-M2 |
| Keywords: | iteration4 | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Failure during an "omero quick build"
Follow the error message:
Compiling 200 source files to /home/jburel/svn/OMERO3/components/common/target/classes
/home/jburel/svn/OMERO3/components/common/src/ome/system/OmeroContext.java:270: generics are not supported in -source 1.4
(try -source 1.5 to enable generics)
List<ConfigurableApplicationContext?> list
1 error
Change History (3)
comment:1 Changed 13 years ago by jburel
comment:2 Changed 13 years ago by jmoore
- Keywords iteration4 added
- Milestone changed from Unscheduled to cycle1
- Status changed from new to assigned
comment:3 Changed 13 years ago by jmoore
- Resolution set to fixed
- Status changed from assigned to closed
Failure during an "omero quick build" Follow the error message:
Compiling 200 source files to /home/jburel/svn/OMERO3/components/common/target/classes /home/jburel/svn/OMERO3/components/common/src/ome/system/OmeroContext.java:270: generics are not supported in -source 1.4 (try -source 1.5 to enable generics) List<ConfigurableApplicationContext> list 1 error