-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b12
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8000747 | 8 | Igor Nekrestyanov | P2 | Closed | Fixed | b61 |
JDK-8001004 | 7u21 | Igor Nekrestyanov | P2 | Closed | Fixed | b01 |
JDK-8001131 | 7u13 | Igor Nekrestyanov | P2 | Resolved | Fixed | b01 |
Changes from JDK-8000248 broke the build. It fails with following symptoms:
[javac] /tmp/workspace/7u10_deploy-2-build-solaris-i586-product/7u10_deploy/build/solaris-i586/tmp/deploy/java/common/com/sun/deploy/config/BuiltInProperties.java:43: error: illegal start of expression
[javac] public static final long expirationTime = ((long) ) * 1000;
[javac] ^
[javac] 1 error
And this is caused by wrong use of date utility
/usr/bin/date: illegal option -- v
usage: date [-u] mmddHHMM[[cc]yy][.SS]
date [-u] [+format]
date -a [-]sss[.fff]
[javac] /tmp/workspace/7u10_deploy-2-build-solaris-i586-product/7u10_deploy/build/solaris-i586/tmp/deploy/java/common/com/sun/deploy/config/BuiltInProperties.java:43: error: illegal start of expression
[javac] public static final long expirationTime = ((long) ) * 1000;
[javac] ^
[javac] 1 error
And this is caused by wrong use of date utility
/usr/bin/date: illegal option -- v
usage: date [-u] mmddHHMM[[cc]yy][.SS]
date [-u] [+format]
date -a [-]sss[.fff]
- backported by
-
JDK-8001131 Build error due to unsupported "-v" option of date command
-
- Resolved
-
-
JDK-8000747 Build error due to unsupported "-v" option of date command
-
- Closed
-
-
JDK-8001004 Build error due to unsupported "-v" option of date command
-
- Closed
-