Task #1424 (closed)
Opened 10 years ago
Closed 7 years ago
python build.py -hudson broken on windows
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Deployment | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | a.carl@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
In addition to a problem with slice2html (http://lists.openmicroscopy.org.uk/pipermail/ome-users/2009-August/002034.html), the following error can arise under the "hudson" build on Windows (Note: python build.py completes successfully):
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\blitz\generated\omero\api\AMI_IQuery_findAllByExample.java:63: cannot
bol
symbol : variable IObjectListHelper
location: class omero.api.AMI_IQuery_findAllByExample
__ret = IObjectListHelper.read(__is);
^
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\blitz\generated\omero\api\AMI_IQuery_findAllByString.java:66: cannot f
ol
symbol : variable IObjectListHelper
location: class omero.api.AMI_IQuery_findAllByString
__ret = IObjectListHelper.read(__is);
^
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\blitz\generated\omero\api\_ServiceFactoryTie.java:80: warning: [deprec
lose(Ice.Current) in omero.api._ServiceFactoryOperations has been deprec
close(Ice.Current __current)
^
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\blitz\generated\omero\api\_ServiceFactoryTie.java:82: warning: [deprec
lose(Ice.Current) in omero.api._ServiceFactoryOperations has been deprec
_ice_delegate.close(__current);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
2 warnings
BUILD FAILED
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\b
:131: The following error occurred while executing this line:
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\antlib\resources\global.xml:79: The following error occurred while exe
his line:
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\blitz\build.xml:24: The following error occurred while executing this
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731\c
s\antlib\resources\lifecycle.xml:113: Compile failed; see the compiler e
put for details.
Total time: 3 minutes 43 seconds
C:\Documents and Settings\josh.WINXP-CALLAN\Desktop\OMERO.source-r4731>
Change History (6)
comment:1 Changed 10 years ago by jmoore
comment:2 Changed 10 years ago by jmoore
see #1463 for another ticket on the slice2html issue mentioned by Andy
comment:3 Changed 10 years ago by jmoore
- Milestone changed from OMERO-Beta4.1 to OMERO-Beta4.2
Pushing.
comment:4 Changed 10 years ago by jmoore
- Milestone changed from OMERO-Beta4.2 to Unscheduled
comment:5 Changed 8 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.4
comment:6 Changed 7 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Removed ./build.py -hudson. With the addition of a temp file (#5544) and the upgrade to Ice 3.4, this should now be fixed.
slice2html error was reproduced on win server 64bit. See this thread.
The missing *.java files issues was also seen, as a result of running svn up rather than starting with a clean checkout which is what the hudson job now does:
This may be an issue with directory timestamps on Windows.