doolse / sbt-osgi-felix

Library and sbt tasks for dealing with OSGi bundles
Apache License 2.0
5 stars 2 forks source link

SBT 0.13 complaining with warnings #5

Open PhilAndrew opened 7 years ago

PhilAndrew commented 7 years ago
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]     osgiRepoAdmin in Global <<= repoAdminTaskRunner,
[warn]                             ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:87: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiRepositories in Compile <<= cachedRepoLookupTask,
[warn]                                   ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:95: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiDependencyClasspath in Compile <<= osgiDependencyClasspathTask(Compile),
[warn]                                          ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:96: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiDependencyClasspath in Test <<= osgiDependencyClasspathTask(Test),
[warn]                                       ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:100: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiDevManifest <<= devManifestTask,
[warn]                       ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:101: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       jarCacheKey in Global <<= jarCacheTask,
[warn]                             ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:108: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiShow <<= showStartup(ThisScope.in(run.key)),
[warn]                ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:109: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiShowDeps <<= showDependencies(ThisScope.in(run.key)),
[warn]                    ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:117: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiStartConfig in run <<= osgiStartConfigTask(ThisScope.in(run.key)),
[warn]                              ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:119: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       run <<= osgiRunTask
[warn]           ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:125: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiStartConfig <<= osgiStartConfigTask(ThisScope in DeployLauncher),
[warn]                       ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:127: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       packageBin <<= packageDeploymentTask)) ++
[warn]                  ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:130: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]         osgiDeploy <<= osgiDeployTask
[warn]                    ^
[warn] C:\Users\philip\.sbt\0.13\staging\61cb0a2a5cc7bb43030f\sbt-osgi-felix\src\main\scala\osgifelix\OsgiFelixPlugin.scala:136: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]       osgiPackageOBR in Compile <<= packageObrTask(Compile)
[warn]                                 ^
[warn] there were 3 feature warning(s); re-run with -feature for details