-
Bug
-
Resolution: Fixed
-
P3
-
7u6
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8131957 | 7u40 | Unassigned | P3 | Closed | Fixed |
Reported in the forums:
=====
It looks like the problem was actually in the version specified in fx:application
C:\Users\me\AppData\Local\Temp\build5821836786331875470.fxbundler\windows\remus.wxs(4) : error CNDL0108 : The Product/@Version attribute's value, '1.0.0-alpha', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
C:\Users\me\AppData\Local\Temp\build5821836786331875470.fxbundler\windows\remus.wxs(4) : error CNDL0010 : The Product/@Version attribute was not found; it is required.
======
Make sense to add code to ignore version or at least validate and skip bundler.
And we need to document it too.
=====
It looks like the problem was actually in the version specified in fx:application
C:\Users\me\AppData\Local\Temp\build5821836786331875470.fxbundler\windows\remus.wxs(4) : error CNDL0108 : The Product/@Version attribute's value, '1.0.0-alpha', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
C:\Users\me\AppData\Local\Temp\build5821836786331875470.fxbundler\windows\remus.wxs(4) : error CNDL0010 : The Product/@Version attribute was not found; it is required.
======
Make sense to add code to ignore version or at least validate and skip bundler.
And we need to document it too.
- backported by
-
JDK-8131957 Native bundles:on validity check for WiX bundler
-
- Closed
-