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
Hello, I get the following while building my application:
[info] E:\projects\envisia\finder\mail-worker\target\windows\mail-worker.wix(1293) : error LGHT0130 : The primary key 'shortcut_745d79b4_272c_40f1_866b_a333e9a1b425710920299_SC' is duplicated in table 'Shortcut'. Please remove one of the entries or rename a part of the primary key to avoid the collision.
java.lang.RuntimeException: Unable to run build msi...
at scala.sys.package$.error(package.scala:27)
at com.typesafe.sbt.packager.windows.WindowsPlugin$$anonfun$windowsSettings$13.apply(WindowsPlugin.scala:120)
at com.typesafe.sbt.packager.windows.WindowsPlugin$$anonfun$windowsSettings$13.apply(WindowsPlugin.scala:100)
at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:35)
at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
at sbt.std.Transform$$anon$4.work(System.scala:63)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
at sbt.Execute.work(Execute.scala:235)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[error] (windows:packageBin) Unable to run build msi...
[error] Total time: 70 s, completed 10.11.2015 16:42:19
Currently I'm on 1.0.1 but it definitly looks like a regression from #21
The text was updated successfully, but these errors were encountered:
Hello, The PR which I introduced to fix the #21 issue was releases in 1.0.2 so it's normal that you have an issue in 1.0.1. @muuki88 I think this issue is not relevant to versions from 1.0.2 and up (I am using play framework too) so this could be closed
Hello, I get the following while building my application:
Currently I'm on 1.0.1 but it definitly looks like a regression from #21
The text was updated successfully, but these errors were encountered: