You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] C:\xxx\sbt-launcher-package\target\windows\sbt-launcher-packaging.wix(4378) : error CNDL0014 : The ComponentRef/@Id attribute's value, '48dd0744422128446aee9ac31aa356ee203cc9f4_jars_ivy_jar_sha1190649008', is not a legal identifier. Identifiers may contain ASCII characters A-Z,
a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.
expectations
No error.
notes
cleanStringForId might have to prefix with underscore when the ID starts with a number.
Do you have a test case where I can reproduce this? ATM I'm testing against the
appveyor test system, so I would open a PR with this test case and then I can fix it.
steps
clone sbt/sbt-launcher-package
problem
expectations
No error.
notes
cleanStringForId
might have to prefix with underscore when the ID starts with a number.sbt-native-packager/src/main/scala/com/typesafe/sbt/packager/windows/WixHelper.scala
Lines 259 to 260 in 56e2fc6
The text was updated successfully, but these errors were encountered: